Commit c67ec09d authored by Sergei Trofimovich's avatar Sergei Trofimovich
Browse files

dev-haskell/hledger-web: allow latest shakespeare-js and yesod-form


Signed-off-by: default avatarSergei Trofimovich <slyfox@gentoo.org>
parent 18928c80
...@@ -6,7 +6,7 @@ EAPI=5 ...@@ -6,7 +6,7 @@ EAPI=5
# ebuild generated by hackport 0.3.1.9999 # ebuild generated by hackport 0.3.1.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite" CABAL_FEATURES="bin lib profile haddock hoogle hscolour" # not shipped test-suite"
inherit haskell-cabal inherit haskell-cabal
DESCRIPTION="A web interface for the hledger accounting tool." DESCRIPTION="A web interface for the hledger accounting tool."
...@@ -18,6 +18,8 @@ SLOT="0/${PV}" ...@@ -18,6 +18,8 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
RESTRICT=test # not shipped
RDEPEND="=dev-haskell/blaze-html-0.5*:=[profile?] RDEPEND="=dev-haskell/blaze-html-0.5*:=[profile?]
>=dev-haskell/blaze-markup-0.5.1:=[profile?] >=dev-haskell/blaze-markup-0.5.1:=[profile?]
<dev-haskell/blaze-markup-0.6:=[profile?] <dev-haskell/blaze-markup-0.6:=[profile?]
...@@ -37,7 +39,8 @@ RDEPEND="=dev-haskell/blaze-html-0.5*:=[profile?] ...@@ -37,7 +39,8 @@ RDEPEND="=dev-haskell/blaze-html-0.5*:=[profile?]
>=dev-haskell/regexpr-0.5.1:=[profile?] >=dev-haskell/regexpr-0.5.1:=[profile?]
>=dev-haskell/safe-0.2:=[profile?] >=dev-haskell/safe-0.2:=[profile?]
=dev-haskell/shakespeare-css-1.0*:=[profile?] =dev-haskell/shakespeare-css-1.0*:=[profile?]
=dev-haskell/shakespeare-js-1.0*:=[profile?] >=dev-haskell/shakespeare-js-1.0:=[profile?]
<dev-haskell/shakespeare-js-1.2:=[profile?]
=dev-haskell/shakespeare-text-1.0*:=[profile?] =dev-haskell/shakespeare-text-1.0*:=[profile?]
=dev-haskell/text-0.11*:=[profile?] =dev-haskell/text-0.11*:=[profile?]
dev-haskell/transformers:=[profile?] dev-haskell/transformers:=[profile?]
...@@ -50,10 +53,17 @@ RDEPEND="=dev-haskell/blaze-html-0.5*:=[profile?] ...@@ -50,10 +53,17 @@ RDEPEND="=dev-haskell/blaze-html-0.5*:=[profile?]
>=dev-haskell/yesod-core-1.1.2:=[profile?] >=dev-haskell/yesod-core-1.1.2:=[profile?]
<dev-haskell/yesod-core-1.2:=[profile?] <dev-haskell/yesod-core-1.2:=[profile?]
=dev-haskell/yesod-default-1.1*:=[profile?] =dev-haskell/yesod-default-1.1*:=[profile?]
=dev-haskell/yesod-form-1.1*:=[profile?] >=dev-haskell/yesod-form-1.1:=[profile?]
<dev-haskell/yesod-form-1.3:=[profile?]
=dev-haskell/yesod-static-1.1*:=[profile?] =dev-haskell/yesod-static-1.1*:=[profile?]
>=dev-lang/ghc-7.0.1:=" >=dev-lang/ghc-7.0.1:="
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
test? ( =dev-haskell/yesod-test-0.3*
)
>=dev-haskell/cabal-1.8" >=dev-haskell/cabal-1.8"
# test? ( =dev-haskell/yesod-test-0.3*
# )
src_prepare() {
cabal_chdeps \
'shakespeare-js >= 1.0 && < 1.1' 'shakespeare-js >= 1.0 && < 1.2' \
'yesod-form >= 1.1 && < 1.2' 'yesod-form >= 1.1 && < 1.3'
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment