dobutokO3 0.2.1.0 → 0.3.0.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~dobutokO2dep ~mmsyn6ukrdep ~mmsyn7lPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: dobutokO2, mmsyn6ukr, mmsyn7l, mmsyn7s
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- dobutokO3.cabal +2/−2
CHANGELOG.md view
@@ -12,3 +12,7 @@ ## 0.2.1.0 -- 2020-06-24 * Second version revised A. Fixed typos mistake in code that do not allow it to be compiled.++## 0.3.0.0 -- 2020-08-16++* Third version. Changed the dependencies boundaries.
dobutokO3.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: dobutokO3-version: 0.2.1.0+version: 0.3.0.0 synopsis: Helps to create more complex experimental music from a file (especially timbre). description: Uses SoX inside. homepage: https://hackage.haskell.org/package/dobutokO3@@ -20,6 +20,6 @@ exposed-modules: DobutokO.Sound.Complex -- other-modules: -- other-extensions:- build-depends: base >=4.7 && <4.15, bytestring >= 0.10.6 && <1, vector >=0.11 && <0.14, process >=1.4 && <1.9, mmsyn3 >=0.1.5 && <1, mmsyn7s >=0.7 && <1, directory >=1.2.7 && <1.7, mmsyn7ukr >=0.16 && <1, mmsyn2 >=0.1.8 && <1, mmsyn6ukr >=0.7.2 && <1, mmsyn7l >=0.7 && <1, dobutokO2 >=0.42 && <1+ build-depends: base >=4.7 && <4.15, bytestring >= 0.10.6 && <1, vector >=0.11 && <0.14, process >=1.4 && <1.9, mmsyn3 >=0.1.5 && <1, mmsyn7s >=0.8 && <1, directory >=1.2.7 && <1.7, mmsyn7ukr >=0.16 && <1, mmsyn2 >=0.1.8 && <1, mmsyn6ukr >=0.8 && <1, mmsyn7l >=0.8 && <1, dobutokO2 >=0.43 && <1 -- hs-source-dirs: default-language: Haskell2010