Skip to content

Commit

Permalink
dev-haskell/active: bump to 0.2.0.14-r1, allow newer base
Browse files Browse the repository at this point in the history
There is [a ticket][1] open for bumping `base`.

[1]: diagrams/diagrams-core#112

Signed-off-by: Wolfgang E. Sanyer <[email protected]>
  • Loading branch information
ezzieyguywuf committed Jan 12, 2021
1 parent 4c4e6c2 commit beffeee
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 43 deletions.
1 change: 1 addition & 0 deletions dev-haskell/active/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST active-0.2.0.14.tar.gz 13462 BLAKE2B 81d915f33753a4e84da8d04f54c82ea3d65f752a0a1aa0ef7cb828fe6b7876b85108057affaba6cf73e6ba93099cd2607031053c9e6777139a3f79905807e913 SHA512 d292bac9702b7a35fba46488630687162672e3d25c7ddf94cbc0ef57afe89384a3ca8cd6f2cad2a43effd11d659bf5be8f5b2597062976ee6075d24239fe7b15
DIST active.cabal 1823 BLAKE2B 138117753d56c3d629760ec8141d00aafecca4cca2d3967d565bea18ee4a0855d05cf8cf5743a0e40f2113faa62bc5e884aa73e2876194886202e4f40c92ef00 SHA512 aed52bb21c9e0db21d4747c078b807b9ac39dd1a8912cd7f790c1168398c3818fbcf040fdc7f70db47f244f0647884c95ceceee6460b0adc0071ec1365a35316
44 changes: 44 additions & 0 deletions dev-haskell/active/active-0.2.0.14-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

# ebuild generated by hackport 0.6.7.9999

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

DESCRIPTION="Abstractions for animation"
HOMEPAGE="https://hackage.haskell.org/package/active"
SRC_URI="
https://hackage.haskell.org/package/${P}/${P}.tar.gz
https://hackage.haskell.org/package/${P}/revision/1.cabal -> ${PF}.cabal
"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/lens-4.0:=[profile?] <dev-haskell/lens-4.20:=[profile?]
>=dev-haskell/linear-1.14:=[profile?] <dev-haskell/linear-1.22:=[profile?]
>=dev-haskell/semigroupoids-1.2:=[profile?] <dev-haskell/semigroupoids-5.4:=[profile?]
>=dev-haskell/semigroups-0.1:=[profile?] <dev-haskell/semigroups-0.20:=[profile?]
>=dev-haskell/vector-0.10:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.18
test? ( >=dev-haskell/quickcheck-2.9 <dev-haskell/quickcheck-2.14 )
"

src_prepare() {
default

# Pull new cabal from upstream
cp "${DISTDIR}/${PF}.cabal" "${S}/${PN}.cabal" || die

# upstream has not fixed base dep yet
cabal_chdeps \
'base >= 4.0 && < 4.14' 'base >= 4.0'
}
40 changes: 0 additions & 40 deletions dev-haskell/active/active-0.2.0.14.ebuild

This file was deleted.

3 changes: 0 additions & 3 deletions dev-haskell/active/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,4 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
<longdescription>
"Active" abstraction for animated things with finite start and end times.
</longdescription>
</pkgmetadata>

0 comments on commit beffeee

Please sign in to comment.