riff 0.3.0.0 → 0.3.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~eitherdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: either, transformers
API changes (from Hackage documentation)
Files
- riff.cabal +3/−3
riff.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.3.0.0+version: 0.3.0.1 -- A short (one-line) description of the package. synopsis: RIFF parser for Haskell@@ -75,8 +75,8 @@ build-depends: base >=4.5 && <5.0 , binary >=0.7 && <0.8 , bytestring >=0.9 && <1.0- , either >=4.1 && <4.2- , transformers >=0.3.0 && <0.3.1+ , either == 4.3.*+ , transformers == 0.4.* -- Directories containing source files. -- hs-source-dirs: