psqueues-0.2.0.3.ebuild 1008 B

1234567891011121314151617181920212223242526272829303132
  1. # Copyright 1999-2015 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=5
  4. # ebuild generated by hackport 0.4.6.9999
  5. CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
  6. inherit haskell-cabal
  7. DESCRIPTION="Pure priority search queues"
  8. HOMEPAGE="http://hackage.haskell.org/package/psqueues"
  9. SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
  10. LICENSE="BSD"
  11. SLOT="0/${PV}"
  12. KEYWORDS="~amd64 ~x86"
  13. IUSE=""
  14. RDEPEND=">=dev-haskell/hashable-1.2.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
  15. >=dev-lang/ghc-7.4.1:=
  16. "
  17. DEPEND="${RDEPEND}
  18. >=dev-haskell/cabal-1.8
  19. test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4
  20. >=dev-haskell/quickcheck-2.7 <dev-haskell/quickcheck-2.9
  21. dev-haskell/tagged
  22. >=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
  23. >=dev-haskell/test-framework-hunit-0.3 <dev-haskell/test-framework-hunit-0.4
  24. >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
  25. "