Commit 57284c97 authored by Clint Adams's avatar Clint Adams
Browse files

cabal-install: add Recommends on curl | wget for https support.

parent b8b862a3
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
haskell-cabal-install (2.2.0.0-3) UNRELEASED; urgency=medium

  * Add Recommends on curl | wget for https support.
    closes: #911800.

 -- Clint Adams <clint@debian.org>  Sun, 28 Oct 2018 10:07:38 -0400

haskell-cabal-install (2.2.0.0-2) unstable; urgency=medium

  * Remove build dependency on libghc-mtl-dev (provided by ghc-8.4.3)
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ Depends:
 ${shlibs:Depends},
Recommends:
 ${haskell:Recommends},
 curl | wget,
Suggests:
 ${haskell:Suggests},
Description: command-line interface for Cabal and Hackage