sequential-index 0.2 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~bytestring
Dependency ranges changed: bytestring
Files
- sequential-index.cabal +2/−2
sequential-index.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.2+Version: 0.2.0.1 -- A short (one-line) description of the package. Synopsis: Sequential numbers that allow arbitrarily inserting numbers - for containers@@ -59,7 +59,7 @@ -- Packages needed in order to build this package. Build-depends: base >=4.2.0.0 && <5,- bytestring >=0.9.1.5 && <0.10+ bytestring >=0.9.1.5 && <0.11 -- Modules not exported by this package. -- Other-modules: