vector-0.12.0.0

This commit is contained in:
Chris Allen 2017-01-31 13:36:38 -06:00
parent ce1e38e055
commit 1ea188e069
2 changed files with 3 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Flag ES5
Default: False
library
ghc-options: -Wall
ghc-options: -Wall
exposed-modules: Database.V1.Bloodhound
Database.V1.Bloodhound.Client
Database.V1.Bloodhound.Types
@ -53,7 +53,7 @@ library
mtl >= 1.0 && <2.3,
transformers >= 0.2 && <0.6,
http-types >= 0.8 && <0.10,
vector >= 0.10.9 && <0.12,
vector >= 0.10.9 && <0.13,
scientific >= 0.3.0.0 && <0.4.0.0,
exceptions,
data-default-class,

View File

@ -3,4 +3,5 @@ packages:
- '.'
extra-deps:
- quickcheck-properties-0.1
- vector-0.12.0.0
resolver: nightly-2017-01-30