games-board/goatee-gtk: allow ghc-8.0.2
authorSergei Trofimovich <slyfox@gentoo.org>
Wed, 15 Feb 2017 08:44:57 +0000 (08:44 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Wed, 15 Feb 2017 08:44:57 +0000 (08:44 +0000)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

games-board/goatee-gtk/goatee-gtk-0.3.1.1.ebuild

index 76298b439607e04545b4ea4f665c9785bee7ccfe..4667955a5dfeaeb425e1c3f45a302ed39ef4b942 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -30,3 +30,10 @@ DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8
        test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4 )
 "
+
+src_prepare() {
+       default
+
+       cabal_chdeps \
+               'directory >= 1.1 && < 1.3' 'directory >= 1.1'
+}