web: fix too-loose yesod dependency, we require 1.2.*

This commit is contained in:
Simon Michael 2013-11-02 11:50:29 -07:00
parent 4123d458c8
commit a7c7fc1a43

View File

@ -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