Cabal revisions of text-0.11.2.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
+x-revision: 1 name: text version: 0.11.2.1 homepage: https://github.com/bos/text bug-reports: https://github.com/bos/text/issues synopsis: An efficient packed Unicode text type.-description: +description: . An efficient packed, immutable Unicode text type (both strict and lazy), with a powerful loop fusion optimization framework. bytestring >= 0.9 && < 1.0 if impl(ghc >= 6.10) build-depends:- ghc-prim, base >= 4, deepseq >= 1.1.0.0+ ghc-prim, base >= 4, deepseq >= 1.1.0.0 && < 1.4 cpp-options: -DHAVE_DEEPSEQ else build-depends: extensible-exceptions else cpp-options: -DINTEGER_GMP build-depends: integer-gmp >= 0.2 && < 0.5- + if impl(ghc >= 6.9) && impl(ghc < 6.11) cpp-options: -DINTEGER_GMP
revision 2
-x-revision: 1 name: text version: 0.11.2.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. build-depends: array, base < 5,- bytestring >= 0.9 && < 1.0+ bytestring >= 0.9 && < 0.11 if impl(ghc >= 6.10) build-depends: ghc-prim, base >= 4, deepseq >= 1.1.0.0 && < 1.4