Skip to content

Commit

Permalink
dev-haskell/neat-interpolation: bump up to 0.5.1.4 (ghc-9.8 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
tepo4ka authored and hololeap committed Oct 17, 2024
1 parent b8cf6cf commit 706e36a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-haskell/neat-interpolation/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST neat-interpolation-0.5.1.3.tar.gz 5786 BLAKE2B a21dd5624f5108bec8c4e484507e020b7c2c074631d8f531281752da20c198b505e2b5e37eb20c70233bb5e51a04923ac53eb17f30a8da40ed5d7a4d7c7e60c4 SHA512 d777ac442d0b32348470b64458a88c76836e84b9fe15f46c6ec05f8a84ebe4a5b79827b85ff9a0e2138bb8db10fc4493c2793e13091ee5f5decf5e28110d86ba
DIST neat-interpolation-0.5.1.4.tar.gz 5741 BLAKE2B ddded87a0d4593eebca4aad8e8365bf23a9a9f8a8b309e1e2b52f016da76d19a644ab32d0a4a5152bb5a8f825feb2430d28b3e92d019795a556bc068c2eab58b SHA512 16f62bee23984fabebd70e70311b24bc2e7835ba90cf84bb7bb6f4d84c097bf817e3f5d653c843117b63ed886b0e16511219a688e17bdcf62c16f659074d690f
27 changes: 27 additions & 0 deletions dev-haskell/neat-interpolation/neat-interpolation-0.5.1.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

# ebuild generated by hackport 0.8.5.1.9999

CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal

DESCRIPTION="Quasiquoter for neat and simple multiline text interpolation"
HOMEPAGE="https://github.com/nikita-volkov/neat-interpolation"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"

RDEPEND=">=dev-haskell/megaparsec-7:=[profile?] <dev-haskell/megaparsec-10:=[profile?]
>=dev-haskell/text-1:=[profile?] <dev-haskell/text-3:=[profile?]
>=dev-lang/ghc-9.0.2:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-3.4.1.0
test? ( <dev-haskell/rerebase-2
>=dev-haskell/tasty-1.2.3 <dev-haskell/tasty-2
>=dev-haskell/tasty-hunit-0.10.0.2 <dev-haskell/tasty-hunit-0.11 )
"

0 comments on commit 706e36a

Please sign in to comment.