filepath-bytestring-1.4.2.1.1.ebuild (509B)
1 # Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me> 2 # Distributed under the terms of the GNU General Public License v2 3 4 EAPI=7 5 6 CABAL_FEATURES="haddock hoogle profile lib" 7 inherit haskell-cabal 8 9 DESCRIPTION="repairs a damanged git repisitory" 10 HOMEPAGE="http://hackage.haskell.org/package/filepath-bytestring" 11 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" 12 LICENSE="AGPL-3" 13 SLOT="0" 14 KEYWORDS="~amd64" 15 ISUE="" 16 17 RDEPEND=" 18 dev-haskell/utf8-string:=[profile?] 19 " 20 DEPEND="${RDEPEND}"