Skip to content

Commit

Permalink
Switch to xz
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Nov 15, 2024
1 parent a32a559 commit 1995481
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion cabal.ghc8107.Unix.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ constraints: any.Cabal ==3.10.3.0,
any.zlib ==0.6.3.0,
zlib -bundled-c-zlib -non-blocking-ffi -pkg-config,
any.zlib-bindings ==0.1.1.5
index-state: hackage.haskell.org 2024-08-25T14:11:43Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
2 changes: 1 addition & 1 deletion cabal.ghc8107.Win32.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,4 @@ constraints: any.Cabal ==3.10.3.0,
yaml +no-examples +no-exe,
any.zlib ==0.6.3.0,
zlib +bundled-c-zlib -non-blocking-ffi -pkg-config
index-state: hackage.haskell.org 2024-08-27T01:59:55Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
2 changes: 1 addition & 1 deletion cabal.ghc902.Unix.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ constraints: any.Cabal ==3.10.3.0,
any.zlib-bindings ==0.1.1.5,
any.zstd ==0.1.3.0,
zstd +standalone
index-state: hackage.haskell.org 2024-08-25T14:11:43Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
2 changes: 1 addition & 1 deletion cabal.ghc902.Win32.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ constraints: any.Cabal ==3.10.3.0,
zlib +bundled-c-zlib -non-blocking-ffi -pkg-config,
any.zstd ==0.1.3.0,
zstd +standalone
index-state: hackage.haskell.org 2024-08-27T01:59:55Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
2 changes: 1 addition & 1 deletion cabal.ghc928.Unix.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ constraints: any.Cabal ==3.10.3.0,
any.zlib-bindings ==0.1.1.5,
any.zstd ==0.1.3.0,
zstd +standalone
index-state: hackage.haskell.org 2024-08-25T14:11:43Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
2 changes: 1 addition & 1 deletion cabal.ghc928.Win32.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ constraints: any.Cabal ==3.10.3.0,
zlib +bundled-c-zlib -non-blocking-ffi -pkg-config,
any.zstd ==0.1.3.0,
zstd +standalone
index-state: hackage.haskell.org 2024-08-27T01:59:55Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
2 changes: 1 addition & 1 deletion cabal.ghc948.Unix.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -231,4 +231,4 @@ constraints: any.Cabal ==3.10.3.0,
any.zlib-bindings ==0.1.1.5,
any.zstd ==0.1.3.0,
zstd +standalone
index-state: hackage.haskell.org 2024-08-25T14:11:43Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
2 changes: 1 addition & 1 deletion cabal.ghc948.Win32.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ constraints: any.Cabal ==3.10.3.0,
zlib +bundled-c-zlib -non-blocking-ffi -pkg-config,
any.zstd ==0.1.3.0,
zstd +standalone
index-state: hackage.haskell.org 2024-08-27T01:59:55Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
2 changes: 1 addition & 1 deletion cabal.ghc966.Unix.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ constraints: any.Cabal ==3.10.3.0,
any.zlib-bindings ==0.1.1.5,
any.zstd ==0.1.3.0,
zstd +standalone
index-state: hackage.haskell.org 2024-08-25T14:11:43Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
2 changes: 1 addition & 1 deletion cabal.ghc966.Win32.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ constraints: any.Cabal ==3.10.3.0,
zlib +bundled-c-zlib -non-blocking-ffi -pkg-config,
any.zstd ==0.1.3.0,
zstd +standalone
index-state: hackage.haskell.org 2024-08-27T01:59:55Z
index-state: hackage.haskell.org 2024-11-15T05:14:10Z
1 change: 0 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ constraints: text -simdutf

if os(mingw32)
constraints: zlib +bundled-c-zlib,
lzma +static,
text -simdutf,
vty-windows >=0.2.0.2

Expand Down
4 changes: 3 additions & 1 deletion cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ if os(linux)
ghc-options: -split-sections -optl-static
elif os(darwin)
constraints: zlib +bundled-c-zlib,
lzma +static
xz -system-xz
elif os(mingw32)
constraints: xz -system-xz
elif os(freebsd)
constraints: zlib +bundled-c-zlib,
zip +disable-zstd
Expand Down
2 changes: 1 addition & 1 deletion ghcup.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ library
, filepath >=1.4.101.0
, file-uri ^>=0.1.0.0
, variant ^>=1.0
, lzma-static ^>=5.2.5.3
, xz ^>=5.6.3
, megaparsec >=8.0.0 && <9.3
, mtl ^>=2.2 || ^>=2.3
, optics ^>=0.4
Expand Down

0 comments on commit 1995481

Please sign in to comment.