vector 0.10
This commit is contained in:
parent
34f2f8cb13
commit
45e54ff2bb
@ -1,5 +1,5 @@
|
||||
name: yesod-core
|
||||
version: 1.1.2
|
||||
version: 1.1.2.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -75,7 +75,7 @@ library
|
||||
, case-insensitive >= 0.2
|
||||
, parsec >= 2 && < 3.2
|
||||
, directory >= 1
|
||||
, vector >= 0.9 && < 0.10
|
||||
, vector >= 0.9 && < 0.11
|
||||
, aeson >= 0.5
|
||||
, fast-logger >= 0.2
|
||||
, monad-logger >= 0.2.1 && < 0.3
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: yesod-routes
|
||||
version: 1.1.0
|
||||
version: 1.1.0.1
|
||||
license: MIT
|
||||
license-file: LICENSE
|
||||
author: Michael Snoyman <michael@snoyman.com>
|
||||
@ -17,7 +17,7 @@ extra-source-files:
|
||||
library
|
||||
build-depends: base >= 4 && < 5
|
||||
, text >= 0.5 && < 0.12
|
||||
, vector >= 0.8 && < 0.10
|
||||
, vector >= 0.8 && < 0.11
|
||||
, containers >= 0.2
|
||||
, template-haskell
|
||||
, path-pieces >= 0.1 && < 0.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user