committed by
Mateusz Kowalczyk
parent
9b7a26843e
commit
837fef324d
@@ -0,0 +1,18 @@
|
||||
{ cabal, compdata, HUnit, mtl, testFramework, testFrameworkHunit
|
||||
, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "compdata-param";
|
||||
version = "0.8.0.2";
|
||||
sha256 = "0496i1vnawl7m7ymvf5hl3kxy352rnhxy2gni4xkfz36psnnr7fs";
|
||||
buildDepends = [ compdata mtl transformers ];
|
||||
testDepends = [
|
||||
compdata HUnit mtl testFramework testFrameworkHunit transformers
|
||||
];
|
||||
meta = {
|
||||
description = "Parametric Compositional Data Types";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
};
|
||||
})
|
||||
Reference in New Issue
Block a user