Skip to content

Commit 6dffe95

Browse files
committed
fix:web: avoid yesod-static build breakage with cabal
psibi/crypton-conduit#3
1 parent 59efe55 commit 6dffe95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hledger-web/hledger-web.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ library
203203
, yesod >=1.4 && <1.7
204204
, yesod-core >=1.4 && <1.7
205205
, yesod-form >=1.4 && <1.8
206-
, yesod-static >=1.4 && <1.7
206+
, yesod-static >=1.4 && <1.6.1.1
207207
, yesod-test
208208
default-language: GHC2021
209209
if (flag(dev)) || (flag(library-only))

hledger-web/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ library:
148148
- yesod >=1.4 && < 1.7
149149
- yesod-core >=1.4 && < 1.7
150150
- yesod-form >=1.4 && < 1.8
151-
- yesod-static >=1.4 && < 1.7
151+
- yesod-static >=1.4 && < 1.6.1.1 # https://github.com/psibi/crypton-conduit/issues/3
152152
- hspec
153153
- yesod-test
154154

0 commit comments

Comments
 (0)