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:
commit
f758ebd52a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user