Skip to content

Commit 10853fa

Browse files
committed
relax bounds on base
This is necessary for compatibility with the stack resolver 4.2
1 parent b5a0971 commit 10853fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

write-you-a-haskell.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cabal-version: >=1.10
1111
executable write-you-a-haskell
1212
main-is: Main.hs
1313
build-depends:
14-
base >= 4.7 && <4.8,
14+
base >= 4.7 && <4.9,
1515
pretty >= 1.1 && <1.2,
1616
containers >= 0.5 && <0.6,
1717
transformers >= 0.3 && <0.5,

0 commit comments

Comments
 (0)