Skip to content

Commit

Permalink
Use fixed bzlib
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Mar 8, 2024
1 parent 190d308 commit fdc83be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ source-repository-package
location: https://github.com/hasufell/uri-bytestring.git
tag: 4fb5ed14b500c192e6e7a97f6b2b1eb478806001

source-repository-package
type: git
location: https://github.com/hasufell/bzlib.git
tag: 2b8ba62914bf35aa91699bf785600ed34e9cf735
subdir: bzlib
bzlib-clib

package libarchive
flags: -system-libarchive

Expand Down
3 changes: 1 addition & 2 deletions ghcup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ library
, base16-bytestring >=0.1.1.6 && <1.1
, binary ^>=0.8.6.0
, bytestring >=0.10 && <0.12
, bzlib ^>= 0.5.2.0
, Cabal ^>=3.0.0.0 || ^>=3.2.0.0 || ^>=3.4.0.0 || ^>=3.6.0.0 || ^>=3.8.0.0 || ^>= 3.10.0.0
, case-insensitive ^>=1.2.1.0
, casing ^>=0.1.4.1
Expand Down Expand Up @@ -244,7 +245,6 @@ library
-- GHCup.OptParse.Run uses this
exposed-modules: GHCup.Prelude.Process.Windows
build-depends:
, bzlib
, process ^>=1.6.11.0
, Win32 >=2.10

Expand All @@ -261,7 +261,6 @@ library
install-includes: dirutils.h
c-sources: cbits/dirutils.c
build-depends:
, bz2 >=0.5.0.5 && <1.1
, terminal-size ^>=0.3.3
, unix ^>=2.7 || ^>=2.8
, unix-bytestring ^>=0.3.7.3
Expand Down

0 comments on commit fdc83be

Please sign in to comment.