3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/libraries/haskell/unbound-generics/default.nix
2014-12-04 00:19:29 -06:00

18 lines
618 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, contravariant, mtl, tasty, tastyHunit, transformers }:
cabal.mkDerivation (self: {
pname = "unbound-generics";
version = "0.0.1";
sha256 = "0iwg1292dpwl8icr8p4nyhns4n0r44q8wv4l22j6i9m61li68al1";
buildDepends = [ contravariant mtl transformers ];
testDepends = [ mtl tasty tastyHunit ];
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;
};
})