We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 154be19 commit d7c7014Copy full SHA for d7c7014
.github/workflows/haskell.hs
@@ -10,6 +10,7 @@ main =
10
, "--constraint=mwc-random == 0.14.0.0"
11
, "--constraint=text == 1.2.4.0"
12
, "--constraint=time == 1.9.*"
13
+ , "--constraint=unordered-containers == 0.2.10.0"
14
]
15
"8.10.3" -> callProcess "cabal" ["build", "all"
16
, "--constraint=aeson == 1.5.*"
leanpub-wreq/leanpub-wreq.cabal
@@ -44,5 +44,5 @@ library
44
, text ^>= 1.2.4
45
, time ^>= 1.9 || ^>= 1.10 || ^>= 1.11
46
, transformers ^>=0.5
47
- , unordered-containers ^>= 0.2.13
+ , unordered-containers ^>= 0.2.10
48
, wreq ^>= 0.5.3
0 commit comments