src subdir for yesod-core
This commit is contained in:
parent
e5cc9987ae
commit
c67c89007c
@ -22,6 +22,8 @@ extra-source-files:
|
|||||||
README.md
|
README.md
|
||||||
|
|
||||||
library
|
library
|
||||||
|
hs-source-dirs: src
|
||||||
|
|
||||||
build-depends: base >= 4.9 && < 5
|
build-depends: base >= 4.9 && < 5
|
||||||
, aeson >= 1.0
|
, aeson >= 1.0
|
||||||
, auto-update
|
, auto-update
|
||||||
@ -106,7 +108,7 @@ library
|
|||||||
test-suite test-routes
|
test-suite test-routes
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: RouteSpec.hs
|
main-is: RouteSpec.hs
|
||||||
hs-source-dirs: test, .
|
hs-source-dirs: test, src
|
||||||
|
|
||||||
other-modules: Hierarchy
|
other-modules: Hierarchy
|
||||||
Yesod.Routes.Class
|
Yesod.Routes.Class
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user