Fix up .cabal file

This commit is contained in:
Julian Ospald 2021-04-09 19:39:14 +02:00
parent 7bb2552d0f
commit 4a86b2479e
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 9 additions and 7 deletions

View File

@ -99,7 +99,7 @@ library
, hpath-filepath ^>=0.10.3 , hpath-filepath ^>=0.10.3
, hpath-io ^>=0.14.1 , hpath-io ^>=0.14.1
, hpath-posix ^>=0.13.2 , hpath-posix ^>=0.13.2
, lzma-static >=5.2.5 , lzma-static ^>=5.2.5
, megaparsec >=8.0.0 && <9.1 , megaparsec >=8.0.0 && <9.1
, monad-logger ^>=0.3.31 , monad-logger ^>=0.3.31
, mtl ^>=2.2 , mtl ^>=2.2
@ -146,7 +146,7 @@ library
if flag(tar) if flag(tar)
cpp-options: -DTAR cpp-options: -DTAR
build-depends: tar-bytestring >=0.6.3.1 build-depends: tar-bytestring ^>=0.6.3.1
else else
build-depends: libarchive ^>=3.0.0.0 build-depends: libarchive ^>=3.0.0.0
@ -201,9 +201,9 @@ executable ghcup
cpp-options: -DBRICK cpp-options: -DBRICK
other-modules: BrickMain other-modules: BrickMain
build-depends: build-depends:
, brick >=0.54 , brick >=0.5 && <0.62
, vector >=0.12 , vector ^>=0.12
, vty >=5.28.2 , vty >=5.28.2 && <5.34
if flag(tar) if flag(tar)
cpp-options: -DTAR cpp-options: -DTAR
@ -238,7 +238,6 @@ executable ghcup-gen
, haskus-utils-variant >=3.0 && <3.2 , haskus-utils-variant >=3.0 && <3.2
, hpath >=0.11 && <0.13 , hpath >=0.11 && <0.13
, hpath-filepath ^>=0.10.3 , hpath-filepath ^>=0.10.3
, libarchive ^>=3.0.0.0
, monad-logger ^>=0.3.31 , monad-logger ^>=0.3.31
, mtl ^>=2.2 , mtl ^>=2.2
, optics >=0.2 && <0.5 , optics >=0.2 && <0.5
@ -258,7 +257,10 @@ executable ghcup-gen
if flag(tar) if flag(tar)
cpp-options: -DTAR cpp-options: -DTAR
build-depends: tar-bytestring >=0.6.3.1 build-depends: tar-bytestring ^>=0.6.3.1
else
build-depends: libarchive ^>=3.0.0.0
test-suite ghcup-test test-suite ghcup-test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0