attosplit 0.0.1 → 0.1.0.0
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- Data/Attoparsec/Split.hs +1/−1
- attosplit.cabal +3/−3
Data/Attoparsec/Split.hs view
@@ -18,7 +18,7 @@ module Data.Attoparsec.Split (split) where -import Data.Attoparsec (Parser, Result(..), parse)+import Data.Attoparsec (Parser, Result, IResult(..), parse) import Data.ByteString.Lazy.Internal (ByteString(..), chunk) import qualified Data.ByteString.Lazy as Lazy import qualified Data.ByteString as B
attosplit.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.0.1+Version: 0.1.0.0 -- A short (one-line) description of the package. Synopsis:@@ -59,8 +59,8 @@ -- Packages needed in order to build this package. Build-depends: base >= 3 && < 5,- attoparsec == 0.8.*,- bytestring == 0.9.*+ attoparsec ==0.10.*,+ bytestring ==0.9.* -- Modules not exported by this package. -- Other-modules: