Skip to content

Commit b869045

Browse files
committed
Bump containers and time bounds for GHC 9.14
1 parent 8df0ce1 commit b869045

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hackage-cli.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ library cabal-revisions
5959
, base >= 4.10.0.0 && < 5
6060
, bytestring >= 0.10.4.0 && < 0.13
6161
, Cabal >= 3.4 && < 3.17
62-
, containers >= 0.5.0.0 && < 0.8
62+
, containers >= 0.5.0.0 && < 1
6363
, mtl >= 2.2.2 && < 2.3 || >= 2.3.1 && < 2.4
6464
, pretty ^>= 1.1.2
6565

@@ -134,7 +134,7 @@ executable hackage-cli
134134
, tagsoup ^>= 0.14
135135
, tar >= 0.5 && < 1
136136
, text >= 1.2 && < 2.2
137-
, time >= 1.5.0.1 && < 1.15
137+
, time >= 1.5.0.1 && < 2
138138
, zlib >= 0.6.1 && < 0.8
139139

140140
ghc-options: -Wall -Wcompat -threaded

0 commit comments

Comments
 (0)