diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-22 23:14:43 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-22 23:15:54 +0000 |
commit | 05f4525ef02d580515b9797aa012ab82dd4c4f0f (patch) | |
tree | 09002b67a04c8e0eb41fa94cd0d8c69bcce393d0 /dev-haskell/skylighting | |
parent | sys-cluster/openmpi: arm stable (bug 525534). (diff) | |
download | gentoo-05f4525ef02d580515b9797aa012ab82dd4c4f0f.tar.gz gentoo-05f4525ef02d580515b9797aa012ab82dd4c4f0f.tar.bz2 gentoo-05f4525ef02d580515b9797aa012ab82dd4c4f0f.zip |
dev-haskell/skylighting: require cabal-1.24 with fixed resolver, bug #610422
Workarounds Cabal-1.22 bug
https://github.com/haskell/cabal/issues/1725
Reported-by: Peter Bleszynski
Bug: https://bugs.gentoo.org/610422
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/skylighting')
-rw-r--r-- | dev-haskell/skylighting/skylighting-0.1.1.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild b/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild index cfc65da0be6e..8b418b19e6ad 100644 --- a/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild +++ b/dev-haskell/skylighting/skylighting-0.1.1.5.ebuild @@ -32,7 +32,7 @@ RDEPEND="dev-haskell/aeson:=[profile?] executable? ( dev-haskell/pretty-show:=[profile?] ) " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.18.1.3 + >=dev-haskell/cabal-1.24.2.0 test? ( dev-haskell/diff dev-haskell/hunit dev-haskell/random |