stringsearch 0.3.6.4 → 0.3.6.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~arraydep ~base
Dependency ranges changed: array, base
Files
- stringsearch.cabal +2/−2
stringsearch.cabal view
@@ -7,7 +7,7 @@ -- The package version. See the Haskell package versioning policy -- (http://www.haskell.org/haskellwiki/Package_versioning_policy) for -- standards guiding when and how versions should be incremented.-Version: 0.3.6.4+Version: 0.3.6.5 Homepage: https://bitbucket.org/dafis/stringsearch Bug-reports: https://bitbucket.org/dafis/stringsearch/issues@@ -82,7 +82,7 @@ -- Packages needed in order to build this package. if flag(base4)- Build-depends: base >= 4 && < 5, array >= 0.3 && < 0.5,+ Build-depends: base >= 4 && < 5, array >= 0.3 && < 0.6, bytestring >= 0.9 && < 1, containers >= 0.3 && < 0.6 else if flag(base3)