Browse Source

Fix build with libarchive-3.0.0.0

fix-symlink-support
Julian Ospald 3 years ago
parent
commit
7ec9d90aab
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      cabal.project
  2. +1
    -1
      ghcup.cabal

+ 1
- 1
cabal.project View File

@@ -19,6 +19,6 @@ package ghcup
constraints: http-io-streams -brotli

package libarchive
flags: +static
flags: -system-libarchive

allow-newer: base, ghc-prim, template-haskell

+ 1
- 1
ghcup.cabal View File

@@ -112,7 +112,7 @@ common io-streams
build-depends: io-streams >=1.5

common libarchive
build-depends: libarchive >= 2.2.5.0
build-depends: libarchive >= 3.0.0.0

common lzma
build-depends: lzma >=0.0.0.3


Loading…
Cancel
Save