Cabal revisions of text-0.11.1.6
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.1.6 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
revision 2
-x-revision: 1 name: text version: 0.11.1.6+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