1 { mkDerivation, array, base, binary, bytestring, containers
2 , deepseq, directory, filepath, lib, mtl, parsec, pretty, text
3 , time, transformers, unix
6 pname = "Cabal-syntax";
8 sha256 = "3b80092355327768a0de8298ac50ee906b7e82462e2ba14542730573b453f522";
9 libraryHaskellDepends = [
10 array base binary bytestring containers deepseq directory filepath
11 mtl parsec pretty text time transformers unix
13 homepage = "http://www.haskell.org/cabal/";
14 description = "A library for working with .cabal files";
15 license = lib.licenses.bsd3;