We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1248122 commit ae4f14eCopy full SHA for ae4f14e
hackage-server.cabal
@@ -109,7 +109,7 @@ common defaults
109
, mtl ^>= 2.2.1
110
, pretty >= 1.1 && < 1.2
111
, process >= 1.6 && < 1.7
112
- , text ^>= 1.2.5.0
+ , text ^>= 1.2.5.0 || ^>= 2.0
113
, time >= 1.9 && < 1.13
114
, transformers >= 0.5 && < 0.6
115
, unix >= 2.7 && < 2.8
@@ -394,7 +394,7 @@ library lib-server
394
, hackage-security-HTTP ^>= 0.1.1
395
, haddock-library > 1.7 && < 2
396
, happstack-server ^>= 7.7.1
397
- , hashable ^>= 1.3
+ , hashable ^>= 1.3 || ^>= 1.4
398
, hslogger ^>= 1.3.1
399
, lifted-base ^>= 0.2.1
400
, mime-mail ^>= 0.5
0 commit comments