X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=dev-haskell%2Fdoctest%2Fdoctest-0.4.0.ebuild;fp=dev-haskell%2Fdoctest%2Fdoctest-0.4.0.ebuild;h=89324b5169e35914f2a38388afa8f569ed68f7ca;hb=db87b96fbfbead5561c13fe16f439aedd456e255;hp=0000000000000000000000000000000000000000;hpb=8b986fbfb69d5326a89b5420decc5a0649bb4e72;p=mjo-overlay.git diff --git a/dev-haskell/doctest/doctest-0.4.0.ebuild b/dev-haskell/doctest/doctest-0.4.0.ebuild new file mode 100644 index 0000000..89324b5 --- /dev/null +++ b/dev-haskell/doctest/doctest-0.4.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="bin lib profile haddock hscolour" +inherit haskell-cabal + +DESCRIPTION="Test interactive Haskell examples" +HOMEPAGE="https://github.com/sol/doctest-haskell#readme" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="=dev-haskell/ghc-paths-0.1* + >=dev-haskell/haddock-2.8 + =dev-lang/ghc-6.12.1" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6"