mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Move Echo deps downwards
This commit is contained in:
parent
8b945e8430
commit
df9c112117
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user