[DHG_packages] 29/30: cabal-install: Put ghc dep first, if available that is the better choice
Joachim Breitner
nomeata at moszumanska.debian.org
Fri Aug 14 09:27:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
nomeata pushed a commit to annotated tag haskell-cabal-install_v1.22.0.1-4
in repository DHG_packages.
commit 3e121c23a799d3c032ffd24f1ff87bb751e10277
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Aug 14 11:11:23 2015 +0200
cabal-install: Put ghc dep first, if available that is the better choice
---
p/haskell-cabal-install/debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/p/haskell-cabal-install/debian/control b/p/haskell-cabal-install/debian/control
index 3a8cbb4..f6efe81 100644
--- a/p/haskell-cabal-install/debian/control
+++ b/p/haskell-cabal-install/debian/control
@@ -46,7 +46,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${haskell:Depends},
${misc:Depends},
- libghc-cabal-dev (>= 1.22) | ghc (>= 7.10)
+ ghc (>= 7.10) | libghc-cabal-dev (>= 1.22)
Recommends: ${haskell:Recommends},
ghc,
Suggests: ${haskell:Suggests},
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git
More information about the Pkg-haskell-commits
mailing list