added aeson-compat to the cabal file
This commit is contained in:
parent
8e4ab06030
commit
1b928878dd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue