Cabal revisions of text-1.2.0.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: text version: 1.2.0.3+x-revision: 1 homepage: https://github.com/bos/text bug-reports: https://github.com/bos/text/issues synopsis: An efficient packed Unicode text type. build-depends: array >= 0.3,- base >= 4.2 && < 5,+ base >= 4.2 && < 4.9, deepseq >= 1.1.0.0, ghc-prim >= 0.2
revision 2
name: text version: 1.2.0.3-x-revision: 1+x-revision: 2 homepage: https://github.com/bos/text bug-reports: https://github.com/bos/text/issues synopsis: An efficient packed Unicode text type. ghc-prim >= 0.2 if impl(ghc >= 7.7)- build-depends: bytestring >= 0.10.4.0+ build-depends: bytestring >= 0.10.4.0 && <0.11 else- build-depends: bytestring >= 0.9+ build-depends: bytestring >= 0.9 && <0.11 cpp-options: -DHAVE_DEEPSEQ ghc-options: -Wall -fwarn-tabs -funbox-strict-fields -O2