mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-28 12:54:07 +03:00
web: fix too-loose yesod dependency, we require 1.2.*
This commit is contained in:
parent
4123d458c8
commit
a7c7fc1a43
@ -137,7 +137,7 @@ library
|
|||||||
, wai-handler-launch >= 1.3 && < 1.4
|
, wai-handler-launch >= 1.3 && < 1.4
|
||||||
, warp
|
, warp
|
||||||
, yaml
|
, yaml
|
||||||
, yesod
|
, yesod >= 1.2 && < 1.3
|
||||||
, yesod-core
|
, yesod-core
|
||||||
, yesod-static
|
, yesod-static
|
||||||
, json
|
, json
|
||||||
@ -228,7 +228,7 @@ executable hledger-web
|
|||||||
, wai-handler-launch >= 1.3 && < 1.4
|
, wai-handler-launch >= 1.3 && < 1.4
|
||||||
, warp
|
, warp
|
||||||
, yaml
|
, yaml
|
||||||
, yesod
|
, yesod >= 1.2 && < 1.3
|
||||||
, yesod-core
|
, yesod-core
|
||||||
, yesod-static
|
, yesod-static
|
||||||
, json
|
, json
|
||||||
|
Loading…
Reference in New Issue
Block a user