gdritter repos s-cargot / b847769
Version bump to 0.1.1.0 Getty Ritter 7 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Collapse all Expand all
11 name: s-cargot
2 version: 0.1.0.0
2 version: 0.1.1.0
33 synopsis: A flexible, extensible s-expression library.
44 homepage: https://github.com/aisamanra/s-cargot
55 description: S-Cargot is a library for working with s-expressions in
6666 type: exitcode-stdio-1.0
6767 hs-source-dirs: test
6868 main-is: SCargotQC.hs
69 build-depends: s-cargot ==0.1.0.0,
69 build-depends: s-cargot,
7070 base >=4.7 && <5,
7171 parsec >=3.1 && <4,
7272 QuickCheck >=2.8 && <3,