Commit 03f2d51d authored by Clint Adams's avatar Clint Adams
Browse files

chell: patch for newer ansi-terminal

parent 0ca904f9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-chell (0.4.0.2-3) unstable; urgency=medium

  * Patch for newer ansi-terminal.

 -- Clint Adams <clint@debian.org>  Tue, 17 Apr 2018 18:11:18 -0400

haskell-chell (0.4.0.2-2) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+1 −1
Original line number Diff line number Diff line
@@ -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),
+11 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
newer-ansi-terminal