forked from gentoo-haskell/gentoo-haskell
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-haskell/active: bump to 0.2.0.14-r1, allow newer base
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
1 parent
4c4e6c2
commit beffeee
Showing
4 changed files
with
45 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |