Skip to content

Commit ba5bb36

Browse files
committed
Make it build with ghc-9.12
1 parent 0e7e648 commit ba5bb36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ekg-core.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ library
4545
System.Metrics.ThreadId
4646

4747
build-depends:
48-
base >=4.6 && <4.21
49-
, containers >=0.5 && <0.8
48+
base >=4.6 && <4.22
49+
, containers >=0.5 && <0.9
5050
, text <2.2
5151
, unordered-containers <0.3
5252

0 commit comments

Comments
 (0)