nixpkgs/pkgs/development/libraries/haskell/tagged-transformer/default.nix
2014-08-31 00:44:13 +02:00

22 lines
714 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, comonad, contravariant, distributive, exceptions, mtl
, reflection, semigroupoids, tagged
}:
cabal.mkDerivation (self: {
pname = "tagged-transformer";
version = "0.7.1";
sha256 = "1qgfx546pj4aqdblb4gddfxp642snn5dx4kxj3sn5q7c9lsgdh8j";
buildDepends = [
comonad contravariant distributive exceptions mtl reflection
semigroupoids tagged
];
meta = {
homepage = "http://github.com/ekmett/tagged-transformer";
description = "Provides newtype wrappers for phantom types to avoid unsafely passing dummy arguments";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})