StringUtils 0.2.0.1 → 0.2.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- StringUtils.cabal +2/−2
StringUtils.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: StringUtils-version: 0.2.0.1+version: 0.2.0.2 synopsis: String manipulation utilities description: String manipulation utilities (substring, replace, find, etc.) license: LGPL-3@@ -19,6 +19,6 @@ exposed-modules: StringUtils -- other-modules: -- other-extensions: - build-depends: base >=4.9 && <4.11+ build-depends: base >=4.5 && < 5.10 hs-source-dirs: src default-language: Haskell2010