packages feed

bgmax 0.2.0.2 → 0.2.0.3

raw patch · 2 files changed

+5/−3 lines, 2 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

bgmax.cabal view
@@ -1,5 +1,5 @@ name:                bgmax-version:             0.2.0.2+version:             0.2.0.3 synopsis:            Parse BgMax-files homepage:            http://github.com/jonpetterbergman/bgmax bug-reports:         http://github.com/jonpetterbergman/bgmax/issues@@ -26,14 +26,14 @@ source-repository this   type:     git   location: http://github.com/jonpetterbergman/bgmax-  tag:      v0.2.0.2+  tag:      v0.2.0.3  library   exposed-modules:     BankGiro.BgMax   -- other-modules:          other-extensions:    OverloadedStrings   build-depends:       -                       base >= 4.9 && < 4.11,+                       base >= 4.9 && < 4.12,                        time >= 1.6 && < 1.9,                        bytestring >= 0.10.8.1 && < 0.11,                        attoparsec >= 0.13.1.0 && < 0.14
changelog.md view
@@ -8,3 +8,5 @@   - Clean up exports # Version 0.2.0.2   - Bump base and time dependencies	+# Version 0.2.0.3+  - Bump base