Version bump to 0.1.1.0
Getty Ritter
8 years ago
1 | 1 | name: s-cargot |
2 |
version: 0.1. |
|
2 | version: 0.1.1.0 | |
3 | 3 | synopsis: A flexible, extensible s-expression library. |
4 | 4 | homepage: https://github.com/aisamanra/s-cargot |
5 | 5 | description: S-Cargot is a library for working with s-expressions in |
66 | 66 | type: exitcode-stdio-1.0 |
67 | 67 | hs-source-dirs: test |
68 | 68 | main-is: SCargotQC.hs |
69 |
build-depends: s-cargot |
|
69 | build-depends: s-cargot, | |
70 | 70 | base >=4.7 && <5, |
71 | 71 | parsec >=3.1 && <4, |
72 | 72 | QuickCheck >=2.8 && <3, |