Skip to content

Commit 33a36c3

Browse files
authored
Bump upper bound on base to < 4.13 (#7)
See https://ghc.haskell.org/trac/ghc/ticket/15018.
1 parent 622f386 commit 33a36c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stm.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ library
4343
other-extensions: Safe
4444

4545
build-depends:
46-
base >= 4.3 && < 4.12,
46+
base >= 4.3 && < 4.13,
4747
array >= 0.3 && < 0.6
4848

4949
exposed-modules:

0 commit comments

Comments
 (0)