From 3f271cd91b10edeebaedbef92116259fbc85190c Mon Sep 17 00:00:00 2001 From: Vanessa McHale Date: Thu, 7 Sep 2023 14:32:13 -0400 Subject: [PATCH] package bounds on custom setup --- CHANGELOG.md | 4 ++++ libarchive.cabal | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e955dc2..9b2fcdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # libarchive +# 3.0.4.2 + + * Package bounds for Hackage + # 3.0.4.1 * Bundled libarchive 3.7.1 diff --git a/libarchive.cabal b/libarchive.cabal index 969b874..2b99287 100644 --- a/libarchive.cabal +++ b/libarchive.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: libarchive -version: 3.0.4.1 +version: 3.0.4.2 license: BSD-3-Clause license-file: LICENSE copyright: Copyright: (c) 2018-2020 Vanessa McHale @@ -35,8 +35,8 @@ source-repository head custom-setup setup-depends: - base, - Cabal, + base <=5, + Cabal <=4, chs-cabal flag cross