added aeson-compat to the cabal file

This commit is contained in:
rwobben 2016-03-01 07:16:26 +00:00 committed by Sönke Hahn
parent 8e4ab06030
commit 1b928878dd

View file

@ -24,7 +24,8 @@ library
build-depends: base == 4.* build-depends: base == 4.*
, base-compat , base-compat
, text , text
, aeson >= 0.11 , aeson
, aeson-compat
, blaze-html , blaze-html
, directory , directory
, blaze-markup , blaze-markup