Skip to content

Commit f8f77ee

Browse files
authored
Merge pull request #92 from bgamari/wip/ghc-9.14
Bump bounds to support GHC 9.12 and 9.14
2 parents d9ec5ba + 23bdcc2 commit f8f77ee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bench/stm-bench.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ tested-with:
2525
benchmark chanbench
2626
type: exitcode-stdio-1.0
2727
main-is: ChanBench.hs
28-
build-depends: base >= 4.9 && < 4.21, stm, async >= 2.0, tasty, tasty-bench
28+
build-depends: base >= 4.9 && < 4.23, stm, async >= 2.0, tasty, tasty-bench
2929
default-language: Haskell2010
3030
ghc-options: -O2 -threaded -with-rtsopts=-N

stm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ library
6666
build-depends: semigroups >=0.18.6 && <0.21
6767

6868
build-depends:
69-
base >= 4.4 && < 4.21,
69+
base >= 4.4 && < 4.23,
7070
array >= 0.3 && < 0.6
7171

7272
exposed-modules:

testsuite/testsuite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test-suite stm
4949

5050
--
5151
build-depends:
52-
, base >= 4.4 && < 4.21
52+
, base >= 4.4 && < 4.23
5353
, test-framework ^>= 0.8.2.0
5454
, test-framework-hunit ^>= 0.3.0.2
5555
, HUnit ^>= 1.6.0.0

0 commit comments

Comments
 (0)