Commit fdf07963 authored by Clint Adams's avatar Clint Adams
Browse files

wizards: Upgrading from 1.0.2 to 1.0.3

parent d8c283a8
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-wizards (1.0.3-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <clint@debian.org>  Sun, 28 Jul 2019 15:32:26 -0400

haskell-wizards (1.0.2-10) unstable; urgency=medium

  * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
+0 −11
Original line number Diff line number Diff line
--- a/wizards.cabal
+++ b/wizards.cabal
@@ -83,7 +83,7 @@ Library
   Extensions: OverlappingInstances                   
   
   -- Packages needed in order to build this package.
-  Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.5, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.6
+  Build-depends: base == 4.*, haskeline >= 0.6 && < 0.8, mtl >= 2.0 && < 2.3, transformers >= 0.1 && < 0.6, control-monad-free >= 0.5 && < 0.7, containers >= 0.4 && < 0.6
   
   -- Modules not exported by this package.
   -- Other-modules:       
+0 −1
Original line number Diff line number Diff line
newer-transformers