More honest/trustworthy version bounds

This commit is contained in:
Chris Allen 2016-03-19 23:34:18 -05:00
parent 28a78124d7
commit 730e3d3bce

View file

@ -32,7 +32,7 @@ library
exposed-modules: Server
build-depends: base >= 4.7 && < 5
, base-compat
, aeson
, aeson >= 0.11 && < 0.12
, attoparsec
, blaze-html
, blaze-markup
@ -41,7 +41,7 @@ library
, http-media
, lucid
, mtl
, servant >= 0.5
, servant >= 0.5 && 0.6
, servant-server
, string-conversions
, text