1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Merge branch 'master' into unrolled-union-instances

This commit is contained in:
Rob Rix 2017-09-18 08:06:14 -04:00
commit f758ebd52a

View File

@ -138,6 +138,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