[Git][haskell-team/DHG_packages][master] pantry: Upgrading from 0.9.3.2 to 0.10.1
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Sun Feb 15 00:41:38 GMT 2026
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
68f085fc by Scott Talbert at 2026-02-14T19:37:48-05:00
pantry: Upgrading from 0.9.3.2 to 0.10.1
- - - - -
4 changed files:
- p/haskell-pantry/debian/changelog
- p/haskell-pantry/debian/control
- − p/haskell-pantry/debian/patches/remove-internal-library
- − p/haskell-pantry/debian/patches/series
Changes:
=====================================
p/haskell-pantry/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-pantry (0.9.3.2-2) UNRELEASED; urgency=medium
+haskell-pantry (0.10.1-1) unstable; urgency=medium
* Build using dh-haskell
+ * New upstream release
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:26 -0500
+ -- Scott Talbert <swt at techie.net> Sat, 14 Feb 2026 19:35:53 -0500
haskell-pantry (0.9.3.2-1) unstable; urgency=medium
=====================================
p/haskell-pantry/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
haskell-devscripts (>= 0.16),
dh-sequence-haskell,
- ghc (>= 9.6),
+ ghc (>= 9.10),
ghc-prof,
libghc-aeson-dev,
libghc-aeson-prof,
@@ -73,7 +73,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-rio-orphans-prof,
libghc-rio-prettyprint-dev (>= 0.1.7.0),
libghc-rio-prettyprint-prof,
- libghc-static-bytes-dev,
+ libghc-static-bytes-dev (>= 0.1.1),
libghc-static-bytes-prof,
libghc-tar-conduit-dev (>= 0.4.1),
libghc-tar-conduit-prof,
@@ -133,7 +133,7 @@ Build-Depends-Indep: ghc-doc,
libghc-vector-doc,
libghc-yaml-doc,
libghc-zip-archive-doc,
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Homepage: https://github.com/commercialhaskell/pantry#readme
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-pantry
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-pantry]
=====================================
p/haskell-pantry/debian/patches/remove-internal-library deleted
=====================================
@@ -1,121 +0,0 @@
-Index: b/pantry.cabal
-===================================================================
---- a/pantry.cabal
-+++ b/pantry.cabal
-@@ -39,6 +39,7 @@ library
- Pantry
- Pantry.SQLite
- Pantry.Internal.Stackage
-+ Pantry.SHA256
- other-modules:
- Hackage.Security.Client.Repository.HttpLib.HttpClient
- Pantry.Archive
-@@ -48,10 +49,15 @@ library
- Pantry.Storage
- Pantry.Casa
- Pantry.Tree
-- reexported-modules:
-- Pantry.SHA256
-+ Pantry.HPack
-+ Pantry.Internal
-+ Pantry.Types
-+ Paths_pantry
-+ autogen-modules:
-+ Paths_pantry
- hs-source-dirs:
- src/
-+ int/
- ghc-options: -fwrite-ide-info -hiedir=.hie -Wall
- build-depends:
- Cabal >=3 && <3.11
-@@ -78,7 +84,6 @@ library
- , http-conduit
- , http-download >=0.2.1.0
- , http-types
-- , internal
- , memory
- , mtl
- , network-uri
-@@ -119,74 +124,6 @@ library
- hs-source-dirs:
- src/unix/
-
--library internal
-- exposed-modules:
-- Pantry.HPack
-- Pantry.Internal
-- Pantry.SHA256
-- Pantry.Types
-- other-modules:
-- Paths_pantry
-- autogen-modules:
-- Paths_pantry
-- hs-source-dirs:
-- int/
-- ghc-options: -fwrite-ide-info -hiedir=.hie -Wall
-- build-depends:
-- Cabal >=3 && <3.11
-- , aeson
-- , aeson-warning-parser >=0.1.1
-- , ansi-terminal
-- , base >=4.13 && <5
-- , bytestring
-- , casa-client >=0.0.2
-- , casa-types
-- , companion
-- , conduit
-- , conduit-extra
-- , containers
-- , crypton
-- , crypton-conduit
-- , digest
-- , filelock
-- , generic-deriving
-- , hackage-security
-- , hpack >=0.35.3
-- , http-client
-- , http-client-tls >=0.3.6.2
-- , http-conduit
-- , http-download >=0.2.1.0
-- , http-types
-- , memory
-- , mtl
-- , network-uri
-- , path
-- , path-io
-- , persistent
-- , persistent-sqlite >=2.9.3
-- , persistent-template
-- , primitive
-- , resourcet
-- , rio
-- , rio-orphans
-- , rio-prettyprint >=0.1.7.0
-- , static-bytes
-- , tar-conduit >=0.4.1
-- , text
-- , text-metrics
-- , time
-- , transformers
-- , unix-compat
-- , unliftio
-- , unordered-containers
-- , vector
-- , yaml
-- , zip-archive
-- default-language: Haskell2010
-- if impl(ghc >= 9.4.5) && os(windows)
-- build-depends:
-- network >=3.1.2.9
--
- executable test-pretty-exceptions
- main-is: Main.hs
- other-modules:
-@@ -321,7 +258,6 @@ test-suite spec
- , http-conduit
- , http-download >=0.2.1.0
- , http-types
-- , internal
- , memory
- , mtl
- , network-uri
=====================================
p/haskell-pantry/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-remove-internal-library
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/68f085fc15960891a6b5dea3d654fd883ba26c06
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/68f085fc15960891a6b5dea3d654fd883ba26c06
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20260215/fb82695e/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list