We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59efe55 commit 6dffe95Copy full SHA for 6dffe95
hledger-web/hledger-web.cabal
@@ -203,7 +203,7 @@ library
203
, yesod >=1.4 && <1.7
204
, yesod-core >=1.4 && <1.7
205
, yesod-form >=1.4 && <1.8
206
- , yesod-static >=1.4 && <1.7
+ , yesod-static >=1.4 && <1.6.1.1
207
, yesod-test
208
default-language: GHC2021
209
if (flag(dev)) || (flag(library-only))
hledger-web/package.yaml
@@ -148,7 +148,7 @@ library:
148
- yesod >=1.4 && < 1.7
149
- yesod-core >=1.4 && < 1.7
150
- yesod-form >=1.4 && < 1.8
151
- - yesod-static >=1.4 && < 1.7
+ - yesod-static >=1.4 && < 1.6.1.1 # https://github.com/psibi/crypton-conduit/issues/3
152
- hspec
153
- yesod-test
154
0 commit comments