Skip to content

Commit 91a4f16

Browse files
authored
Allow strict 0.4
Builds fine and all tests pass here.
1 parent 481f4d4 commit 91a4f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylish-haskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Executable stylish-haskell
7777

7878
Build-depends:
7979
stylish-haskell,
80-
strict >= 0.3 && < 0.4,
80+
strict >= 0.3 && < 0.5,
8181
optparse-applicative >= 0.12 && < 0.16,
8282
-- Copied from regular dependencies...
8383
aeson >= 0.6 && < 1.6,

0 commit comments

Comments
 (0)