diff options
author | 2020-07-30 11:06:03 +1000 | |
---|---|---|
committer | 2020-08-01 09:02:23 +0100 | |
commit | d5c7d9c216f23f168642981e1da91be395045c78 (patch) | |
tree | ff8fa09625b9edc6a7d90832853d3a0314cd7a15 /dev-haskell/githash/githash-0.1.3.3.ebuild | |
parent | dev-haskell/fsnotify: bump up to 0.3.0.1 (diff) | |
download | gentoo-d5c7d9c216f23f168642981e1da91be395045c78.tar.gz gentoo-d5c7d9c216f23f168642981e1da91be395045c78.tar.bz2 gentoo-d5c7d9c216f23f168642981e1da91be395045c78.zip |
dev-haskell/githash: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/githash/githash-0.1.3.3.ebuild')
-rw-r--r-- | dev-haskell/githash/githash-0.1.3.3.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-haskell/githash/githash-0.1.3.3.ebuild b/dev-haskell/githash/githash-0.1.3.3.ebuild new file mode 100644 index 000000000000..774df22e9d6c --- /dev/null +++ b/dev-haskell/githash/githash-0.1.3.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2020 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 test-suite" +inherit haskell-cabal + +DESCRIPTION="Compile git revision info into Haskell projects" +HOMEPAGE="https://github.com/snoyberg/githash#readme" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-8.0.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.24.2.0 + test? ( dev-haskell/hspec + dev-haskell/temporary + dev-haskell/unliftio ) +" |