diff options
Diffstat (limited to 'dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild')
-rw-r--r-- | dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild index 034819b9da95..c9d31c589831 100644 --- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.ebuild +++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.6-r1.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=5 +EAPI=7 # ebuild generated by hackport 0.3.6.9999 @@ -25,6 +25,11 @@ DEPEND="${RDEPEND} " src_prepare() { + default + + # Use default for compatibility with Cabal-3 + rm Setup.lhs || die cabal_chdeps \ - 'binary < 0.8' 'binary' + 'binary < 0.8' 'binary' \ + 'containers < 0.6' 'containers' } |