Skip to content

Commit cef7be4

Browse files
authored
Allow ansi-terminal-0.11 (#54)
See commercialhaskell/stackage#5592
1 parent 6f52dbe commit cef7be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/test-framework.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Library
4646
Test.Framework.Utilities
4747

4848
Build-Depends: base >= 4.3 && < 5
49-
, ansi-terminal >= 0.4.0 && < 0.11
49+
, ansi-terminal >= 0.4.0 && < 0.12
5050
, ansi-wl-pprint >= 0.5.1 && < 0.7
5151
, random >= 1.0 && < 1.3
5252
, containers >= 0.1 && < 0.7

0 commit comments

Comments
 (0)