1
+ cabal-version : >= 1.8
1
2
name : text
2
- version : 1.2.3.0
3
+ version : 1.2.3.1
4
+
3
5
homepage : https://github.com/haskell/text
4
6
bug-reports : https://github.com/haskell/text/issues
5
7
synopsis : An efficient packed Unicode text type.
@@ -37,11 +39,10 @@ description:
37
39
license : BSD2
38
40
license-file : LICENSE
39
41
author : Bryan O'Sullivan <
[email protected] >
40
- maintainer : Bryan O'Sullivan <
[email protected] >
42
+ maintainer : Bryan O'Sullivan <
[email protected] >
, Herbert Valerio Riedel <[email protected] >
41
43
copyright : 2009-2011 Bryan O'Sullivan, 2008-2009 Tom Harper
42
44
category : Data, Text
43
45
build-type : Simple
44
- cabal-version : >= 1.8
45
46
tested-with : GHC== 8.6.1 , GHC== 8.4.3 ,
46
47
GHC== 8.2.2 , GHC== 8.0.2 , GHC== 7.10.3 , GHC== 7.8.4 ,
47
48
GHC== 7.6.3 , GHC== 7.4.2 , GHC== 7.2.2 , GHC== 7.0.4
@@ -152,7 +153,7 @@ library
152
153
build-depends : bytestring >= 0.9 && < 0.10.4 ,
153
154
bytestring-builder >= 0.10.4
154
155
else
155
- build-depends : bytestring >= 0.10.4
156
+ build-depends : bytestring >= 0.10.4 && < 0.11
156
157
157
158
cpp-options : -DHAVE_DEEPSEQ
158
159
ghc-options : -Wall -fwarn-tabs -funbox-strict-fields -O2
@@ -166,7 +167,7 @@ library
166
167
build-depends : integer-simple >= 0.1 && < 0.5
167
168
else
168
169
cpp-options : -DINTEGER_GMP
169
- build-depends : integer-gmp >= 0.2
170
+ build-depends : integer-gmp >= 0.2 && < 1.1
170
171
171
172
test-suite tests
172
173
type : exitcode-stdio-1.0
0 commit comments