dev-haskell/shellish: tweak for ghc-7.10, bug #561028

Reported-by: Toralf Förster
Bug: https://bugs.gentoo.org/561028

Package-Manager: portage-2.2.20
This commit is contained in:
Sergei Trofimovich
2015-09-21 20:51:23 +01:00
parent 8a3f7a2f99
commit a02ea22bcc
2 changed files with 14 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
diff --git a/Shellish.hs b/Shellish.hs
index 1e3c192..0ac20c2 100644
--- a/Shellish.hs
+++ b/Shellish.hs
@@ -1,3 +1,3 @@
{-# LANGUAGE ScopedTypeVariables, DeriveDataTypeable, OverloadedStrings,
- MultiParamTypeClasses, FlexibleInstances #-}
+ MultiParamTypeClasses, FlexibleInstances, FlexibleContexts #-}

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -24,3 +24,7 @@ RDEPEND="dev-haskell/mtl[profile?]
>=dev-lang/ghc-6.10.1"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"
src_prepare() {
epatch "${FILESDIR}"/${P}-ghc-7.10.patch
}