djembe 0.1.0.0 → 0.1.1.0
raw patch · 1 files changed
+3/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- djembe.cabal +3/−2
djembe.cabal view
@@ -2,11 +2,13 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: djembe-version: 0.1.0.0+version: 0.1.1.0 synopsis: Hit drums with haskell description: A simple DSL for composing drum beats in haskell. Djembe uses the system MIDI device to play these beats.++homepage: https://github.com/reedrosenbluth/Djembe license: MIT license-file: LICENSE author: Reed Rosenbluth@@ -14,7 +16,6 @@ copyright: 2015 Reed Rosenbluth category: Sound build-type: Simple--- extra-source-files: cabal-version: >=1.10 library