diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-09-09 10:25:20 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-09 08:55:27 +0100 |
commit | f3b0a091b34642ff5df1b57430bc5d7ff89eddbd (patch) | |
tree | 6fe34471656bb9659283654344236496b1f14277 /dev-haskell/logict-state/logict-state-0.1.0.5.ebuild | |
parent | dev-haskell/base64-bytestring: drop old (diff) | |
download | gentoo-f3b0a091b34642ff5df1b57430bc5d7ff89eddbd.tar.gz gentoo-f3b0a091b34642ff5df1b57430bc5d7ff89eddbd.tar.bz2 gentoo-f3b0a091b34642ff5df1b57430bc5d7ff89eddbd.zip |
dev-haskell/logict-state: build with ghc-8.8
Closes: https://bugs.gentoo.org/736098
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Closes: https://github.com/gentoo/gentoo/pull/17478
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/logict-state/logict-state-0.1.0.5.ebuild')
-rw-r--r-- | dev-haskell/logict-state/logict-state-0.1.0.5.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-haskell/logict-state/logict-state-0.1.0.5.ebuild b/dev-haskell/logict-state/logict-state-0.1.0.5.ebuild index 86cad39395b7..519433782076 100644 --- a/dev-haskell/logict-state/logict-state-0.1.0.5.ebuild +++ b/dev-haskell/logict-state/logict-state-0.1.0.5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 # ebuild generated by hackport 0.5.6.9999 @@ -24,3 +24,5 @@ RDEPEND=">=dev-haskell/logict-0.6.0.2:=[profile?] DEPEND="${RDEPEND} >=dev-haskell/cabal-1.22.2.0 " + +PATCHES=( "${FILESDIR}"/${P}-monadfail-compat.patch ) |