Skip to content

Commit

Permalink
[Build] remove unneeded dependencies from target glados
Browse files Browse the repository at this point in the history
  • Loading branch information
nydragon committed Feb 4, 2023
1 parent cf7ed5a commit c32a217
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions GLaDOS2023.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,10 @@ library
executable glados
main-is: Main.hs

-- Modules included in this executable, other than Main.
other-modules: Parsing.CptTests,
Parsing.AstTests,
Parsing.ArgsTests,
Parsing.TokenTests,
ExecTests
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends: base >= 4.14.1.0, tasty >= 1.4.3, tasty-discover >= 5.0.0, tasty-hunit >= 0.10.0.3, containers, GLaDOS2023
hs-source-dirs: app test
build-depends: base >= 4.14.1.0, containers, GLaDOS2023
hs-source-dirs: app
default-language: Haskell2010

test-suite test
Expand Down

0 comments on commit c32a217

Please sign in to comment.