packages feed

Cabal revisions of text-1.2.3.0

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

revision 1
 name:           text version:        1.2.3.0+x-revision: 1 homepage:       https://github.com/haskell/text bug-reports:    https://github.com/haskell/text/issues synopsis:       An efficient packed Unicode text type. author:         Bryan O'Sullivan <bos@serpentine.com> maintainer:     Bryan O'Sullivan <bos@serpentine.com> copyright:      2009-2011 Bryan O'Sullivan, 2008-2009 Tom Harper-bug-reports:    https://github.com/haskell/text/issues category:       Data, Text build-type:     Simple cabal-version:  >= 1.8    build-depends:     array      >= 0.3,-    base       >= 4.2 && < 5,+    base       >= 4.2 && < 4.13,     binary,     deepseq    >= 1.1.0.0,     ghc-prim   >= 0.2
revision 2
 name:           text version:        1.2.3.0-x-revision: 1+x-revision: 2 homepage:       https://github.com/haskell/text bug-reports:    https://github.com/haskell/text/issues synopsis:       An efficient packed Unicode text type.    if flag(bytestring-builder)     build-depends: bytestring         >= 0.9    && < 0.10.4,-                   bytestring-builder >= 0.10.4+                   bytestring-builder >= 0.10.4.0.2   else     build-depends: bytestring         >= 0.10.4 
revision 3
 name:           text version:        1.2.3.0-x-revision: 2+x-revision: 3 homepage:       https://github.com/haskell/text bug-reports:    https://github.com/haskell/text/issues synopsis:       An efficient packed Unicode text type.     build-depends: bytestring         >= 0.9    && < 0.10.4,                    bytestring-builder >= 0.10.4.0.2   else-    build-depends: bytestring         >= 0.10.4+    build-depends: bytestring         >= 0.10.4 && <0.11    cpp-options: -DHAVE_DEEPSEQ   ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2