Skip to content

Commit

Permalink
allow building with lts-20 (#685)
Browse files Browse the repository at this point in the history
* bump bounds to allow building with LTS 20
* stack: bump to latest lts-20.8
  • Loading branch information
juhp authored Jan 27, 2023
1 parent a9e9a35 commit 75899f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gitit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ Library
mtl,
old-time,
temporary,
pandoc >= 2.9 && < 2.18,
pandoc >= 2.9 && < 2.20,
pandoc-types >= 1.20 && < 1.23,
skylighting >= 0.8.2.3 && < 0.13,
skylighting >= 0.8.2.3 && < 0.14,
bytestring,
text,
random,
Expand All @@ -162,7 +162,7 @@ Library
json >= 0.4 && < 0.11,
uri-bytestring >= 0.2.3.3,
split,
hoauth2 >= 2.3.0 && < 2.4,
hoauth2 >= 2.3.0 && < 2.7,
xml-conduit >= 1.5 && < 1.10,
http-conduit >= 2.1.6 && < 2.4,
http-client-tls >= 0.2.2 && < 0.4,
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ extra-deps:
- filestore-0.6.5
- recaptcha-0.1.0.4

resolver: lts-20.4
resolver: lts-20.8
nix:
packages: [zlib]

0 comments on commit 75899f1

Please sign in to comment.