summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-04 22:31:18 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-04 22:31:18 +0100
commit1676223a9a143d626994ee0edd13c7a7d6f8f436 (patch)
tree129565a510c810af9c97cb3131580e20bb65686f /dev-haskell/list/list-0.6.2.ebuild
parentdev-haskell/lens-family-core: bump up to 1.2.3 (diff)
downloadgentoo-1676223a9a143d626994ee0edd13c7a7d6f8f436.tar.gz
gentoo-1676223a9a143d626994ee0edd13c7a7d6f8f436.tar.bz2
gentoo-1676223a9a143d626994ee0edd13c7a7d6f8f436.zip
dev-haskell/list: bump up to 0.6.2
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/list/list-0.6.2.ebuild')
-rw-r--r--dev-haskell/list/list-0.6.2.ebuild29
1 files changed, 29 insertions, 0 deletions
diff --git a/dev-haskell/list/list-0.6.2.ebuild b/dev-haskell/list/list-0.6.2.ebuild
new file mode 100644
index 000000000000..047f60c80eef
--- /dev/null
+++ b/dev-haskell/list/list-0.6.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+MY_PN="List"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="List monad transformer and class"
+HOMEPAGE="https://github.com/yairchu/generator"
+SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_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
+"
+
+S="${WORKDIR}/${MY_P}"