1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 08:54:07 +03:00

aeson version in semantic-ast should match semantic

This commit is contained in:
Ayman Nadeem 2019-12-19 10:00:03 -05:00
parent 936ab9493a
commit c76c52757b

View File

@ -47,7 +47,7 @@ library
, bytestring ^>= 0.10.8.2
, optparse-applicative >= 0.14.3 && < 0.16
, pretty-simple ^>= 3.1.0.0
, aeson ^>= 1.4.6.0
, aeson ^>= 1.4.2.0
, text ^>= 1.2.3.1
hs-source-dirs: src
default-language: Haskell2010