diff options
author | 2016-03-15 21:55:37 +0000 | |
---|---|---|
committer | 2016-03-15 22:01:32 +0000 | |
commit | 71da707ad274150dee0b35c3c12ade01c7baeee3 (patch) | |
tree | 6c92f79c6933f9f4b301ce075fa32d38a0f7bd93 /dev-haskell/binary/binary-0.7.6.1.ebuild | |
parent | dev-lang/ghc: bump up to 7.10.3, added binaries for x86, amd64 (diff) | |
download | gentoo-71da707ad274150dee0b35c3c12ade01c7baeee3.tar.gz gentoo-71da707ad274150dee0b35c3c12ade01c7baeee3.tar.bz2 gentoo-71da707ad274150dee0b35c3c12ade01c7baeee3.zip |
dev-haskell/binary: bump up to 0.7.6.1
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/binary/binary-0.7.6.1.ebuild')
-rw-r--r-- | dev-haskell/binary/binary-0.7.6.1.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/binary/binary-0.7.6.1.ebuild b/dev-haskell/binary/binary-0.7.6.1.ebuild new file mode 100644 index 000000000000..13e56eed656b --- /dev/null +++ b/dev-haskell/binary/binary-0.7.6.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2015 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="Binary serialisation for Haskell values using lazy ByteStrings" +HOMEPAGE="https://github.com/kolmodin/binary" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RESTRICT=test # binary[test]->test-framework->text->xml->binary + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/hunit + >=dev-haskell/quickcheck-2.8 + >=dev-haskell/random-1.0.1.0 + dev-haskell/test-framework + >=dev-haskell/test-framework-quickcheck2-0.3 ) +" + +CABAL_CORE_LIB_GHC_PV="PM:7.10.3_rc1 PM:7.10.3" |