[Git][haskell-team/DHG_packages][master] brick: Upgrading from 1.9 to 2.1.1
Clint Adams (@clint)
gitlab at salsa.debian.org
Sun Oct 13 20:12:39 BST 2024
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
d8150769 by Clint Adams at 2024-10-13T15:12:16-04:00
brick: Upgrading from 1.9 to 2.1.1
- - - - -
4 changed files:
- p/haskell-brick/debian/changelog
- p/haskell-brick/debian/control
- + p/haskell-brick/debian/patches/series
- + p/haskell-brick/debian/patches/temporarily-no-vty-crossplatform
Changes:
=====================================
p/haskell-brick/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-brick (1.9-2) UNRELEASED; urgency=medium
+haskell-brick (2.1.1-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.7.0
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:01 +0300
+ [ Clint Adams ]
+ * New upstream release
+
+ -- Clint Adams <clint at debian.org> Sun, 13 Oct 2024 15:06:49 -0400
haskell-brick (1.9-1) unstable; urgency=medium
=====================================
p/haskell-brick/debian/control
=====================================
@@ -26,10 +26,14 @@ Build-Depends:
libghc-microlens-th-prof,
libghc-text-zipper-dev (>= 0.13),
libghc-text-zipper-prof,
+ libghc-unix-compat-dev,
+ libghc-unix-compat-prof,
libghc-vector-dev,
libghc-vector-prof,
- libghc-vty-dev (>= 5.36),
+ libghc-vty-dev (>= 6.0),
libghc-vty-prof,
+ libghc-vty-unix-dev,
+ libghc-vty-unix-prof,
libghc-word-wrap-dev (>= 0.2),
libghc-word-wrap-prof,
libghc-text-zipper-dev,
@@ -43,8 +47,10 @@ Build-Depends-Indep: ghc-doc,
libghc-microlens-mtl-doc,
libghc-microlens-th-doc,
libghc-text-zipper-doc,
+ libghc-unix-compat-doc,
libghc-vector-doc,
libghc-vty-doc,
+ libghc-vty-unix-doc,
libghc-word-wrap-doc,
Standards-Version: 4.7.0
Homepage: https://github.com/jtdaugherty/brick/
=====================================
p/haskell-brick/debian/patches/series
=====================================
@@ -0,0 +1 @@
+temporarily-no-vty-crossplatform
=====================================
p/haskell-brick/debian/patches/temporarily-no-vty-crossplatform
=====================================
@@ -0,0 +1,49 @@
+--- a/brick.cabal
++++ b/brick.cabal
+@@ -96,7 +96,7 @@ library
+
+ build-depends: base >= 4.9.0.0 && < 4.21.0.0,
+ vty >= 6.0,
+- vty-crossplatform,
++ vty-unix,
+ bimap >= 0.5 && < 0.6,
+ data-clist >= 0.1,
+ directory >= 1.2.5.0,
+@@ -160,7 +160,7 @@ executable brick-tail-demo
+ brick,
+ text,
+ vty,
+- vty-crossplatform,
++ vty-unix,
+ random,
+ microlens-th,
+ microlens-mtl
+@@ -204,7 +204,7 @@ executable brick-form-demo
+ text,
+ microlens,
+ microlens-th,
+- vty-crossplatform,
++ vty-unix,
+ vty
+
+ executable brick-text-wrap-demo
+@@ -262,7 +262,7 @@ executable brick-viewport-scrollbars-dem
+ build-depends: base,
+ brick,
+ vty,
+- vty-crossplatform,
++ vty-unix,
+ text,
+ microlens,
+ microlens-mtl,
+--- a/src/Brick/Main.hs
++++ b/src/Brick/Main.hs
+@@ -77,7 +77,7 @@ import Graphics.Vty
+ , restoreInputState
+ , inputIface
+ )
+-import Graphics.Vty.CrossPlatform (mkVty)
++import Graphics.Vty.Platform.Unix (mkVty)
+ import Graphics.Vty.Config (defaultConfig)
+ import Graphics.Vty.Attributes (defAttr)
+
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d8150769844df0fdb94634ad7046bd690a0ce545
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d8150769844df0fdb94634ad7046bd690a0ce545
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/20241013/e61862e0/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list