Skip to content

Commit

Permalink
Bump warp upper bound to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj authored Apr 11, 2020
1 parent aa5b25f commit ffa6b0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 19 deletions.
2 changes: 1 addition & 1 deletion hakyll.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Library
If flag(previewServer)
Build-depends:
wai >= 3.2 && < 3.3,
warp >= 3.2 && < 3.3,
warp >= 3.2 && < 3.4,
wai-app-static >= 3.1 && < 3.2,
http-types >= 0.9 && < 0.13,
fsnotify >= 0.2 && < 0.4
Expand Down
5 changes: 2 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: lts-15.0
resolver: lts-15.6
save-hackage-creds: false

flags:
Expand All @@ -24,5 +24,4 @@ build:

extra-deps:
- 'lrucache-1.2.0.1'
- 'http2-1.6.5'
- 'warp-3.2.28'
- 'warp-3.3.9'
23 changes: 8 additions & 15 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,15 @@ packages:
original:
hackage: lrucache-1.2.0.1
- completed:
hackage: http2-1.6.5@sha256:f1743ba4a267f525106c218894e4bd2acf28fa047a9ba660b4a317a97382a877,13999
hackage: warp-3.3.9@sha256:fc09116f4298811129b3a405f8487459ea7a052132f7474c3cd598cdc7d3d77b,10797
pantry-tree:
size: 43676
sha256: 7c5c74e748187ae08baafab4af661147dcc128f1464305de68a06c3f0949cb91
size: 3898
sha256: 54ca89c1bebb00b20a54aca8838e2e32ff68775d84b50a3139438b49646b431f
original:
hackage: http2-1.6.5
- completed:
hackage: warp-3.2.28@sha256:b32fb8fed7ace4bd206fd897c388c00cdb915ec7e34ee61dc6397d518d9e651c,11186
pantry-tree:
size: 4227
sha256: a08eab2f15d6be431d00cd31a8b87a7e5ce87f203aad06916f9af0c673ec8a7d
original:
hackage: warp-3.2.28
hackage: warp-3.3.9
snapshots:
- completed:
size: 488576
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/0.yaml
sha256: e4b6a87b47ec1cf63a7f1a0884a3b276fce2b0d174a10e8753c4f618e7983568
original: lts-15.0
size: 491387
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/6.yaml
sha256: 8d81505a6de861e167a58534ab62330afb75bfa108735c7db1204f7ef2a39d79
original: lts-15.6

0 comments on commit ffa6b0e

Please sign in to comment.