Skip to content

Commit d7c7014

Browse files
committed
support unordered-containers 0.2.10
1 parent 154be19 commit d7c7014

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/haskell.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ main =
1010
, "--constraint=mwc-random == 0.14.0.0"
1111
, "--constraint=text == 1.2.4.0"
1212
, "--constraint=time == 1.9.*"
13+
, "--constraint=unordered-containers == 0.2.10.0"
1314
]
1415
"8.10.3" -> callProcess "cabal" ["build", "all"
1516
, "--constraint=aeson == 1.5.*"

leanpub-wreq/leanpub-wreq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ library
4444
, text ^>= 1.2.4
4545
, time ^>= 1.9 || ^>= 1.10 || ^>= 1.11
4646
, transformers ^>=0.5
47-
, unordered-containers ^>= 0.2.13
47+
, unordered-containers ^>= 0.2.10
4848
, wreq ^>= 0.5.3

0 commit comments

Comments
 (0)