Skip to content

zlib 0.7 #307

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 3 commits into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#
# For more information, see https://github.com/andreasabel/haskell-ci
#
# version: 0.17.20240106
# version: 0.17.20240127
#
# REGENDATA ("0.17.20240106",["github","cabal.project"])
# REGENDATA ("0.17.20240127",["github","cabal.project"])
#
name: Haskell-CI
on:
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH --dry-run all
cabal-plan
- name: restore cache
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
path: ~/.cabal/store
Expand Down Expand Up @@ -304,7 +304,7 @@ jobs:
if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='hackage-security -lukko' --dependencies-only -j2 all ; fi
if [ $((HCNUMVER >= 80200)) -ne 0 ] ; then $CABAL v2-build $ARG_COMPILER --disable-tests --disable-benchmarks --constraint='hackage-security -lukko' all ; fi
- name: save cache
uses: actions/cache/save@v3
uses: actions/cache/save@v4
if: always()
with:
key: ${{ runner.os }}-${{ matrix.compiler }}-${{ github.sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
strategy:
fail-fast: false
matrix:
ghc: ['9.8.1', '9.6.3', '9.4.7']
ghc: ['9.8.1', '9.6.4', '9.4.8']
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: haskell-actions/setup@v2
id: setup
Expand All @@ -28,7 +28,7 @@ jobs:
cabal-update: true

- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: haskell.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion example-client/example-client.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ cabal-version: >=1.10

tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
5 changes: 2 additions & 3 deletions hackage-repo-tool/hackage-repo-tool.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
cabal-version: 1.12
name: hackage-repo-tool
version: 0.1.1.3
x-revision: 5

build-type: Simple
synopsis: Manage secure file-based package repositories
Expand All @@ -25,7 +24,7 @@ bug-reports: https://github.com/haskell/hackage-security/issues

tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down Expand Up @@ -76,7 +75,7 @@ executable hackage-repo-tool
build-depends: microlens >= 0.4.11.2 && < 0.5,
optparse-applicative >= 0.15.1 && < 0.18,
tar >= 0.5 && < 0.7,
zlib >= 0.6 && < 0.7,
zlib >= 0.6 && < 0.8,
hackage-security >= 0.6 && < 0.7

-- see comments in hackage-security.cabal
Expand Down
2 changes: 1 addition & 1 deletion hackage-root-tool/hackage-root-tool.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cabal-version: >=1.10

tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
6 changes: 3 additions & 3 deletions hackage-security-HTTP/hackage-security-HTTP.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: hackage-security-HTTP
version: 0.1.1.1
x-revision: 7

synopsis: Hackage security bindings against the HTTP library
description: The hackage security library provides a 'HttpLib'
abstraction to allow to bind against different HTTP
Expand All @@ -19,7 +19,7 @@ build-type: Simple

tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down Expand Up @@ -47,7 +47,7 @@ library
bytestring >= 0.9 && < 0.13,
HTTP >= 4000.2.19 && < 4000.5,
mtl >= 2.1 && < 2.4,
zlib >= 0.5 && < 0.7,
zlib >= 0.5 && < 0.8,
hackage-security >= 0.5 && < 0.7
hs-source-dirs: src
default-language: Haskell2010
Expand Down
2 changes: 1 addition & 1 deletion hackage-security-curl/hackage-security-curl.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cabal-version: >=1.10

tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cabal-version: >=1.10

tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down
4 changes: 2 additions & 2 deletions hackage-security/hackage-security.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ build-type: Simple

tested-with:
GHC == 9.8.1
GHC == 9.6.3
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
Expand Down Expand Up @@ -128,7 +128,7 @@ library
template-haskell >= 2.7 && < 2.22,
time >= 1.5 && < 1.13,
transformers >= 0.3 && < 0.7,
zlib >= 0.5 && < 0.7,
zlib >= 0.5 && < 0.8,
-- whatever versions are bundled with ghc:
ghc-prim

Expand Down
2 changes: 1 addition & 1 deletion precompute-fileinfo/precompute-fileinfo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build-type: Simple
cabal-version: >=1.10

tested-with:
GHC==9.6.3, GHC==9.4.5, GHC==9.2.8, GHC==9.0.2,
GHC==9.8.1, GHC==9.6.4, GHC==9.4.8, GHC==9.2.8, GHC==9.0.2,
GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2

executable precompute-fileinfo
Expand Down