Skip to content

Commit aa79c92

Browse files
authored
Merge pull request #29 from bgamari/wip/ghc-8.12
Allow base-4.15
2 parents faf9904 + 444f672 commit aa79c92

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
@@ -50,7 +50,7 @@ library
5050
build-depends: nats (>= 0.1.3 && < 0.3) || (>= 1 && < 1.2)
5151

5252
build-depends:
53-
base >= 4.3 && < 4.15,
53+
base >= 4.3 && < 4.16,
5454
array >= 0.3 && < 0.6
5555

5656
exposed-modules:

0 commit comments

Comments
 (0)