music-parts 1.3 → 1.3.1
raw patch · 1 files changed
+7/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- music-parts.cabal +7/−2
music-parts.cabal view
@@ -1,7 +1,7 @@ name: music-parts-version: 1.3-cabal-version: >= 1.2+version: 1.3.1+cabal-version: >= 1.10 author: Hans Hoglund maintainer: Hans Hoglund license: BSD3@@ -16,6 +16,10 @@ This library is part of the Music Suite, see <http://musicsuite.github.com>. +source-repository head+ type: git+ location: git://github.com/hanshoglund/music-parts.git+ library build-depends: base >= 4 && < 5,@@ -26,6 +30,7 @@ semigroupoids hs-source-dirs: src+ default-language: Haskell2010 exposed-modules: Music.Parts -- Music.Parts.Strings