summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-12-14 19:27:07 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2019-12-14 19:39:43 +0000
commitc304ebc5d31d2ba10ade042e07f4c3a0bfa72338 (patch)
tree7a11f1df635e744f9225031521e8351ef7c31904 /dev-haskell/newtype/newtype-0.2.2.0.ebuild
parentmedia-libs/lv2-1.16.0: partially fixed doc building (diff)
downloadgentoo-c304ebc5d31d2ba10ade042e07f4c3a0bfa72338.tar.gz
gentoo-c304ebc5d31d2ba10ade042e07f4c3a0bfa72338.tar.bz2
gentoo-c304ebc5d31d2ba10ade042e07f4c3a0bfa72338.zip
dev-haskell/newtype: bump up to 0.2.2.0
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/newtype/newtype-0.2.2.0.ebuild')
-rw-r--r--dev-haskell/newtype/newtype-0.2.2.0.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-haskell/newtype/newtype-0.2.2.0.ebuild b/dev-haskell/newtype/newtype-0.2.2.0.ebuild
new file mode 100644
index 000000000000..2a004fa682de
--- /dev/null
+++ b/dev-haskell/newtype/newtype-0.2.2.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+# ebuild generated by hackport 0.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A typeclass and set of functions for working with newtypes"
+HOMEPAGE="http://hackage.haskell.org/package/newtype"
+SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-7.8.2:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.18.1.3
+"