forked from mirrors/nixpkgs
18 lines
618 B
Nix
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;
|
|
};
|
|
})
|