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/userid: bump to 0.1.3.5-r1, relax aeson upperbound.
Issue opened upstream[1] to incorporate change. [1]: Happstack/userid#3 Signed-off-by: Wolfgang E. Sanyer <[email protected]>
- Loading branch information
1 parent
2c4e066
commit 30fefe3
Showing
1 changed file
with
37 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=7 | ||
|
||
# ebuild generated by hackport 0.6.5.9999 | ||
|
||
CABAL_FEATURES="lib profile haddock hoogle hscolour" | ||
inherit haskell-cabal | ||
|
||
DESCRIPTION="The UserId type and useful instances for web development" | ||
HOMEPAGE="http://www.github.com/Happstack/userid" | ||
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" | ||
|
||
LICENSE="BSD" | ||
SLOT="0/${PV}" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=">=dev-haskell/aeson-0.9:=[profile?] | ||
>=dev-haskell/boomerang-1.4:=[profile?] <dev-haskell/boomerang-1.5:=[profile?] | ||
>=dev-haskell/cereal-0.5:=[profile?] <dev-haskell/cereal-0.6:=[profile?] | ||
>=dev-haskell/safecopy-0.8:=[profile?] <dev-haskell/safecopy-0.11:=[profile?] | ||
>=dev-haskell/web-routes-0.27:=[profile?] <dev-haskell/web-routes-0.28:=[profile?] | ||
>=dev-haskell/web-routes-th-0.22:=[profile?] <dev-haskell/web-routes-th-0.23:=[profile?] | ||
>=dev-lang/ghc-7.6.2:= | ||
" | ||
DEPEND="${RDEPEND} | ||
>=dev-haskell/cabal-1.16.0 | ||
" | ||
|
||
src_prepare() { | ||
default | ||
|
||
cabal_chdeps \ | ||
'aeson >= 0.9 && < 1.5' 'aeson >= 0.9' | ||
} |