mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +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
|
||||
, warp
|
||||
, yaml
|
||||
, yesod
|
||||
, yesod >= 1.2 && < 1.3
|
||||
, yesod-core
|
||||
, yesod-static
|
||||
, json
|
||||
@ -228,7 +228,7 @@ executable hledger-web
|
||||
, wai-handler-launch >= 1.3 && < 1.4
|
||||
, warp
|
||||
, yaml
|
||||
, yesod
|
||||
, yesod >= 1.2 && < 1.3
|
||||
, yesod-core
|
||||
, yesod-static
|
||||
, json
|
||||
|
Loading…
Reference in New Issue
Block a user