[Git][haskell-team/DHG_packages][master] chell: patch for newer ansi-terminal

Clint Adams gitlab at salsa.debian.org
Tue Apr 17 23:12:11 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
03f2d51d by Clint Adams at 2018-04-17T18:11:31-04:00
chell: patch for newer ansi-terminal

- - - - -


4 changed files:

- p/haskell-chell/debian/changelog
- p/haskell-chell/debian/control
- + p/haskell-chell/debian/patches/newer-ansi-terminal
- + p/haskell-chell/debian/patches/series


Changes:

=====================================
p/haskell-chell/debian/changelog
=====================================
--- a/p/haskell-chell/debian/changelog
+++ b/p/haskell-chell/debian/changelog
@@ -1,3 +1,9 @@
+haskell-chell (0.4.0.2-3) unstable; urgency=medium
+
+  * Patch for newer ansi-terminal.
+
+ -- Clint Adams <clint at debian.org>  Tue, 17 Apr 2018 18:11:18 -0400
+
 haskell-chell (0.4.0.2-2) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-chell/debian/control
=====================================
--- a/p/haskell-chell/debian/control
+++ b/p/haskell-chell/debian/control
@@ -11,7 +11,7 @@ Build-Depends:
  ghc-prof,
  haskell-devscripts (>= 0.13),
  libghc-ansi-terminal-dev (>= 0.5),
- libghc-ansi-terminal-dev (<< 0.8),
+ libghc-ansi-terminal-dev (<< 0.9),
  libghc-ansi-terminal-prof,
  libghc-options-dev (<< 2.0),
  libghc-options-dev (>= 1.0),


=====================================
p/haskell-chell/debian/patches/newer-ansi-terminal
=====================================
--- /dev/null
+++ b/p/haskell-chell/debian/patches/newer-ansi-terminal
@@ -0,0 +1,11 @@
+--- a/chell.cabal
++++ b/chell.cabal
+@@ -77,7 +77,7 @@
+ 
+   if flag(color-output)
+     build-depends:
+-        ansi-terminal >= 0.5 && < 0.8
++        ansi-terminal >= 0.5 && < 0.9
+ 
+   exposed-modules:
+     Test.Chell


=====================================
p/haskell-chell/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-chell/debian/patches/series
@@ -0,0 +1 @@
+newer-ansi-terminal



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/03f2d51d1d9d10c1fa9ab7fa521e66d46c577b40

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/03f2d51d1d9d10c1fa9ab7fa521e66d46c577b40
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/20180417/a8cbec4f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list