summaryrefslogtreecommitdiff
path: root/dev-haskell/atomic-primops/atomic-primops-0.8.0.4.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-16 19:55:59 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-16 21:56:51 +0000
commit6fa72ac4b9a5581e793404173f5a1b1df2bb0307 (patch)
tree08f95376069acd8f2f09b3cbece3dd88ad8ca240 /dev-haskell/atomic-primops/atomic-primops-0.8.0.4.ebuild
parentfbdde6faa374d0a6d6a485e71c931156f67c588d (diff)
downloadgentoo-6fa72ac4b9a5581e793404173f5a1b1df2bb0307.tar.gz
gentoo-6fa72ac4b9a5581e793404173f5a1b1df2bb0307.tar.bz2
gentoo-6fa72ac4b9a5581e793404173f5a1b1df2bb0307.zip
dev-haskell/atomic-primops: bump up to 0.8.0.4
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/atomic-primops/atomic-primops-0.8.0.4.ebuild')
-rw-r--r--dev-haskell/atomic-primops/atomic-primops-0.8.0.4.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-haskell/atomic-primops/atomic-primops-0.8.0.4.ebuild b/dev-haskell/atomic-primops/atomic-primops-0.8.0.4.ebuild
new file mode 100644
index 000000000000..c5b711db0275
--- /dev/null
+++ b/dev-haskell/atomic-primops/atomic-primops-0.8.0.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A safe approach to CAS and other atomic ops in Haskell"
+HOMEPAGE="https://github.com/rrnewton/haskell-lockfree/wiki"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND="dev-haskell/primitive:=[profile?]
+ >=dev-lang/ghc-7.6.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.16.0
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ $(cabal_flag debug debug)
+}