Skip to content

Commit

Permalink
Allow warp 3.4 (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minoru committed Mar 30, 2024
1 parent 1a40fd3 commit 900e7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hakyll.cabal
Expand Up @@ -219,7 +219,7 @@ Library
If flag(previewServer)
Build-depends:
wai >= 3.2 && < 3.3,
warp >= 3.2 && < 3.4,
warp >= 3.2 && < 3.5,
http-types >= 0.9 && < 0.13,
fsnotify >= 0.2 && < 0.5
Cpp-options:
Expand Down

0 comments on commit 900e7e1

Please sign in to comment.