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

Merge branch 'master' into separate-diff-annotation-parameters

This commit is contained in:
Rob Rix 2017-09-18 08:57:06 -04:00 committed by GitHub
commit 55282d5a61

View File

@ -137,6 +137,24 @@ executable semantic
default-language: Haskell2010
default-extensions: FlexibleInstances, OverloadedStrings, RecordWildCards
executable slurp
hs-source-dirs: app
main-is: Slurp.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, aeson
, base64-bytestring
, bytestring
, filepath
, github
, netrc
, regex-compat
, text
, text-conversions
, vector
default-language: Haskell2010
default-extensions: FlexibleInstances, OverloadedStrings, RecordWildCards
test-suite test
type: exitcode-stdio-1.0
hs-source-dirs: test