Skip to content

Commit

Permalink
Merge pull request #102 from commercialhaskell/tar
Browse files Browse the repository at this point in the history
Move to `tar-conduit-0.4.0`
  • Loading branch information
mpilgrem authored Aug 14, 2023
2 parents 418825d + aa67ac4 commit 7a0e7b9
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 7 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for pantry

## v0.9.2

* Depend on `tar-conduit-0.4.0`, which will tolerate long filenames and
directory names in archives created by `git archive`.

## v0.9.1

* Expose module `Pantry.SQLite`.
Expand Down
4 changes: 2 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: pantry
version: 0.9.1
version: 0.9.2
synopsis: Content addressable Haskell package management
description: Please see the README on GitHub at <https://github.com/commercialhaskell/pantry#readme>
category: Development
Expand Down Expand Up @@ -61,7 +61,7 @@ dependencies:
- rio-orphans
- rio-prettyprint
- static-bytes
- tar-conduit
- tar-conduit >= 0.4.0
- text
- text-metrics
- time
Expand Down
10 changes: 5 additions & 5 deletions pantry.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions stack-ghc-9.2.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ packages:
- companion-0.1.0@sha256:99f6de52c832d433639232a6d77d33abbca3b3037e49b7db6242fb9f569a8a2b,1093
- rio-prettyprint-0.1.4.0@sha256:1f8eb3ead0ef33d3736d53e1de5e9b2c91a0c207cdca23321bd74c401e85f23a,1301
- static-bytes-0.1.0@sha256:35dbf30f617baa0151682c97687042516be07872a39984f9fe31f78125b962bf,1627
- tar-conduit-0.4.0@sha256:f333649770f5ec42a83a93b0d424cf6bb895d80dfbee05a54340395f81d036ae,3126

flags:
ansi-terminal:
Expand Down
1 change: 1 addition & 0 deletions stack-ghc-9.4.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ packages:
- aeson-warning-parser-0.1.0@sha256:f2c1c42b73aa35d352060abcbb867c410cbbf57d0cb0fed607bcd1e2a74954ad,1308
- companion-0.1.0@sha256:99f6de52c832d433639232a6d77d33abbca3b3037e49b7db6242fb9f569a8a2b,1093
- static-bytes-0.1.0@sha256:35dbf30f617baa0151682c97687042516be07872a39984f9fe31f78125b962bf,1627
- tar-conduit-0.4.0@sha256:f333649770f5ec42a83a93b0d424cf6bb895d80dfbee05a54340395f81d036ae,3126

flags:
ansi-terminal:
Expand Down
3 changes: 3 additions & 0 deletions stack-ghc-9.6.2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Snapshot specification for GHC 9.6.2.
resolver: nightly-2023-08-06 # GHC 9.6.2

packages:
- tar-conduit-0.4.0@sha256:f333649770f5ec42a83a93b0d424cf6bb895d80dfbee05a54340395f81d036ae,3126

flags:
hackage-security:
cabal-syntax: true
7 changes: 7 additions & 0 deletions stack.yaml.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a0e7b9

Please sign in to comment.