src subdir
This commit is contained in:
parent
69c8c83ab0
commit
113ebdd321
@ -19,6 +19,7 @@ flag network-uri
|
|||||||
default: True
|
default: True
|
||||||
|
|
||||||
library
|
library
|
||||||
|
hs-source-dirs: src
|
||||||
build-depends: base == 4.*, containers
|
build-depends: base == 4.*, containers
|
||||||
, tagsoup >= 0.12.2 && < 1
|
, tagsoup >= 0.12.2 && < 1
|
||||||
, utf8-string >= 0.3 && < 1.1
|
, utf8-string >= 0.3 && < 1.1
|
||||||
@ -37,8 +38,11 @@ library
|
|||||||
|
|
||||||
test-suite test
|
test-suite test
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: test/main.hs
|
hs-source-dirs: test, src
|
||||||
cpp-options: -DTEST
|
main-is: main.hs
|
||||||
|
other-modules: Text.HTML.SanitizeXSS
|
||||||
|
Text.HTML.SanitizeXSS.Css
|
||||||
|
cpp-options: -DTEST
|
||||||
build-depends: base == 4.* , containers
|
build-depends: base == 4.* , containers
|
||||||
, tagsoup >= 0.12.2 && < 1
|
, tagsoup >= 0.12.2 && < 1
|
||||||
, utf8-string >= 0.3 && < 1.1
|
, utf8-string >= 0.3 && < 1.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user