Skip to content

Commit

Permalink
package bounds on custom setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed Sep 7, 2023
1 parent 67f0bbb commit 3f271cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# libarchive

# 3.0.4.2

* Package bounds for Hackage

# 3.0.4.1

* Bundled libarchive 3.7.1
Expand Down
6 changes: 3 additions & 3 deletions libarchive.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -35,8 +35,8 @@ source-repository head

custom-setup
setup-depends:
base,
Cabal,
base <=5,
Cabal <=4,
chs-cabal

flag cross
Expand Down

0 comments on commit 3f271cd

Please sign in to comment.