Skip to content

Commit ca3614e

Browse files
Allow building with newer GHCs
1 parent cc5baf7 commit ca3614e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-foundation.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cabal-version: 2.0
66
executable site
77
main-is: site.hs
88
build-depends: base == 4.*
9-
, hakyll ^>= 4.14
9+
, hakyll ^>= 4.14 || ^>= 4.15
1010
, monadlist
1111
, pandoc >=2.11 && <2.20
1212
, text

0 commit comments

Comments
 (0)