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:
commit
b2d6008ff6
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.*
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.*
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user