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 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