mbox 0.3.3 → 0.3.4
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- mbox.cabal +2/−2
mbox.cabal view
@@ -1,5 +1,5 @@ name: mbox-version: 0.3.3+version: 0.3.4 synopsis: Read and write standard mailbox files. description: Read and write standard mailbox (mboxrd) files. category: system, text, data@@ -13,7 +13,7 @@ Cabal-Version: >= 1.6 library- build-depends: base >= 4, base < 6, safe, time < 1.7, time-locale-compat, text+ build-depends: base >= 4, base < 6, safe, time < 1.9, time-locale-compat, text exposed-modules: Data.MBox, Data.MBox.String ghc-options: -Wall