ersatz 0.1 → 0.1.0.1
raw patch · 2 files changed
+12/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- ersatz.cabal +8/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.1.0.1+-----+* Added links to the source repository and issue tracker to the cabal project+ 0.1 --- * Repository Initialized
ersatz.cabal view
@@ -1,11 +1,12 @@ name: ersatz-version: 0.1+version: 0.1.0.1 license: BSD3 license-file: LICENSE author: Edward A. Kmett, Johan Kiviniemi maintainer: Edward A. Kmett <ekmett@gmail.com> stability: experimental-homepage: http://comonad.com/reader+homepage: http://github.com/ersatz+bug-reports: http://github.com/ersatz/issues category: Logic, Algorithms synopsis: A monad for expressing SAT or QSAT problems using observable sharing. description: A monad for expressing SAT or QSAT problems using observable sharing.@@ -27,6 +28,11 @@ AUTHORS.md README.md CHANGELOG.md+++source-repository head+ type: git+ location: git://github.com/ekmett/ersatz.git library ghc-options: -Wall