Commit 976a66e4 authored by Clint Adams's avatar Clint Adams
Browse files

chell: Upgrading from 0.4.0.2 to 0.5

parent 74b38a62
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-chell (0.5-1) unstable; urgency=medium

  * New upstream version.

 -- Clint Adams <clint@debian.org>  Sat, 27 Jul 2019 09:20:59 -0400

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

  * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)
+4 −4
Original line number Diff line number Diff line
@@ -17,8 +17,8 @@ Build-Depends:
 libghc-options-dev (<< 2.0),
 libghc-options-dev (>= 1.0),
 libghc-options-prof,
 libghc-patience-dev (<< 0.2),
 libghc-patience-dev (>= 0.1),
 libghc-patience-dev (>= 0.2),
 libghc-patience-dev (<< 0.3),
 libghc-patience-prof,
 libghc-random-dev (>= 1.0),
 libghc-random-prof,
@@ -28,8 +28,8 @@ Build-Depends-Indep:
 libghc-options-doc,
 libghc-patience-doc,
 libghc-random-doc,
Standards-Version: 4.1.4
Homepage: https://john-millikin.com/software/chell/
Standards-Version: 4.4.0
Homepage: https://github.com/typeclasses/chell
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-chell
Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-chell]

+0 −11
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
+0 −1
Original line number Diff line number Diff line
newer-ansi-terminal