stringsearch 0.3.6.2 → 0.3.6.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~array
Dependency ranges changed: array
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.2+Version: 0.3.6.3 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.4,+ Build-depends: base >= 4 && < 5, array >= 0.3 && < 0.5, bytestring >= 0.9 && < 1, containers >= 0.3 && < 0.5 else if flag(base3)