From df9c112117ea31193608fb60d42ffcf94b3d3f19 Mon Sep 17 00:00:00 2001 From: Chris Done Date: Mon, 2 Jun 2014 14:16:33 +0200 Subject: [PATCH] Move Echo deps downwards --- stackage-server.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stackage-server.cabal b/stackage-server.cabal index 890cffc..f385a52 100644 --- a/stackage-server.cabal +++ b/stackage-server.cabal @@ -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)