stringsearch 0.3.6.5 → 0.3.6.6
raw patch · 3 files changed
+4/−2 lines, 3 filesdep ~basedep ~containersnew-uploader
Dependency ranges changed: base, containers
Files
- CHANGES +2/−0
- Data/ByteString/Search/Internal/Utils.hs +1/−1
- stringsearch.cabal +1/−1
CHANGES view
@@ -1,3 +1,5 @@+0.3.6.6:+- Add FlexibleContexts to allow compiling with 7.10.1 0.3.6.2: - move some INLINE pragmas to make it compile with 7.2.1 0.3.6.1:
Data/ByteString/Search/Internal/Utils.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE BangPatterns #-}+{-# LANGUAGE BangPatterns, FlexibleContexts #-} {-# OPTIONS_HADDOCK hide, prune #-} -- | -- Module : Data.ByteString.Search.Internal.Utils
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.5+Version: 0.3.6.6 Homepage: https://bitbucket.org/dafis/stringsearch Bug-reports: https://bitbucket.org/dafis/stringsearch/issues