src subdir

This commit is contained in:
Michael Snoyman 2018-06-28 12:32:40 +03:00
parent 69c8c83ab0
commit 113ebdd321
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
3 changed files with 6 additions and 2 deletions

View File

@ -19,6 +19,7 @@ flag network-uri
default: True
library
hs-source-dirs: src
build-depends: base == 4.*, containers
, tagsoup >= 0.12.2 && < 1
, utf8-string >= 0.3 && < 1.1
@ -37,8 +38,11 @@ library
test-suite test
type: exitcode-stdio-1.0
main-is: test/main.hs
cpp-options: -DTEST
hs-source-dirs: test, src
main-is: main.hs
other-modules: Text.HTML.SanitizeXSS
Text.HTML.SanitizeXSS.Css
cpp-options: -DTEST
build-depends: base == 4.* , containers
, tagsoup >= 0.12.2 && < 1
, utf8-string >= 0.3 && < 1.1