[Git][haskell-team/DHG_packages][master] brick: Upgrading from 2.1.1 to 2.9
Clint Adams (@clint)
gitlab at salsa.debian.org
Thu Jan 22 16:35:37 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
cb2fad76 by Clint Adams at 2026-01-22T11:35:21-05:00
brick: Upgrading from 2.1.1 to 2.9
- - - - -
4 changed files:
- p/haskell-brick/debian/changelog
- p/haskell-brick/debian/control
- − p/haskell-brick/debian/patches/31f94e1b76aaddf0cc5ff49be27ae6c3a82dc98b.diff
- − p/haskell-brick/debian/patches/series
Changes:
=====================================
p/haskell-brick/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-brick (2.1.1-3) UNRELEASED; urgency=medium
+haskell-brick (2.9-1) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:37 -0500
+ [ Clint Adams ]
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Thu, 22 Jan 2026 11:32:50 -0500
haskell-brick (2.1.1-2) unstable; urgency=medium
=====================================
p/haskell-brick/debian/control
=====================================
@@ -18,6 +18,8 @@ Build-Depends:
libghc-config-ini-prof,
libghc-data-clist-dev (>= 0.1),
libghc-data-clist-prof,
+ libghc-hashable-dev,
+ libghc-hashable-prof,
libghc-microlens-dev (>= 0.3.0.0),
libghc-microlens-prof,
libghc-microlens-mtl-dev,
@@ -28,6 +30,8 @@ Build-Depends:
libghc-text-zipper-prof,
libghc-unix-compat-dev,
libghc-unix-compat-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
libghc-vector-dev,
libghc-vector-prof,
libghc-vty-dev (>= 6.0),
@@ -44,11 +48,13 @@ Build-Depends-Indep: ghc-doc,
libghc-bimap-doc,
libghc-config-ini-doc,
libghc-data-clist-doc,
+ libghc-hashable-doc,
libghc-microlens-doc,
libghc-microlens-mtl-doc,
libghc-microlens-th-doc,
libghc-text-zipper-doc,
libghc-unix-compat-doc,
+ libghc-unordered-containers-doc,
libghc-vector-doc,
libghc-vty-doc,
libghc-vty-crossplatform-doc,
=====================================
p/haskell-brick/debian/patches/31f94e1b76aaddf0cc5ff49be27ae6c3a82dc98b.diff deleted
=====================================
@@ -1,37 +0,0 @@
---- a/brick.cabal
-+++ b/brick.cabal
-@@ -575,5 +575,5 @@ test-suite brick-tests
- microlens,
- vector,
- vty,
-- vty-unix,
-+ vty-crossplatform,
- QuickCheck
---- a/tests/Main.hs
-+++ b/tests/Main.hs
-@@ -1,3 +1,4 @@
-+{-# LANGUAGE TypeOperators #-}
- {-# LANGUAGE TemplateHaskell #-}
- {-# LANGUAGE TypeFamilies #-}
-
---- a/tests/Render.hs
-+++ b/tests/Render.hs
-@@ -10,8 +10,7 @@ import Control.Monad (when)
- import Data.Monoid
- #endif
- import qualified Graphics.Vty as V
--import qualified Graphics.Vty.Platform.Unix.Output as VU
--import qualified Graphics.Vty.Platform.Unix.Settings as VU
-+import qualified Graphics.Vty.CrossPlatform.Testing as V
- import Brick.Widgets.Border (hBorder)
- import Control.Exception (SomeException, try)
-
-@@ -20,7 +19,7 @@ region = (30, 10)
-
- renderDisplay :: Ord n => [Widget n] -> IO ()
- renderDisplay ws = do
-- outp <- VU.buildOutput =<< VU.defaultSettings
-+ outp <- V.mkDefaultOutput
- ctx <- V.displayContext outp region
- V.outputPicture ctx (renderWidget Nothing ws region)
- V.releaseDisplay outp
=====================================
p/haskell-brick/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-31f94e1b76aaddf0cc5ff49be27ae6c3a82dc98b.diff
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cb2fad76b15577822137c6738c779e5297cf8214
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cb2fad76b15577822137c6738c779e5297cf8214
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/20260122/9399f620/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list