packages feed

Cabal revisions of bytestring-show-0.1

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

revision 1
-Name:              bytestring-show-Version:           0.1-License:           BSD3-License-File:      LICENSE-Author:            Dan Doel-Maintainer:        Dan Doel <dan.doel@gmail.com>-Homepage:          http://code.haskell.org/~dolio/-Category:          Text-Synopsis:          Efficient conversion of values into readable byte strings.-Description:       Efficient conversion of values into readable byte strings.-Build-Type:        Simple-Cabal-Version:     >= 1.2--Library-    Build-Depends: base, binary, bytestring >= 0.9, QuickCheck--    Exposed-Modules:-        Text.Show.ByteString--    Other-Modules:-        Text.Show.ByteString.Util-        Text.Show.ByteString.Char-        Text.Show.ByteString.Int-        Text.Show.ByteString.Float-        Text.Show.ByteString.Integer--    Extensions:-        MagicHash, BangPatterns, TypeSynonymInstances--    GHC-Options:-        -O2 -Wall+Name:              bytestring-show
+Version:           0.1
+x-revision: 1
+License:           BSD3
+License-File:      LICENSE
+Author:            Dan Doel
+Maintainer:        Dan Doel <dan.doel@gmail.com>
+Homepage:          http://code.haskell.org/~dolio/
+Category:          Text
+Synopsis:          Efficient conversion of values into readable byte strings.
+Description:       Efficient conversion of values into readable byte strings.
+Build-Type:        Simple
+Cabal-Version:     >= 1.2
+
+Library
+    Build-Depends: base < 4.3, binary, bytestring >= 0.9, QuickCheck
+
+    Exposed-Modules:
+        Text.Show.ByteString
+
+    Other-Modules:
+        Text.Show.ByteString.Util
+        Text.Show.ByteString.Char
+        Text.Show.ByteString.Int
+        Text.Show.ByteString.Float
+        Text.Show.ByteString.Integer
+
+    Extensions:
+        MagicHash, BangPatterns, TypeSynonymInstances
+
+    GHC-Options:
+        -O2 -Wall