packages feed

Cabal revisions of hexstring-0.10.0

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

revision 1
 name: hexstring
 category: Data
 version: 0.10.0
+x-revision: 1
 license: MIT
 license-file: LICENSE
 copyright: (c) 2015 Leon Mergen
   exposed-modules:     Data.HexString
   
   build-depends:       base                     >= 4.3          && < 5
-                     , binary 
-                     , text
-                     , bytestring
-                     , base16-bytestring
+                     , binary < 0.9
+                     , text < 1.3
+                     , bytestring == 0.10.*
+                     , base16-bytestring < 0.2
 
 test-suite test-suite
   type:                exitcode-stdio-1.0