diff options
Diffstat (limited to 'dev-haskell/data-hash')
-rw-r--r-- | dev-haskell/data-hash/Manifest | 2 | ||||
-rw-r--r-- | dev-haskell/data-hash/data-hash-0.2.0.0.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/data-hash/data-hash-0.2.0.1.ebuild | 28 | ||||
-rw-r--r-- | dev-haskell/data-hash/metadata.xml | 9 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-haskell/data-hash/Manifest b/dev-haskell/data-hash/Manifest new file mode 100644 index 000000000000..a92fe42c08d4 --- /dev/null +++ b/dev-haskell/data-hash/Manifest @@ -0,0 +1,2 @@ +DIST data-hash-0.2.0.0.tar.gz 8486 SHA256 35b39a4ec9efaad0c1fac2c1d5f7b6fe4717a67935a8f9d6c372bce9085bdaad SHA512 4e807575232f5df8275307b5740863cbf8b27f4f4f2bae149e7d5e9dfd49e500e04932c51e4ef1ce2f0742a65807d9effd2ba630d7ebb5efbac7d3d59349b546 WHIRLPOOL 2e9ada60014ba6f77466ceaf079d0909673bec86a752410d9df7a5fff8d96d6d5e5037d2f2158982c2e0c1c49aac11943776e456a6104b2951c40e81472ee6d6 +DIST data-hash-0.2.0.1.tar.gz 8504 SHA256 9117dd49013ca28ff188fc71c3595ac3af23d56d301c1f39bac93d44d8c60bbe SHA512 daea098b9c808396606d90ae70e5156c492463db929b563a6195ee648ad72fc2949ab231ad67758fe0c68991826ea2292109a5d1f46d0cfc27c16e2e2b0666fa WHIRLPOOL 35fb4a04622930fa72be04ac26fbb459b66c93cf2f24c50080292bdd5b065d0c5af2baca7ab07ac1b1d6f049a5513f7f24b84c7bb43033daf8d405dbb3250ab7 diff --git a/dev-haskell/data-hash/data-hash-0.2.0.0.ebuild b/dev-haskell/data-hash/data-hash-0.2.0.0.ebuild new file mode 100644 index 000000000000..73e5405ce136 --- /dev/null +++ b/dev-haskell/data-hash/data-hash-0.2.0.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Combinators for building fast hashing functions" +HOMEPAGE="http://hackage.haskell.org/package/data-hash" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/quickcheck + dev-haskell/test-framework + dev-haskell/test-framework-quickcheck2 ) +" diff --git a/dev-haskell/data-hash/data-hash-0.2.0.1.ebuild b/dev-haskell/data-hash/data-hash-0.2.0.1.ebuild new file mode 100644 index 000000000000..91d0dbe6d15a --- /dev/null +++ b/dev-haskell/data-hash/data-hash-0.2.0.1.ebuild @@ -0,0 +1,28 @@ +# 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.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Combinators for building fast hashing functions" +HOMEPAGE="http://hackage.haskell.org/package/data-hash" +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.8 + test? ( dev-haskell/quickcheck + dev-haskell/test-framework + dev-haskell/test-framework-quickcheck2 ) +" diff --git a/dev-haskell/data-hash/metadata.xml b/dev-haskell/data-hash/metadata.xml new file mode 100644 index 000000000000..fda3411d0d93 --- /dev/null +++ b/dev-haskell/data-hash/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + Combinators for building fast hashing functions. Includes + hashing functions for all basic Haskell98 types. + </longdescription> +</pkgmetadata> |