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