This commit is contained in:
Lei Zhu 2023-07-28 23:48:03 +08:00
parent 78df858ba1
commit c60aa767ca
1 changed files with 20 additions and 11 deletions

View File

@ -416,20 +416,29 @@ test-suite ghcup-optparse-test
hs-source-dirs: test/optparse-test hs-source-dirs: test/optparse-test
main-is: Main.hs main-is: Main.hs
other-modules: other-modules:
SetTest
Utils
OtherCommandTest
ChangeLogTest ChangeLogTest
ConfigTest
InstallTest
UnsetTest
RmTest
ListTest
UpgradeTest
CompileTest CompileTest
WhereisTest ConfigTest
GCTest GCTest
InstallTest
ListTest
OtherCommandTest
RmTest
RunTest RunTest
SetTest
UnsetTest
UpgradeTest
Utils
WhereisTest
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -Wall ghc-options: -Wall
build-depends: base, ghcup, ghcup-optparse, tasty, tasty-hunit, optparse-applicative, versions, text, uri-bytestring build-depends:
, base
, ghcup
, ghcup-optparse
, optparse-applicative
, tasty
, tasty-hunit
, text
, uri-bytestring
, versions