mirror of
https://github.com/qfpl/applied-fp-course.git
synced 2024-11-26 06:38:40 +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:
commit
d9731ad039
@ -63,7 +63,7 @@ library
|
||||
build-depends: base >=4.8 && <4.12
|
||||
, wai == 3.2.*
|
||||
, warp == 3.2.*
|
||||
, http-types == 0.9.*
|
||||
, http-types >= 0.9 && < 0.13
|
||||
|
||||
-- Directories containing source files.
|
||||
hs-source-dirs: src
|
||||
|
@ -64,7 +64,7 @@ library
|
||||
build-depends: base >=4.8 && <4.12
|
||||
, wai == 3.2.*
|
||||
, warp == 3.2.*
|
||||
, http-types == 0.9.*
|
||||
, http-types >= 0.9 && < 0.13
|
||||
, bytestring == 0.10.*
|
||||
, text == 1.2.*
|
||||
|
||||
|
@ -66,7 +66,7 @@ library
|
||||
build-depends: base >=4.8 && <4.12
|
||||
, wai == 3.2.*
|
||||
, warp == 3.2.*
|
||||
, http-types == 0.9.*
|
||||
, http-types >= 0.9 && < 0.13
|
||||
, bytestring == 0.10.*
|
||||
, text == 1.2.*
|
||||
|
||||
|
@ -72,7 +72,7 @@ library
|
||||
build-depends: base >=4.8 && <4.12
|
||||
, wai == 3.2.*
|
||||
, warp == 3.2.*
|
||||
, http-types == 0.9.*
|
||||
, http-types >= 0.9 && < 0.13
|
||||
, bytestring == 0.10.*
|
||||
, text == 1.2.*
|
||||
, optparse-applicative >= 0.13 && < 0.15
|
||||
|
@ -72,7 +72,7 @@ library
|
||||
build-depends: base >=4.8 && <4.12
|
||||
, wai == 3.2.*
|
||||
, warp == 3.2.*
|
||||
, http-types == 0.9.*
|
||||
, http-types >= 0.9 && < 0.13
|
||||
, bytestring == 0.10.*
|
||||
, text == 1.2.*
|
||||
, optparse-applicative >= 0.13 && < 0.15
|
||||
|
@ -75,7 +75,7 @@ library
|
||||
build-depends: base >=4.8 && <4.12
|
||||
, wai == 3.2.*
|
||||
, warp == 3.2.*
|
||||
, http-types == 0.9.*
|
||||
, http-types >= 0.9 && < 0.13
|
||||
, bytestring == 0.10.*
|
||||
, text == 1.2.*
|
||||
, optparse-applicative >= 0.13 && < 0.15
|
||||
|
@ -75,7 +75,7 @@ library
|
||||
build-depends: base >=4.8 && <4.12
|
||||
, wai == 3.2.*
|
||||
, warp == 3.2.*
|
||||
, http-types == 0.9.*
|
||||
, http-types >= 0.9 && < 0.13
|
||||
, bytestring == 0.10.*
|
||||
, text == 1.2.*
|
||||
, optparse-applicative >= 0.13 && < 0.15
|
||||
|
Loading…
Reference in New Issue
Block a user