med-module 0.1.2.1 → 0.1.2.2
raw patch · 1 files changed
+8/−8 lines, 1 filesdep ~bytestringdep ~optparse-applicativedep ~transformersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: bytestring, optparse-applicative, transformers
API changes (from Hackage documentation)
- Sound.MED.Basic.Amiga: class (Monad m) => Reader m
+ Sound.MED.Basic.Amiga: class (MonadFail m) => Reader m
Files
- med-module.cabal +8/−8
med-module.cabal view
@@ -1,5 +1,5 @@ Name: med-module-Version: 0.1.2.1+Version: 0.1.2.2 Synopsis: Parse song module files from Amiga MED and OctaMED Description: MED (Music EDitor) and its successor OctaMED@@ -29,13 +29,13 @@ Cabal-Version: >=1.10 Source-Repository this- Tag: 0.1.2.1+ Tag: 0.1.2.2 Type: darcs- Location: http://hub.darcs.net/thielema/med-module+ Location: https://hub.darcs.net/thielema/med-module Source-Repository head Type: darcs- Location: http://hub.darcs.net/thielema/med-module+ Location: https://hub.darcs.net/thielema/med-module Flag buildExamples description: Build example executables@@ -89,9 +89,9 @@ Hs-Source-Dirs: src Build-Depends:- transformers >=0.3 && <0.6,+ transformers >=0.3 && <0.7, storable-endian >=0.2.6 && <0.3,- bytestring >=0.9.2 && <0.11,+ bytestring >=0.9.2 && <0.12, utility-ht >=0.0.12 && <0.1 If impl(ghc<8.8) Hs-Source-Dirs: src-fail/before-4.13@@ -123,10 +123,10 @@ Build-Depends: med-module, hps >=0.15 && <0.16,- optparse-applicative >=0.11 && <0.16,+ optparse-applicative >=0.11 && <0.18, filepath >=1.3 && <1.5, array >=0.4 && <0.6,- transformers >=0.3 && <0.6,+ transformers >=0.3 && <0.7, non-empty >=0.2 && <0.4, utility-ht >=0.0.10 && <0.1, base >=4.5 && <5