packages feed

bgmax 0.2.0.3 → 0.2.0.4

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.3+version:             0.2.0.4 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.3+  tag:      v0.2.0.4  library   exposed-modules:     BankGiro.BgMax   -- other-modules:          other-extensions:    OverloadedStrings   build-depends:       -                       base >= 4.9 && < 4.12,+                       base >= 4.9 && < 5,                        time >= 1.6 && < 1.9,                        bytestring >= 0.10.8.1 && < 0.11,                        attoparsec >= 0.13.1.0 && < 0.14
changelog.md view
@@ -10,3 +10,5 @@   - Bump base and time dependencies	 # Version 0.2.0.3   - Bump base	+# Version 0.2.0.4+  - Bump base