From c60aa767ca070f718471fecef4a9e2cbb4388d80 Mon Sep 17 00:00:00 2001 From: Lei Zhu Date: Fri, 28 Jul 2023 23:48:03 +0800 Subject: [PATCH] format --- ghcup.cabal | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/ghcup.cabal b/ghcup.cabal index 51fce99..66ec634 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -416,20 +416,29 @@ test-suite ghcup-optparse-test hs-source-dirs: test/optparse-test main-is: Main.hs other-modules: - SetTest - Utils - OtherCommandTest ChangeLogTest - ConfigTest - InstallTest - UnsetTest - RmTest - ListTest - UpgradeTest CompileTest - WhereisTest + ConfigTest GCTest + InstallTest + ListTest + OtherCommandTest + RmTest RunTest + SetTest + UnsetTest + UpgradeTest + Utils + WhereisTest default-language: Haskell2010 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