commit:     bc5b7a53bf7c6ad081b5ea08565f51ad054a43bd
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 09:34:42 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 09:41:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc5b7a53

dev-haskell/language-haskell-extract: tweak for ghc-8.10

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../language-haskell-extract-0.2.4-r1.ebuild       | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git 
a/dev-haskell/language-haskell-extract/language-haskell-extract-0.2.4-r1.ebuild 
b/dev-haskell/language-haskell-extract/language-haskell-extract-0.2.4-r1.ebuild
new file mode 100644
index 00000000000..b34e2e9f9ae
--- /dev/null
+++ 
b/dev-haskell/language-haskell-extract/language-haskell-extract-0.2.4-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Module to automatically extract functions from the local code"
+HOMEPAGE="https://github.com/finnsson/template-helper";
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/regex-posix:=[profile?]
+               >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+               >=dev-haskell/cabal-1.6"
+
+PATCHES=( ${FILESDIR}/${P}-ghc-8.10.patch )

Reply via email to