packages feed

stringsearch 0.3.6.3 → 0.3.6.4

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~containers

Dependency ranges changed: containers

Files

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.3+Version:             0.3.6.4  Homepage:            https://bitbucket.org/dafis/stringsearch Bug-reports:         https://bitbucket.org/dafis/stringsearch/issues@@ -83,7 +83,7 @@   -- Packages needed in order to build this package.   if flag(base4)     Build-depends:   base >= 4 && < 5, array >= 0.3 && < 0.5,-                     bytestring >= 0.9 && < 1, containers >= 0.3 && < 0.5+                     bytestring >= 0.9 && < 1, containers >= 0.3 && < 0.6   else     if flag(base3)       Build-depends: base >= 3 && < 4, array >= 0.1 && < 0.4,