packages feed

Cabal revisions of abcnotation-0.5

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

revision 1
--name:               abcnotation-version:            0.5-cabal-version:      >= 1.2-author:             Hans Hoglund-maintainer:         Hans Hoglund-license:            BSD3-license-file:       COPYING-synopsis:           Haskell representation and parser for ABC notation.-category:           Music-tested-with:        GHC-build-type:         Simple--description: -    This package contains a Haskell representation and parser for ABC notation. -    .-    ABC notation is a text-based music notation system designed to be comprehensible by both people and -    computers. For more information see <http://abcnotation.com>.-    .-    Based on the 2.1 standard.--library                    -    build-depends: -        base >= 4 && < 5,-        semigroups,-        prettify,-        network,-        parsec-    hs-source-dirs: src-    exposed-modules:-        Music.Abc-        Music.Abc.Parser+name:               abcnotation
+version:            0.5
+x-revision: 1
+cabal-version:      >= 1.2
+author:             Hans Hoglund
+maintainer:         Hans Hoglund
+license:            BSD3
+license-file:       COPYING
+synopsis:           Haskell representation and parser for ABC notation.
+category:           Music
+tested-with:        GHC
+build-type:         Simple
+
+description: 
+    This package contains a Haskell representation and parser for ABC notation. 
+    .
+    ABC notation is a text-based music notation system designed to be comprehensible by both people and 
+    computers. For more information see <http://abcnotation.com>.
+    .
+    Based on the 2.1 standard.
+
+library                    
+    build-depends: 
+        base >= 4 && < 5,
+        semigroups,
+        prettify,
+        network < 2.6,
+        parsec
+    hs-source-dirs: src
+    exposed-modules:
+        Music.Abc
+        Music.Abc.Parser