1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 18:06:14 +03:00

need aeson-pretty for encodePretty

This commit is contained in:
Ayman Nadeem 2019-12-19 13:33:49 -05:00
parent e0b9e40c33
commit 439454c946

View File

@ -50,6 +50,7 @@ library
, aeson ^>= 1.4.2.0
, text ^>= 1.2.3.1
, bytestring ^>= 0.10.8.2
, aeson-pretty ^>= 0.8.8
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
@ -70,6 +71,7 @@ executable semantic-ast
, pretty-simple
, aeson
, bytestring
, aeson-pretty
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall