banwords 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- banwords.cabal +2/−2
banwords.cabal view
@@ -1,5 +1,5 @@ name: banwords-version: 0.2.0.0+version: 0.2.0.1 author: Ian Grant Jeffries maintainer: ian@housejeffries.com category: Heuristics@@ -18,7 +18,7 @@ ghc-options: -Wall default-extensions: OverloadedStrings - build-depends: attoparsec >= 0.12.1 && < 0.13+ build-depends: attoparsec >= 0.12.1 && < 0.14 , base >= 4.6 && < 5.0 , bytestring >= 0.10 && < 0.11 , data-default >= 0.5 && < 0.6