diff --git a/semantic-python/semantic-python.cabal b/semantic-python/semantic-python.cabal index 4aecafb83..979c0b190 100644 --- a/semantic-python/semantic-python.cabal +++ b/semantic-python/semantic-python.cabal @@ -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