commit: a2cc49262f3a88d2a88237b83d2a234b091bc9cb
parent: 312efee4ccc12b5712e246fa8b68b0ebdfe41ea2
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Mon, 6 Jan 2020 05:41:55 +0100
dev-haskell/filepath-bytestring: New package
Diffstat:
2 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/dev-haskell/filepath-bytestring/Manifest b/dev-haskell/filepath-bytestring/Manifest
@@ -0,0 +1 @@
+DIST filepath-bytestring-1.4.2.1.1.tar.gz 24145 BLAKE2B d18dc1b3e8adffe08ff7d5390402a1b003288f76c2f87f8891798ccd58a4ab834e3f8cef09b6dda507652ee5717bdb6b33b90edcbfbcb3bed557564242dfe9a1 SHA512 baddbfb0200da041167a8932f4ea074831e39c5bcb0b38bfedc9a627b1fd710e722f835f6c33499ac4893ec2873e51146233f20bff607345f0cb7a107a046e80
diff --git a/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.1.ebuild b/dev-haskell/filepath-bytestring/filepath-bytestring-1.4.2.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+CABAL_FEATURES="haddock hoogle profile lib"
+inherit haskell-cabal
+
+DESCRIPTION="repairs a damanged git repisitory"
+HOMEPAGE="http://hackage.haskell.org/package/filepath-bytestring"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+ISUE=""
+
+RDEPEND="
+ dev-haskell/utf8-string:=[profile?]
+"
+DEPEND="${RDEPEND}"