version bump package for text upper bound change
This commit is contained in:
parent
71e4a9b5ad
commit
072d537e60
@ -1,5 +1,5 @@
|
|||||||
name: xss-sanitize
|
name: xss-sanitize
|
||||||
version: 0.3.4
|
version: 0.3.4.1
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Greg Weber <greg@gregweber.info>
|
author: Greg Weber <greg@gregweber.info>
|
||||||
@ -15,7 +15,7 @@ homepage: http://github.com/yesodweb/haskell-xss-sanitize
|
|||||||
extra-source-files: README.md
|
extra-source-files: README.md
|
||||||
|
|
||||||
library
|
library
|
||||||
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
|
, utf8-string >= 0.3 && < 1
|
||||||
, network >= 2 && < 3
|
, network >= 2 && < 3
|
||||||
@ -32,7 +32,7 @@ test-suite test
|
|||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
main-is: test/main.hs
|
main-is: test/main.hs
|
||||||
cpp-options: -DTEST
|
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
|
, utf8-string >= 0.3 && < 1
|
||||||
, network >= 2 && < 3
|
, network >= 2 && < 3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user