Skip to content

Commit

Permalink
Allow http-types-0.12
Browse files Browse the repository at this point in the history
I tested this locally, but I'm not really sure its the right thing to
put http-types in the default stack.yaml

This is for commercialhaskell/stackage#3232 which blocks
us in katip-elasticsearch downstream
  • Loading branch information
MichaelXavier committed Jan 29, 2018
1 parent dfae4ab commit e5a767d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bloodhound.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library
text >= 0.11 && <1.3,
mtl >= 1.0 && <2.3,
transformers >= 0.2 && <0.6,
http-types >= 0.8 && <0.12,
http-types >= 0.8 && <0.13,
vector >= 0.10.9 && <0.13,
scientific >= 0.3.0.0 && <0.4.0.0,
exceptions,
Expand Down
3 changes: 1 addition & 2 deletions stack-8.2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ packages:
- '.'
- './examples'

extra-deps:
- http-types-0.11
extra-deps: []

resolver: lts-10.0

0 comments on commit e5a767d

Please sign in to comment.