1 { mkDerivation, array, base, binary, bytestring, containers
2 , deepseq, directory, filepath, pretty, process, QuickCheck, stdenv
3 , tagged, tasty, tasty-hunit, tasty-quickcheck, time, unix
9 libraryHaskellDepends = [
10 array base binary bytestring containers deepseq directory filepath
11 pretty process time unix
13 testHaskellDepends = [
14 array base containers directory filepath pretty QuickCheck tagged
15 tasty tasty-hunit tasty-quickcheck
18 homepage = "http://www.haskell.org/cabal/";
19 description = "A framework for packaging Haskell software";
20 license = stdenv.lib.licenses.bsd3;