packages feed

Cabal revisions of bytestring-lexing-0.2.1

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

revision 1
-Name:                bytestring-lexing-Version:             0.2.1-Synopsis:            Parse literals efficiently from bytestrings-Description:         Parse literals efficiently from bytestrings-License:             BSD3-License-file:        LICENSE-Category:            Data-Copyright:           Copyright (c) Don Stewart 2008-Author:              Don Stewart-Maintainer:          dons@galois.com-Stability:           provisional-Homepage:            http://code.haskell.org/~dons/code/bytestring-lexing-Tested-With:         GHC ==6.8.2, GHC ==6.10.1-Build-Type:          Simple-Cabal-Version:       >= 1.2--flag small_base-    description: Choose the new smaller, split-up base package.--library-  exposed-modules:   Data.ByteString.Lex.Double-                     Data.ByteString.Lex.Lazy.Double-  other-modules:     Data.ByteString.Lex.Internal--  if flag(small_base)-      build-depends: base >= 3 && < 5, bytestring, array-  else-      build-depends: base < 3--  ghc-options:       -O2-  build-tools:       alex+Name:                bytestring-lexing
+Version:             0.2.1
+x-revision: 1
+Synopsis:            Parse literals efficiently from bytestrings
+Description:         Parse literals efficiently from bytestrings
+License:             BSD3
+License-file:        LICENSE
+Category:            Data
+Copyright:           Copyright (c) Don Stewart 2008
+Author:              Don Stewart
+Maintainer:          dons@galois.com
+Stability:           provisional
+Homepage:            http://code.haskell.org/~dons/code/bytestring-lexing
+Tested-With:         GHC ==6.8.2, GHC ==6.10.1
+Build-Type:          Simple
+Cabal-Version:       >= 1.2
+
+flag small_base
+    description: Choose the new smaller, split-up base package.
+
+library
+  exposed-modules:   Data.ByteString.Lex.Double
+                     Data.ByteString.Lex.Lazy.Double
+  other-modules:     Data.ByteString.Lex.Internal
+
+  if flag(small_base)
+      build-depends: base >= 3 && < 5, bytestring, array
+  else
+      build-depends: base < 3
+
+  ghc-options:       -O2
+  build-tools:       alex < 3.1.5
revision 2
 Name:                bytestring-lexing
 Version:             0.2.1
-x-revision: 1
+x-revision: 2
 Synopsis:            Parse literals efficiently from bytestrings
 Description:         Parse literals efficiently from bytestrings
 License:             BSD3
   other-modules:     Data.ByteString.Lex.Internal
 
   if flag(small_base)
-      build-depends: base >= 3 && < 5, bytestring, array
+      build-depends: base >= 3 && < 5, bytestring <0.11, array
   else
       build-depends: base < 3