nixpkgs/pkgs/development/libraries/haskell/unbound-generics/default.nix
2014-12-13 12:06:16 +01:00

20 lines
675 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, contravariant, mtl, QuickCheck, tasty, tastyHunit
, tastyQuickcheck, transformers
}:
cabal.mkDerivation (self: {
pname = "unbound-generics";
version = "0.0.2";
sha256 = "0zgajq411bp16xwv31i2igsz62lad923rylhfprklsism13rk5ai";
buildDepends = [ contravariant mtl transformers ];
testDepends = [ mtl QuickCheck tasty tastyHunit tastyQuickcheck ];
meta = {
homepage = "http://github.com/lambdageek/unbound-generics";
description = "Reimplementation of Unbound using GHC Generics";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})