summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-13 14:05:08 +0000
committerMark Wright <gienah@gentoo.org>2014-12-13 14:05:08 +0000
commit7b2cfa68012d9ca5e571f4a604c568c9765145b7 (patch)
treef371d6709557f8ed7d960d24383d3d95f55dc875 /dev-haskell/haddock-library
parentBump fast-logger to 2.2.3 (diff)
downloadgentoo-2-7b2cfa68012d9ca5e571f4a604c568c9765145b7.tar.gz
gentoo-2-7b2cfa68012d9ca5e571f4a604c568c9765145b7.tar.bz2
gentoo-2-7b2cfa68012d9ca5e571f4a604c568c9765145b7.zip
Add haddock-library
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/haddock-library')
-rw-r--r--dev-haskell/haddock-library/ChangeLog9
-rw-r--r--dev-haskell/haddock-library/haddock-library-1.1.1.ebuild28
-rw-r--r--dev-haskell/haddock-library/metadata.xml13
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-haskell/haddock-library/ChangeLog b/dev-haskell/haddock-library/ChangeLog
new file mode 100644
index 000000000000..9dda4314f06f
--- /dev/null
+++ b/dev-haskell/haddock-library/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-haskell/haddock-library
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock-library/ChangeLog,v 1.1 2014/12/13 14:05:08 gienah Exp $
+
+*haddock-library-1.1.1 (13 Dec 2014)
+
+ 13 Dec 2014; Mark Wright <gienah@gentoo.org> +haddock-library-1.1.1.ebuild,
+ +metadata.xml:
+ Add haddock-library
diff --git a/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild b/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild
new file mode 100644
index 000000000000..4f5f1bd1b54f
--- /dev/null
+++ b/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haddock-library/haddock-library-1.1.1.ebuild,v 1.1 2014/12/13 14:05:08 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.4.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
+inherit haskell-cabal
+
+DESCRIPTION="Library exposing some functionality of Haddock"
+HOMEPAGE="http://www.haskell.org/haddock/"
+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
+ test? ( dev-haskell/base-compat
+ dev-haskell/hspec
+ >=dev-haskell/quickcheck-2 <dev-haskell/quickcheck-3 )
+"
diff --git a/dev-haskell/haddock-library/metadata.xml b/dev-haskell/haddock-library/metadata.xml
new file mode 100644
index 000000000000..fd7337622322
--- /dev/null
+++ b/dev-haskell/haddock-library/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ Haddock is a documentation-generation tool for Haskell
+ libraries. These modules expose some functionality of it
+ without pulling in the GHC dependency. Please note that the
+ API is likely to change so specify upper bounds in your
+ project if you can&#39;t release often. For interacting with Haddock
+ itself, see the <pkg>dev-haskell/haddock</pkg> package.
+ </longdescription>
+</pkgmetadata>