1
1
mirror of https://github.com/github/semantic.git synced 2024-11-29 11:02:26 +03:00

need bytestring

This commit is contained in:
Ayman Nadeem 2019-12-19 10:16:47 -05:00
parent a8c0b9b21e
commit ea364ff36e

View File

@ -49,6 +49,7 @@ library
, pretty-simple ^>= 3.1.0.0
, aeson ^>= 1.4.2.0
, text ^>= 1.2.3.1
, bytestring ^>= 0.10.8.2
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
@ -68,6 +69,7 @@ executable semantic-ast
, optparse-applicative
, pretty-simple
, aeson
, bytestring
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall