Aoide 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- Aoide.cabal +3/−3
Aoide.cabal view
@@ -14,10 +14,10 @@ maintainer: liisikerik@hotmail.com name: Aoide synopsis: A simple music library with the capability of generating .ly and .mid files. -version: 0.1.0.0 +version: 0.1.0.1 library build-depends: - base >= 4.14.0 && < 4.15, + base >= 4.12.0 && < 4.15, bytestring >= 0.10.10 && < 0.11, mtl >= 2.2.2 && < 2.3, process >= 1.6.8 && < 1.7, @@ -26,5 +26,5 @@ exposed-modules: Composition.Lilypond, Composition.Midi, Composition.Notes, Composition.Theory other-extensions: DeriveLift, NegativeLiterals, StandaloneDeriving, TemplateHaskell source-repository head - location: https://github.com/liisikerik/aoide + location: https://github.com/liisikerik/aoide.git type: git