eros 0.4.0.0 → 0.4.0.1
raw patch · 2 files changed
+4/−4 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +2/−2
- eros.cabal +2/−2
README.md view
@@ -18,9 +18,9 @@ successfully building the documentation, so I also publish the documentation on [GitHub pages](https://pharpend.github.io/eros-haddock) -# Usage - v.0.4.0.0+# Usage - v.0.4.0.1 -This is a usage guide for version 0.3.1.0. There will be more up-to-date usage+This is a usage guide for version 0.4.0.1. There will be more up-to-date usage guides as more versions come, hopefully. To install, add `eros >=0.4 && <0.5` to the `build-depends` field in your
eros.cabal view
@@ -1,5 +1,5 @@ name: eros-version: 0.4.0.0+version: 0.4.0.1 synopsis: A text censorship library. description: A Haskell library for censoring text, using@@ -41,7 +41,7 @@ , OverloadedStrings build-depends: aeson- , base >=4.7 && <4.8+ , base >=4.7 && <4.8 , bytestring , containers , text