relax aeson dependency for stackage

This commit is contained in:
Adam C. Foltzer 2015-10-27 15:00:23 -07:00
parent 18d0588d81
commit f34145282d

View File

@ -221,7 +221,7 @@ executable cryptol-server
if os(linux) && flag(static)
ld-options: -static -pthread
if flag(server)
build-depends: aeson >= 0.9
build-depends: aeson >= 0.8
, aeson-pretty >= 0.7
, base
, base-compat