packages feed

Cabal revisions of bytestring-0.9.0.1

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

revision 1
-Name:                bytestring-Version:             0.9.0.1-Synopsis:            Fast, packed, strict and lazy byte arrays with a list interface-License:             BSD3-License-file:        LICENSE-Copyright:           Copyright (c) Don Stewart 2005-2007,-                               (c) Duncan Coutts 2006-2007,-                               (c) David Roundy 2003-2005.-Author:              Don Stewart, Duncan Coutts-Maintainer:          dons@cse.unsw.edu.au, duncan@haskell.org-Stability:           provisional-Homepage:            http://www.cse.unsw.edu.au/~dons/fps.html-Tested-With:         GHC ==6.6.1, GHC ==6.4.2-Build-Type:          Simple-Cabal-Version:       >= 1.2--flag split-base--library-  if flag(split-base)-    build-depends:     base >= 3, array-  else-    build-depends:     base < 3-  extensions:        CPP, ForeignFunctionInterface-  exposed-modules:   Data.ByteString-                     Data.ByteString.Char8-                     Data.ByteString.Unsafe-                     Data.ByteString.Internal-                     Data.ByteString.Lazy-                     Data.ByteString.Lazy.Char8-                     Data.ByteString.Lazy.Internal-                     Data.ByteString.Fusion-  ghc-options:       -Wall -fglasgow-exts -O2-  if impl(ghc <= 6.4.2)-    ghc-options:     -DSLOW_FOREIGN_PTR-  nhc98-options:     -K4M -K3M-  c-sources:         cbits/fpstring.c-  include-dirs:      include-  includes:          fpstring.h-  install-includes:  fpstring.h+Name:                bytestring
+Version:             0.9.0.1
+x-revision: 1
+Synopsis:            Fast, packed, strict and lazy byte arrays with a list interface
+License:             BSD3
+License-file:        LICENSE
+Copyright:           Copyright (c) Don Stewart 2005-2007,
+                               (c) Duncan Coutts 2006-2007,
+                               (c) David Roundy 2003-2005.
+Author:              Don Stewart, Duncan Coutts
+Maintainer:          dons@cse.unsw.edu.au, duncan@haskell.org
+Stability:           provisional
+Homepage:            http://www.cse.unsw.edu.au/~dons/fps.html
+Tested-With:         GHC ==6.6.1, GHC ==6.4.2
+Build-Type:          Simple
+Cabal-Version:       >= 1.2
+
+flag split-base
+
+library
+  if flag(split-base)
+    build-depends:     base >= 3 && < 4.2, array
+  else
+    build-depends:     base < 3
+  extensions:        CPP, ForeignFunctionInterface
+  exposed-modules:   Data.ByteString
+                     Data.ByteString.Char8
+                     Data.ByteString.Unsafe
+                     Data.ByteString.Internal
+                     Data.ByteString.Lazy
+                     Data.ByteString.Lazy.Char8
+                     Data.ByteString.Lazy.Internal
+                     Data.ByteString.Fusion
+  ghc-options:       -Wall -fglasgow-exts -O2
+  if impl(ghc <= 6.4.2)
+    ghc-options:     -DSLOW_FOREIGN_PTR
+  nhc98-options:     -K4M -K3M
+  c-sources:         cbits/fpstring.c
+  include-dirs:      include
+  includes:          fpstring.h
+  install-includes:  fpstring.h