mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-haskell/hspec-megaparsec: add 2.2.1
Signed-off-by: hololeap <hololeap@protonmail.com> Signed-off-by: Mark Wright <gienah@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST hspec-megaparsec-2.2.0.tar.gz 5298 BLAKE2B fe18c95325a7b17c214635d8e57477dcd55b10b9a8dad20ccbf7c3d8bdd9027b49da394397493276b1b5aceb5a8337f51688c409fbb1ea1ddf86e96502e19c8e SHA512 347e1d5275fbd52bc0a51a1106aab8de123034ec34d5f0a113af76136009bc16d2c570aa747e903e050899cf3d53a091e765af5aa67dd7eb3ee7aef6e62054a4
|
||||
DIST hspec-megaparsec-2.2.1.tar.gz 5136 BLAKE2B c7bf1becb666f0ea85ac5e9cee2a6f6d01470e8a885c2a9940e4b294e5d477c1493c38c52428dbaf0da47c79ae4ab0affa9116d335f116d6a4310c2607618b4a SHA512 1ce121896327566a481021721d3ec9b03ffe0090e3b017f891a9e923f6c8e010a74d6d6ac4495d54cfc4b2200c65fc5e4741424e50947246a20a178df7c2cc0a
|
||||
|
||||
31
dev-haskell/hspec-megaparsec/hspec-megaparsec-2.2.1.ebuild
Normal file
31
dev-haskell/hspec-megaparsec/hspec-megaparsec-2.2.1.ebuild
Normal file
@@ -0,0 +1,31 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
# ebuild generated by hackport 0.9.0.0.9999
|
||||
#hackport: flags: -dev
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Utility functions for testing Megaparsec parsers with Hspec"
|
||||
HOMEPAGE="https://github.com/mrkkrp/hspec-megaparsec"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
|
||||
|
||||
RDEPEND=">=dev-haskell/hspec-expectations-0.8:=[profile?] <dev-haskell/hspec-expectations-0.9:=[profile?]
|
||||
>=dev-haskell/megaparsec-9:=[profile?] <dev-haskell/megaparsec-10:=[profile?]
|
||||
>=dev-lang/ghc-9.0.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-3.4.1.0
|
||||
test? ( >=dev-haskell/hspec-2 <dev-haskell/hspec-3 )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
--flag=-dev
|
||||
}
|
||||
Reference in New Issue
Block a user