packages feed

Cabal revisions of compact-string-fix-0.3.1

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

revision 1
 name:           compact-string-fix
 version:        0.3.1
+x-revision: 1
 license:        BSD3
 license-file:   LICENSE
 author:         Twan van Laarhoven
 description:
     Fast, packed, strict strings with a list interface.
     Based on "Data.ByteString".
-    Multiple encodings are supported.+    Multiple encodings are supported.
     This is the same package as compact-string-0.3.1 except for a small fix to work with the new Exception library. Once Twan updates that package, this package will be deprecated.
 
 build-type:      Simple
     test/Properties.hs
 
 library
-    build-depends:  base >= 3 && < 5, bytestring >= 0.9
+    build-depends:  base >= 3 && < 4.4, bytestring >= 0.9 && < 0.11
 
     exposed-modules:
         Data.CompactString