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

Merge pull request #21 from qfpl/relax-hspec-wai-bounds

Relaxing version bounds for hspec-wai, specifying lower & upper bound.
This commit is contained in:
Sean Chalmers 2018-02-01 14:44:33 +11:00 committed by GitHub
commit b27f70d371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -114,7 +114,7 @@ test-suite level04-tests
, wai == 3.2.*
, wai-extra == 3.0.*
, hspec == 2.4.*
, hspec-wai == 0.9.*
, hspec-wai >= 0.8 && < 0.10
, bytestring == 0.10.*
test-suite doctests

View File

@ -109,7 +109,7 @@ test-suite level05-tests
, wai == 3.2.*
, wai-extra == 3.0.*
, hspec == 2.4.*
, hspec-wai == 0.9.*
, hspec-wai >= 0.8 && < 0.10
, bytestring == 0.10.*
test-suite doctests
-- Base language which the package is written in.

View File

@ -119,7 +119,7 @@ test-suite level06-tests
, wai == 3.2.*
, wai-extra == 3.0.*
, hspec == 2.4.*
, hspec-wai == 0.9.*
, hspec-wai >= 0.8 && < 0.10
, bytestring == 0.10.*
test-suite doctests

View File

@ -118,7 +118,7 @@ test-suite level07-tests
, wai == 3.2.*
, wai-extra == 3.0.*
, hspec == 2.4.*
, hspec-wai == 0.9.*
, hspec-wai >= 0.8 && < 0.10
, bytestring == 0.10.*
, text == 1.2.*
, mtl == 2.2.*