bump stack resolver to lts-10.0 (#7221)

This commit is contained in:
Jon Schoning
2017-12-20 07:55:23 -06:00
committed by William Cheng
parent 83fb107749
commit 538f28e568
50 changed files with 4260 additions and 1304 deletions

View File

@@ -1,4 +1,4 @@
resolver: lts-9.0
resolver: lts-10.0
packages:
- location: '.'
- location: '..'

View File

@@ -1,6 +1,8 @@
-- This file has been generated from package.yaml by hpack version 0.17.1.
-- This file has been generated from package.yaml by hpack version 0.20.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: a8fb57441bffb4430254e2b9719abe616ff450a871e5e89b1736428114723f39
name: swagger-petstore-tests-integration
version: 0.1.0.0
@@ -25,35 +27,31 @@ test-suite tests
tests
ghc-options: -Wall -fno-warn-orphans
build-depends:
base >=4.7 && <5.0
, transformers >=0.4.0.0
, mtl >=2.2.1
, unordered-containers
, containers >=0.5.0.0 && <0.6
, aeson >=1.0 && <2.0
HUnit >1.5.0
, QuickCheck
, aeson
, base >=4.7 && <5.0
, bytestring >=0.10.0 && <0.11
, http-types >=0.8 && <0.10
, case-insensitive
, containers
, exceptions >=0.4
, hspec >=1.8
, http-api-data >=0.3.4 && <0.4
, http-client >=0.5 && <0.6
, http-client-tls
, http-api-data >= 0.3.4 && <0.4
, http-media >= 0.4 && < 0.8
, text >=0.11 && <1.3
, time >=1.5 && <1.9
, vector >=0.10.9 && <0.13
, exceptions >= 0.4
, case-insensitive
, http-media >=0.4 && <0.8
, http-types >=0.8 && <0.10
, iso8601-time
, microlens >=0.4.3 && <0.5
, mtl >=2.2.1
, safe-exceptions <0.2
, microlens >= 0.4.3 && <0.5
, semigroups
, swagger-petstore
, swagger-petstore
, bytestring >=0.10.0 && <0.11
, containers
, hspec >=1.8
, HUnit > 1.5.0
, text
, time
, iso8601-time
, aeson
, semigroups
, QuickCheck
, transformers >=0.4.0.0
, unordered-containers
, vector >=0.10.9 && <0.13
other-modules:
Paths_swagger_petstore_tests_integration
default-language: Haskell2010