acme-strtok 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basedep ~mtl
Dependency ranges changed: base, mtl
Files
- acme-strtok.cabal +2/−2
acme-strtok.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.0.1+version: 0.1.0.2 -- A short (one-line) description of the package. synopsis: A Haskell port of the C/PHP strtok function@@ -57,7 +57,7 @@ -- other-extensions: -- Other library packages from which modules are imported.- build-depends: base >=4.6 && <4.7, mtl >=2.1 && <2.2+ build-depends: base >=3 && <5, mtl >=2 && <3 -- Directories containing source files. -- hs-source-dirs: