Remove containers upper bound
This commit is contained in:
parent
61b5627e44
commit
04c0a66f8f
@ -1,5 +1,5 @@
|
|||||||
name: yesod-routes
|
name: yesod-routes
|
||||||
version: 1.0.1.1
|
version: 1.0.1.2
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
@ -18,7 +18,7 @@ library
|
|||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, text >= 0.5 && < 0.12
|
, text >= 0.5 && < 0.12
|
||||||
, vector >= 0.8 && < 0.10
|
, vector >= 0.8 && < 0.10
|
||||||
, containers >= 0.2 && < 0.5
|
, containers >= 0.2
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, path-pieces >= 0.1 && < 0.2
|
, path-pieces >= 0.1 && < 0.2
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user