logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git

filepath-bytestring-1.4.2.1.6.ebuild (509B)


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