algorithmic-composition-overtones 0.1.0.0 → 0.1.1.0
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~algorithmic-composition-basicdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: algorithmic-composition-basic, base
API changes (from Hackage documentation)
Files
ChangeLog.md view
@@ -3,3 +3,7 @@ ## 0.1.0.0 -- 2021-03-07 * First version. Released on an unsuspecting world.++## 0.1.1.0 -- 2022-02-19++* First version revised A. Updated the dependencies. No code revision is done.
algorithmic-composition-overtones.cabal view
@@ -2,7 +2,7 @@ -- For further documentation, see http://haskell.org/cabal/users-guide/ name: algorithmic-composition-overtones-version: 0.1.0.0+version: 0.1.1.0 synopsis: Some variants of the overtones functions to generate a timbre. description: Can be used with the Composition.Sound.Functional.Basics.overSoXSynthGG function or some other way. homepage: https://hackage.haskell.org/package/algorithmic-composition-overtones@@ -20,6 +20,6 @@ exposed-modules: Composition.Sound.Functional.OvertonesO -- other-modules: other-extensions: BangPatterns- build-depends: base >=4.8 && <4.15, algorithmic-composition-basic >=0.2.2 && <1+ build-depends: base >=4.8 && <5, algorithmic-composition-basic >=0.5 && <1 -- hs-source-dirs: default-language: Haskell2010