Move Echo deps downwards

This commit is contained in:
Chris Done 2014-06-02 14:16:33 +02:00
parent 8b945e8430
commit df9c112117

View File

@ -16,6 +16,7 @@ library
Foundation Foundation
Import Import
Model Model
Echo
Settings Settings
Settings.StaticFiles Settings.StaticFiles
Settings.Development Settings.Development
@ -68,8 +69,7 @@ library
StandaloneDeriving StandaloneDeriving
UndecidableInstances UndecidableInstances
build-depends: old-locale >= 1.0.0.5, build-depends:
th-lift >= 0.6.1,
base >= 4 && < 5 base >= 4 && < 5
, yesod >= 1.2.5 && < 1.3 , yesod >= 1.2.5 && < 1.3
, yesod-core >= 1.2.12 && < 1.3 , yesod-core >= 1.2.12 && < 1.3
@ -124,6 +124,8 @@ library
, mono-traversable , mono-traversable
, time , time
, process , process
, old-locale
, th-lift
executable stackage-server executable stackage-server
if flag(library-only) if flag(library-only)