Skip to content

Commit ae4f14e

Browse files
authored
Allow hashable-1.4 and text-2.0 (#1089)
1 parent 1248122 commit ae4f14e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackage-server.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ common defaults
109109
, mtl ^>= 2.2.1
110110
, pretty >= 1.1 && < 1.2
111111
, process >= 1.6 && < 1.7
112-
, text ^>= 1.2.5.0
112+
, text ^>= 1.2.5.0 || ^>= 2.0
113113
, time >= 1.9 && < 1.13
114114
, transformers >= 0.5 && < 0.6
115115
, unix >= 2.7 && < 2.8
@@ -394,7 +394,7 @@ library lib-server
394394
, hackage-security-HTTP ^>= 0.1.1
395395
, haddock-library > 1.7 && < 2
396396
, happstack-server ^>= 7.7.1
397-
, hashable ^>= 1.3
397+
, hashable ^>= 1.3 || ^>= 1.4
398398
, hslogger ^>= 1.3.1
399399
, lifted-base ^>= 0.2.1
400400
, mime-mail ^>= 0.5

0 commit comments

Comments
 (0)