Add dependencies and expose new modules
This commit is contained in:
parent
d3c7ccebe1
commit
b5a3bd4671
@ -54,6 +54,10 @@ library
|
|||||||
, case-insensitive >= 0.2 && < 0.4
|
, case-insensitive >= 0.2 && < 0.4
|
||||||
, parsec >= 2 && < 3.2
|
, parsec >= 2 && < 3.2
|
||||||
, directory >= 1 && < 1.2
|
, directory >= 1 && < 1.2
|
||||||
|
, cmdargs >= 0.8 && < 0.9
|
||||||
|
, data-object >= 0.3 && < 0.4
|
||||||
|
, data-object-yaml >= 0.3 && < 0.4
|
||||||
|
, warp >= 0.4 && < 0.5
|
||||||
-- for logger. Probably logger should be a separate package
|
-- for logger. Probably logger should be a separate package
|
||||||
, strict-concurrency >= 0.2.4 && < 0.2.5
|
, strict-concurrency >= 0.2.4 && < 0.2.5
|
||||||
|
|
||||||
@ -65,6 +69,8 @@ library
|
|||||||
Yesod.Request
|
Yesod.Request
|
||||||
Yesod.Widget
|
Yesod.Widget
|
||||||
Yesod.Message
|
Yesod.Message
|
||||||
|
Yesod.Settings
|
||||||
|
Yesod.Main
|
||||||
other-modules: Yesod.Internal
|
other-modules: Yesod.Internal
|
||||||
Yesod.Internal.Core
|
Yesod.Internal.Core
|
||||||
Yesod.Internal.Session
|
Yesod.Internal.Session
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user