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