d9f6e54e7a
Old means that we have a newer version in Nixpkgs already. If there is a reason for the old package to still exist, i.e. because some other package is still referring to it, then Hydra will still build the package as a dependency, but we won't want to build old packages on their own right.
18 lines
636 B
Nix
18 lines
636 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, transformers }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "transformers-compat";
|
|
version = "0.3.3";
|
|
sha256 = "14lmwqr6q79k1f7byvb0jcm4r7lprhxkl85z72pr6ghn7bsvqwps";
|
|
buildDepends = [ transformers ];
|
|
meta = {
|
|
homepage = "http://github.com/ekmett/transformers-compat/";
|
|
description = "A small compatibility shim exposing the new types from transformers 0.3 and 0.4 to older Haskell platforms.";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
|
};
|
|
})
|