packages feed

Cabal revisions of music-pitch-literal-1.6

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
  name:               music-pitch-literal version:            1.6+x-revision: 1 cabal-version:      >= 1.10 author:             Hans Hoglund maintainer:         Hans Hoglund tested-with:        GHC build-type:         Simple -description: +description:     This package allow you to write the pitches of standard notation as expressions     overloaded on result type. This works exactly like numeric literals.  source-repository head   type:             git   location:         git://github.com/music-suite/music-pitch-literal.git-  -library                    -    build-depends: ++library+    build-depends:         base                    >= 4 && < 5,-        semigroups+        semigroups              < 0.13     hs-source-dirs: src     default-language: Haskell2010     exposed-modules:         Music.Pitch.Literal         Music.Pitch.Literal.Pitch         Music.Pitch.Literal.Interval-