Cabal revisions of bytestring-0.9.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
+Cabal-Version: >= 1.8 Name: bytestring Version: 0.9.2.1+x-revision: 1+ Synopsis: Fast, packed, strict and lazy byte arrays with a list interface Description: A time and space-efficient implementation of byte vectors using Homepage: http://www.cse.unsw.edu.au/~dons/fps.html Tested-With: GHC==7.0.2, GHC==6.12.3, GHC==6.10.4, GHC ==6.8.2 Build-Type: Simple-Cabal-Version: >= 1.8 extra-source-files: README TODO library- build-depends: base >= 3 && < 5+ build-depends: base >= 3 && < 4.11 if impl(ghc >= 6.10) build-depends: ghc-prim, base >= 4