cabal-fmt

This commit is contained in:
Julian Ospald 2023-09-02 16:20:54 +08:00
parent e2301e2fa7
commit 99ddcc938f
No known key found for this signature in database
GPG Key ID: 4275CDA6A29BED43
1 changed files with 16 additions and 15 deletions

View File

@ -82,7 +82,7 @@ common app-common-depends
, template-haskell >=2.7 && <2.20
, temporary ^>=1.3
, text ^>=2.0
, time ^>=1.9.3 || ^>=1.10 || ^>=1.11
, time >=1.9.3 && <1.12
, unordered-containers ^>=0.2
, uri-bytestring ^>=0.3.2.2
, utf8-string ^>=1.0
@ -174,7 +174,7 @@ library
, pretty-terminal ^>=0.1.0.0
, regex-posix ^>=0.96
, resourcet ^>=1.2.2
, retry ^>=0.8.1.2 || ^>=0.9
, retry >=0.8.1.2 && <0.10
, safe ^>=0.3.18
, safe-exceptions ^>=0.1
, split ^>=0.2.3.4
@ -183,7 +183,7 @@ library
, template-haskell >=2.7 && <2.20
, temporary ^>=1.3
, text ^>=2.0
, time ^>=1.9.3 || ^>=1.10 || ^>=1.11
, time >=1.9.3 && <1.12
, transformers ^>=0.5
, unliftio-core ^>=0.2.0.1
, unordered-containers ^>=0.2.10.0
@ -297,7 +297,6 @@ library ghcup-optparse
else
build-depends: unix ^>=2.7
executable ghcup
import: app-common-depends
main-is: Main.hs
@ -321,6 +320,7 @@ executable ghcup
GHCup.OptParse.UnSet
GHCup.OptParse.Upgrade
GHCup.OptParse.Whereis
hs-source-dirs: app/ghcup
default-language: Haskell2010
default-extensions:
@ -338,8 +338,8 @@ executable ghcup
-fwarn-incomplete-record-updates -threaded
build-depends:
, ghcup-optparse
, ghcup
, ghcup-optparse
if flag(internal-downloader)
cpp-options: -DINTERNAL_DOWNLOADER
@ -400,8 +400,8 @@ test-suite ghcup-test
, QuickCheck ^>=2.14.1
, quickcheck-arbitrary-adt ^>=0.3.1.0
, streamly ^>=0.8.2
, time ^>=1.9.3 || ^>=1.10 || ^>=1.11
, text ^>=2.0
, time >=1.9.3 && <1.12
, uri-bytestring ^>=0.3.2.2
, versions >=4.0.1 && <5.1
@ -430,6 +430,7 @@ test-suite ghcup-optparse-test
UpgradeTest
Utils
WhereisTest
default-language: Haskell2010
ghc-options: -Wall
build-depends: