Skip to content

Commit a6c8ad4

Browse files
BinderDavidBodigrim
authored andcommitted
Add tight upper bound on base
1 parent 84bfed8 commit a6c8ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pvp-site.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tested-with: GHC == 9.4.8 || == 9.6.6 || == 9.8.2
77
executable pvp-site
88
main-is: site.hs
99
hs-source-dirs: src/
10-
build-depends: base >= 4.17 && < 5
10+
build-depends: base >= 4.17 && < 4.20
1111
, hakyll >= 4.16 && < 4.17
1212
, pandoc >= 3.2 && < 3.3
1313
, pandoc-types >= 1.23 && < 1.24

0 commit comments

Comments
 (0)