1
1
mirror of https://github.com/qfpl/applied-fp-course.git synced 2024-11-26 14:43:53 +03:00

Merge pull request #52 from gwils/relax-http-types-upper-bounds

Relax the version bounds on http-types.
This commit is contained in:
Sean Chalmers 2018-04-04 09:43:12 +10:00 committed by GitHub
commit d9731ad039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -63,7 +63,7 @@ library
build-depends: base >=4.8 && <4.12 build-depends: base >=4.8 && <4.12
, wai == 3.2.* , wai == 3.2.*
, warp == 3.2.* , warp == 3.2.*
, http-types == 0.9.* , http-types >= 0.9 && < 0.13
-- Directories containing source files. -- Directories containing source files.
hs-source-dirs: src hs-source-dirs: src

View File

@ -64,7 +64,7 @@ library
build-depends: base >=4.8 && <4.12 build-depends: base >=4.8 && <4.12
, wai == 3.2.* , wai == 3.2.*
, warp == 3.2.* , warp == 3.2.*
, http-types == 0.9.* , http-types >= 0.9 && < 0.13
, bytestring == 0.10.* , bytestring == 0.10.*
, text == 1.2.* , text == 1.2.*

View File

@ -66,7 +66,7 @@ library
build-depends: base >=4.8 && <4.12 build-depends: base >=4.8 && <4.12
, wai == 3.2.* , wai == 3.2.*
, warp == 3.2.* , warp == 3.2.*
, http-types == 0.9.* , http-types >= 0.9 && < 0.13
, bytestring == 0.10.* , bytestring == 0.10.*
, text == 1.2.* , text == 1.2.*

View File

@ -72,7 +72,7 @@ library
build-depends: base >=4.8 && <4.12 build-depends: base >=4.8 && <4.12
, wai == 3.2.* , wai == 3.2.*
, warp == 3.2.* , warp == 3.2.*
, http-types == 0.9.* , http-types >= 0.9 && < 0.13
, bytestring == 0.10.* , bytestring == 0.10.*
, text == 1.2.* , text == 1.2.*
, optparse-applicative >= 0.13 && < 0.15 , optparse-applicative >= 0.13 && < 0.15

View File

@ -72,7 +72,7 @@ library
build-depends: base >=4.8 && <4.12 build-depends: base >=4.8 && <4.12
, wai == 3.2.* , wai == 3.2.*
, warp == 3.2.* , warp == 3.2.*
, http-types == 0.9.* , http-types >= 0.9 && < 0.13
, bytestring == 0.10.* , bytestring == 0.10.*
, text == 1.2.* , text == 1.2.*
, optparse-applicative >= 0.13 && < 0.15 , optparse-applicative >= 0.13 && < 0.15

View File

@ -75,7 +75,7 @@ library
build-depends: base >=4.8 && <4.12 build-depends: base >=4.8 && <4.12
, wai == 3.2.* , wai == 3.2.*
, warp == 3.2.* , warp == 3.2.*
, http-types == 0.9.* , http-types >= 0.9 && < 0.13
, bytestring == 0.10.* , bytestring == 0.10.*
, text == 1.2.* , text == 1.2.*
, optparse-applicative >= 0.13 && < 0.15 , optparse-applicative >= 0.13 && < 0.15

View File

@ -75,7 +75,7 @@ library
build-depends: base >=4.8 && <4.12 build-depends: base >=4.8 && <4.12
, wai == 3.2.* , wai == 3.2.*
, warp == 3.2.* , warp == 3.2.*
, http-types == 0.9.* , http-types >= 0.9 && < 0.13
, bytestring == 0.10.* , bytestring == 0.10.*
, text == 1.2.* , text == 1.2.*
, optparse-applicative >= 0.13 && < 0.15 , optparse-applicative >= 0.13 && < 0.15