diff options
Diffstat (limited to 'dev-haskell/dataenc')
-rw-r--r-- | dev-haskell/dataenc/dataenc-0.14.0.7.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild b/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild index 7bc5f390a18b..2a0b1e602a62 100644 --- a/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild +++ b/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild @@ -1,11 +1,11 @@ # 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.4.9999 +# ebuild generated by hackport 0.6.6.9999 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Data encoding library" @@ -16,7 +16,6 @@ LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos" IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=">=dev-lang/ghc-7.4.1:= " |