Skip to content

Commit

Permalink
dev-haskell/refact: apply refactors, a depend of dev-haskell/hlint
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
Sergei Trofimovich committed Sep 11, 2016
1 parent 4f4d3e8 commit 39ed936
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/refact/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST refact-0.3.0.2.tar.gz 2345 SHA256 0ad029727797c8ca5d179c7abf1bfc135d86a7d72cf93785ee12ad243aeb1f6c SHA512 18f35a3f563288815645c4ef8e557a08bd9038aca0b3d9af391f9f71b39bbf779b725f037fa682a23e38e31cf7b8e0f4ae412e2af2ec3639c4b2c47a05a45a6e WHIRLPOOL 03293f884723846f86a5d986e160f0f0cc401bb0af99e38eef5e1f1787222bd883671c1a550ca7df6ce9805c2f1abd9ad3b7b73aa473408c0f94912687601854
12 changes: 12 additions & 0 deletions dev-haskell/refact/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
This library provides a datatype which can be interpreted by apply-refact. It exists
as a seperate library so that applications can specify refactorings without depending on GHC.
</longdescription>
</pkgmetadata>
25 changes: 25 additions & 0 deletions dev-haskell/refact/refact-0.3.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

# ebuild generated by hackport 0.4.6.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal

DESCRIPTION="Specify refactorings to perform with apply-refact"
HOMEPAGE="http://hackage.haskell.org/package/refact"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10
"

0 comments on commit 39ed936

Please sign in to comment.