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