1 { mkDerivation, base, Cabal, containers, directory, extra, filepath
2 , mtl, parsec, pretty, lib, time, transformers
8 libraryHaskellDepends = [
9 base containers directory extra filepath mtl parsec pretty time
12 testHaskellDepends = [ base Cabal filepath mtl ];
13 homepage = "http://curry-language.org";
14 description = "Functions for manipulating Curry programs";
15 license = lib.licenses.bsd3;