1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 08:27:56 +03:00

comment out test-suites we don't want to compile

This commit is contained in:
Ayman Nadeem 2020-05-27 13:52:35 -04:00
parent fabad80162
commit e55237141e

View File

@ -66,35 +66,35 @@ library
hs-source-dirs: src
build-depends: lens ^>= 4.18
test-suite compiling
import: haskell
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: CoreTest.hs
ghc-options: -threaded
-- test-suite compiling
-- import: haskell
-- type: exitcode-stdio-1.0
-- hs-source-dirs: test
-- main-is: CoreTest.hs
-- ghc-options: -threaded
build-depends: semantic-python
, aeson ^>= 1.4.4
, aeson-pretty ^>= 0.8.7
, bytestring ^>= 0.10.8.2
, containers ^>= 0.6
, directory ^>= 1.3.3
, exceptions ^>= 0.10.2
, pathtype ^>= 0.8.1
, pretty-show ^>= 1.9.5
, process ^>= 1.6.5
, resourcet ^>= 1.2.2
, semantic-analysis ^>= 0
, streaming ^>= 0.2.2
, streaming-process ^>= 0.1
, streaming-bytestring ^>= 0.1.6
, tasty ^>= 1.2.3
, tasty-hunit ^>= 0.10.0.2
, trifecta >= 2 && <3
, unordered-containers ^>= 0.2.10
-- build-depends: semantic-python
-- , aeson ^>= 1.4.4
-- , aeson-pretty ^>= 0.8.7
-- , bytestring ^>= 0.10.8.2
-- , containers ^>= 0.6
-- , directory ^>= 1.3.3
-- , exceptions ^>= 0.10.2
-- , pathtype ^>= 0.8.1
-- , pretty-show ^>= 1.9.5
-- , process ^>= 1.6.5
-- , resourcet ^>= 1.2.2
-- , semantic-analysis ^>= 0
-- , streaming ^>= 0.2.2
-- , streaming-process ^>= 0.1
-- , streaming-bytestring ^>= 0.1.6
-- , tasty ^>= 1.2.3
-- , tasty-hunit ^>= 0.10.0.2
-- , trifecta >= 2 && <3
-- , unordered-containers ^>= 0.2.10
other-modules:
Instances
-- other-modules:
-- Instances
-- , Directive
-- test-suite graphing
@ -104,13 +104,13 @@ test-suite compiling
-- main-is: GraphTest.hs
-- ghc-options: -threaded
build-depends: base
, semantic-python
-- , semantic-scope-graph
, bytestring
, pathtype
, tasty
, tasty-hunit
-- build-depends: base
-- , semantic-python
-- -- , semantic-scope-graph
-- , bytestring
-- , pathtype
-- , tasty
-- , tasty-hunit
test-suite test