Bump upper bound on vector to <11

Fixes #40
This commit is contained in:
patrick brisbin 2015-10-02 21:04:11 -04:00
parent d3c60bf47c
commit 5784f724ba
No known key found for this signature in database
GPG Key ID: ADB6812F871D4478

View File

@ -37,7 +37,7 @@ library
, transformers >= 0.2.2 && < 0.5
, hoauth2 >= 0.4.7 && < 0.5
, lifted-base >= 0.2 && < 0.4
, vector >= 0.10 && < 0.11
, vector >= 0.10 && < 0.12
exposed-modules: Yesod.Auth.OAuth2
Yesod.Auth.OAuth2.Github