diff options
author | Alexander Vershilov <qnikst@gentoo.org> | 2014-03-04 16:03:25 +0000 |
---|---|---|
committer | Alexander Vershilov <qnikst@gentoo.org> | 2014-03-04 16:03:25 +0000 |
commit | b70ad9399a823ac20c9f581c3722f11d2f852f68 (patch) | |
tree | a5cbe97ea9ed81c270c0f9e2f3f40af7de2e1a05 /dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild | |
parent | bump up to 1.1 (diff) | |
download | gentoo-2-b70ad9399a823ac20c9f581c3722f11d2f852f68.tar.gz gentoo-2-b70ad9399a823ac20c9f581c3722f11d2f852f68.tar.bz2 gentoo-2-b70ad9399a823ac20c9f581c3722f11d2f852f68.zip |
new package
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
Diffstat (limited to 'dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild')
-rw-r--r-- | dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild b/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild new file mode 100644 index 000000000000..90bb8a353bda --- /dev/null +++ b/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.4.ebuild,v 1.1 2014/03/04 16:03:25 qnikst Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.3.6.9999 +#hackport: flags: +text11 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Streaming decoding functions for UTF encodings." +HOMEPAGE="http://github.com/fpco/text-stream-decode" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/text-1.1:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/deepseq + >=dev-haskell/hspec-1.8 ) +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=text11 +} |