1
1
mirror of https://github.com/github/semantic.git synced 2024-12-25 07:55:12 +03:00

Would you just look at all that 🔥

This commit is contained in:
Rob Rix 2017-06-15 11:56:10 -04:00
parent fe708485e7
commit c659f413f6

View File

@ -82,10 +82,8 @@ library
, FDoc.NatExample
build-depends: base >= 4.8 && < 5
, aeson
, aeson-pretty
, ansi-terminal
, array
, async-pool
, async
, bifunctors
, bytestring
@ -93,7 +91,6 @@ library
, comonad
, containers
, directory
, dlist
, effects
, filepath
, free
@ -107,27 +104,19 @@ library
, mtl
, optparse-applicative
, parallel
, pointed
, protolude
, recursion-schemes
, regex-compat
, semigroups
, split
, template-haskell
, text >= 1.2.1.3
, these
, haskell-tree-sitter
, vector
, wl-pprint-text
, c
, go
, ruby
, typescript
, python
, network
, clock
, yaml
, unordered-containers
default-language: Haskell2010
default-extensions: DeriveFunctor, DeriveFoldable, DeriveTraversable, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards, StrictData
ghc-options: -Wall -fno-warn-name-shadowing -O2 -j
@ -171,7 +160,6 @@ test-suite test
, base
, bifunctors
, bytestring
, deepseq
, filepath
, Glob
, haskell-tree-sitter
@ -181,16 +169,12 @@ test-suite test
, HUnit
, leancheck
, mtl
, network
, protolude
, containers
, recursion-schemes >= 4.1
, regex-compat
, semantic-diff
, text >= 1.2.1.3
, unordered-containers
, these
, vector
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j
default-language: Haskell2010
default-extensions: DeriveFunctor, DeriveGeneric, FlexibleContexts, FlexibleInstances, OverloadedStrings, NoImplicitPrelude, RecordWildCards