src subdir for yesod-core

This commit is contained in:
Michael Snoyman 2019-02-19 04:02:21 +02:00
parent e5cc9987ae
commit c67c89007c
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
31 changed files with 3 additions and 1 deletions

View File

@ -22,6 +22,8 @@ extra-source-files:
README.md
library
hs-source-dirs: src
build-depends: base >= 4.9 && < 5
, aeson >= 1.0
, auto-update
@ -106,7 +108,7 @@ library
test-suite test-routes
type: exitcode-stdio-1.0
main-is: RouteSpec.hs
hs-source-dirs: test, .
hs-source-dirs: test, src
other-modules: Hierarchy
Yesod.Routes.Class