1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-30 02:14:01 +03:00

Merge pull request #30 from AlistairB/stack-latest

Update to stackage LTS 10 (GHC 8.2.2)
This commit is contained in:
Sean Chalmers 2018-02-01 14:14:56 +11:00 committed by GitHub
commit b2d6008ff6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 17 additions and 17 deletions

View File

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-9.21
resolver: lts-10.4
# User packages to be built.
# Various formats can be used as shown in the example below.

View File

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-9.21
resolver: lts-10.4
# User packages to be built.
# Various formats can be used as shown in the example below.
@ -63,4 +63,4 @@ packages:
# extra-lib-dirs: [/path/to/dir]
#
# Allow a newer minor version of GHC than the snapshot specifies
# compiler-check: newer-minor
# compiler-check: newer-minor

View File

@ -109,5 +109,5 @@ test-suite level03-tests
, wai == 3.2.*
, wai-extra == 3.0.*
, hspec == 2.4.*
, hspec-wai == 0.8.*
, hspec-wai == 0.9.*
, bytestring == 0.10.*

View File

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-9.21
resolver: lts-10.4
# User packages to be built.
# Various formats can be used as shown in the example below.

View File

@ -72,7 +72,7 @@ library
, http-types == 0.9.*
, bytestring == 0.10.*
, text == 1.2.*
, optparse-applicative == 0.13.*
, optparse-applicative == 0.14.*
, aeson == 1.*
, mtl == 2.2.*
, time >= 1.4 && <= 1.9
@ -114,7 +114,7 @@ test-suite level04-tests
, wai == 3.2.*
, wai-extra == 3.0.*
, hspec == 2.4.*
, hspec-wai == 0.8.*
, hspec-wai == 0.9.*
, bytestring == 0.10.*
test-suite doctests

View File

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-9.21
resolver: lts-10.4
# User packages to be built.
# Various formats can be used as shown in the example below.

View File

@ -72,7 +72,7 @@ library
, http-types == 0.9.*
, bytestring == 0.10.*
, text == 1.2.*
, optparse-applicative == 0.13.*
, optparse-applicative == 0.14.*
, aeson == 1.*
, time >= 1.4 && <= 1.9
, sqlite-simple == 0.4.*
@ -109,7 +109,7 @@ test-suite level05-tests
, wai == 3.2.*
, wai-extra == 3.0.*
, hspec == 2.4.*
, hspec-wai == 0.8.*
, hspec-wai == 0.9.*
, bytestring == 0.10.*
test-suite doctests
-- Base language which the package is written in.

View File

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-9.21
resolver: lts-10.4
# User packages to be built.
# Various formats can be used as shown in the example below.

View File

@ -75,7 +75,7 @@ library
, http-types == 0.9.*
, bytestring == 0.10.*
, text == 1.2.*
, optparse-applicative == 0.13.*
, optparse-applicative == 0.14.*
, aeson == 1.*
, mtl == 2.2.*
, time >= 1.4 && <= 1.9
@ -119,7 +119,7 @@ test-suite level06-tests
, wai == 3.2.*
, wai-extra == 3.0.*
, hspec == 2.4.*
, hspec-wai == 0.8.*
, hspec-wai == 0.9.*
, bytestring == 0.10.*
test-suite doctests

View File

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-9.21
resolver: lts-10.4
# User packages to be built.
# Various formats can be used as shown in the example below.

View File

@ -76,7 +76,7 @@ library
, http-types == 0.9.*
, bytestring == 0.10.*
, text == 1.2.*
, optparse-applicative == 0.13.*
, optparse-applicative == 0.14.*
, aeson == 1.*
, mtl == 2.2.*
, time >= 1.4 && <= 1.9
@ -118,7 +118,7 @@ test-suite level07-tests
, wai == 3.2.*
, wai-extra == 3.0.*
, hspec == 2.4.*
, hspec-wai == 0.8.*
, hspec-wai == 0.9.*
, bytestring == 0.10.*
, text == 1.2.*
, mtl == 2.2.*

View File

@ -15,7 +15,7 @@
# resolver:
# name: custom-snapshot
# location: "./custom-snapshot.yaml"
resolver: lts-9.21
resolver: lts-10.4
# User packages to be built.
# Various formats can be used as shown in the example below.