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

{ cabal, deepseq, derive, HUnit, mtl, QuickCheck, testFramework
, testFrameworkHunit, testFrameworkQuickcheck2, thExpandSyns
, transformers, treeView
}:

cabal.mkDerivation (self: {
  pname = "compdata";
  version = "0.8.1.3";
  sha256 = "0rnvw5bdypl6i2k1wnc727a17hapl4hs7n208h16ngk075841gpb";
  buildDepends = [
    deepseq derive mtl QuickCheck thExpandSyns transformers treeView
  ];
  testDepends = [
    deepseq derive HUnit mtl QuickCheck testFramework
    testFrameworkHunit testFrameworkQuickcheck2 thExpandSyns
    transformers
  ];
  meta = {
    description = "Compositional Data Types";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})