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

Bump some upper bounds, and replace <= with < in upper bounds

This commit is contained in:
George Wilson 2018-03-28 11:04:07 +10:00
parent 5c6c8bdaf2
commit e50667fc6e
5 changed files with 17 additions and 17 deletions

View File

@ -104,7 +104,7 @@ test-suite level03-tests
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Test.hs
build-depends: base >= 4.7 && <=4.12
build-depends: base >= 4.7 && <4.12
, level03
, wai == 3.2.*
, wai-extra == 3.0.*

View File

@ -75,10 +75,10 @@ library
, http-types == 0.9.*
, bytestring == 0.10.*
, text == 1.2.*
, optparse-applicative >= 0.13 && <= 0.15
, optparse-applicative >= 0.13 && < 0.15
, aeson == 1.*
, mtl == 2.2.*
, time >= 1.4 && <= 1.9
, time >= 1.4 && < 1.10
, sqlite-simple == 0.4.*
, sqlite-simple-errors == 0.6.*
, semigroups >= 0.18
@ -112,7 +112,7 @@ test-suite level04-tests
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Test.hs
build-depends: base >= 4.7 && <=4.12
build-depends: base >= 4.7 && <4.12
, level04
, wai == 3.2.*
, wai-extra == 3.0.*
@ -128,5 +128,5 @@ test-suite doctests
main-is: doctests.hs
hs-source-dirs: tests
build-depends: base
, doctest >= 0.11 && <= 0.15
, doctest >= 0.11 && < 0.16
, semigroups >= 0.18

View File

@ -75,9 +75,9 @@ library
, http-types == 0.9.*
, bytestring == 0.10.*
, text == 1.2.*
, optparse-applicative >= 0.13 && <= 0.15
, optparse-applicative >= 0.13 && < 0.15
, aeson == 1.*
, time >= 1.4 && <= 1.9
, time >= 1.4 && < 1.10
, sqlite-simple == 0.4.*
, sqlite-simple-errors == 0.6.*
, semigroups >= 0.18
@ -107,7 +107,7 @@ test-suite level05-tests
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Test.hs
build-depends: base >= 4.7 && <=4.12
build-depends: base >= 4.7 && <4.12
, level05
, wai == 3.2.*
, wai-extra == 3.0.*
@ -123,4 +123,4 @@ test-suite doctests
hs-source-dirs: tests
build-depends: base
, level05
, doctest >= 0.11 && <= 0.15
, doctest >= 0.11 && < 0.16

View File

@ -78,10 +78,10 @@ library
, http-types == 0.9.*
, bytestring == 0.10.*
, text == 1.2.*
, optparse-applicative >= 0.13 && <= 0.15
, optparse-applicative >= 0.13 && < 0.15
, aeson == 1.*
, mtl == 2.2.*
, time >= 1.4 && <= 1.9
, time >= 1.4 && < 1.10
, sqlite-simple == 0.4.*
, sqlite-simple-errors == 0.6.*
, semigroups >= 0.18
@ -116,7 +116,7 @@ test-suite level06-tests
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Test.hs
build-depends: base >= 4.7 && <=4.12
build-depends: base >= 4.7 && <4.12
, level06
, mtl == 2.2.*
, wai == 3.2.*
@ -133,4 +133,4 @@ test-suite doctests
main-is: doctests.hs
hs-source-dirs: tests
build-depends: base
, doctest >= 0.11 && <= 0.15
, doctest >= 0.11 && < 0.16

View File

@ -78,10 +78,10 @@ library
, http-types == 0.9.*
, bytestring == 0.10.*
, text == 1.2.*
, optparse-applicative >= 0.13 && <= 0.15
, optparse-applicative >= 0.13 && < 0.15
, aeson == 1.*
, mtl == 2.2.*
, time >= 1.4 && <= 1.9
, time >= 1.4 && < 1.10
, sqlite-simple == 0.4.*
, sqlite-simple-errors == 0.6.*
, semigroups >= 0.18
@ -115,7 +115,7 @@ test-suite level07-tests
type: exitcode-stdio-1.0
hs-source-dirs: tests
main-is: Test.hs
build-depends: base >= 4.7 && <=4.12
build-depends: base >= 4.7 && <4.12
, level07
, wai == 3.2.*
, wai-extra == 3.0.*
@ -133,4 +133,4 @@ test-suite doctests
main-is: doctests.hs
hs-source-dirs: tests
build-depends: base
, doctest >= 0.11 && <= 0.15
, doctest >= 0.11 && < 0.16