summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/unbound-generics/default.nix
blob: 351df38fc0d1cbf5aea950b2eb969d8951dd9cc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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;
  };
})