# 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.9"; sha256 = "1wk9vj834l3fc64fcsrgc9hz5f2z7461hs8lv1ldkfsixx4mxyqc"; 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; }; })