Cabal revisions of text-1.2.3.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: >= 1.8 name: text version: 1.2.3.1+x-revision: 1 homepage: https://github.com/haskell/text bug-reports: https://github.com/haskell/text/issues 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
cabal-version: >= 1.8 name: text version: 1.2.3.1-x-revision: 1+x-revision: 2 homepage: https://github.com/haskell/text bug-reports: https://github.com/haskell/text/issues 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 && < 0.11