diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-15 23:07:02 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-02-16 10:21:44 +0000 |
| commit | fadb5e81d83609d88cdf8489d1295080899d7b77 (patch) | |
| tree | 647c65c6d63bd641c8b9d1467180ca2e4373a7b2 /dev-haskell/code-page/code-page-0.1.1.ebuild | |
| parent | cc2f5aa4b08a025ac49b4774e82f8f34f4121b8b (diff) | |
| download | gentoo-fadb5e81d83609d88cdf8489d1295080899d7b77.tar.gz gentoo-fadb5e81d83609d88cdf8489d1295080899d7b77.tar.bz2 gentoo-fadb5e81d83609d88cdf8489d1295080899d7b77.zip | |
dev-haskell/code-page: new package, a depend of doctests-0.11.1
Windows code page library for Haskell
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-haskell/code-page/code-page-0.1.1.ebuild')
| -rw-r--r-- | dev-haskell/code-page/code-page-0.1.1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-haskell/code-page/code-page-0.1.1.ebuild b/dev-haskell/code-page/code-page-0.1.1.ebuild new file mode 100644 index 000000000000..a42e9e914ee5 --- /dev/null +++ b/dev-haskell/code-page/code-page-0.1.1.ebuild @@ -0,0 +1,25 @@ +# 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.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Windows code page library for Haskell" +HOMEPAGE="https://github.com/RyanGlScott/code-page" +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.10 +" |
