format
This commit is contained in:
parent
78df858ba1
commit
c60aa767ca
31
ghcup.cabal
31
ghcup.cabal
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user