summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/concreteTyperep/default.nix
blob: 24e2569ad0ea687f51cc08f574b46b550ff98864 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, binary, hashable, QuickCheck, testFramework
, testFrameworkQuickcheck2
}:

cabal.mkDerivation (self: {
  pname = "concrete-typerep";
  version = "0.1.0.2";
  sha256 = "07wy8drg4723zdy2172jrcvd5ir2c4ggcfz1n33jhm9iv3cl2app";
  buildDepends = [ binary hashable ];
  testDepends = [
    binary hashable QuickCheck testFramework testFrameworkQuickcheck2
  ];
  doCheck = false;
  meta = {
    description = "Binary and Hashable instances for TypeRep";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})