Skip to content

Commit

Permalink
dev-haskell/userid: bump to 0.1.3.5-r1, relax aeson upperbound.
Browse files Browse the repository at this point in the history
Issue opened upstream[1] to incorporate change.

[1]: Happstack/userid#3

Signed-off-by: Wolfgang E. Sanyer <[email protected]>
  • Loading branch information
ezzieyguywuf committed Jan 7, 2021
1 parent 2c4e066 commit 30fefe3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions dev-haskell/userid/userid-0.1.3.5-r1.ebuild
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'
}

0 comments on commit 30fefe3

Please sign in to comment.