More honest/trustworthy version bounds
This commit is contained in:
parent
28a78124d7
commit
730e3d3bce
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ library
|
||||||
exposed-modules: Server
|
exposed-modules: Server
|
||||||
build-depends: base >= 4.7 && < 5
|
build-depends: base >= 4.7 && < 5
|
||||||
, base-compat
|
, base-compat
|
||||||
, aeson
|
, aeson >= 0.11 && < 0.12
|
||||||
, attoparsec
|
, attoparsec
|
||||||
, blaze-html
|
, blaze-html
|
||||||
, blaze-markup
|
, blaze-markup
|
||||||
|
@ -41,7 +41,7 @@ library
|
||||||
, http-media
|
, http-media
|
||||||
, lucid
|
, lucid
|
||||||
, mtl
|
, mtl
|
||||||
, servant >= 0.5
|
, servant >= 0.5 && 0.6
|
||||||
, servant-server
|
, servant-server
|
||||||
, string-conversions
|
, string-conversions
|
||||||
, text
|
, text
|
||||||
|
|
Loading…
Reference in a new issue