Skip to content

Commit

Permalink
dev-haskell/happstack-hstringtemplate: allow hstringtemplate-0.8
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <siarheit@google.com>
  • Loading branch information
trofi committed Apr 20, 2015
1 parent 4764ab2 commit 91f7ca8
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -20,7 +20,7 @@ IUSE=""

RDEPEND=">=dev-haskell/happstack-server-6.0:=[profile?]
dev-haskell/hslogger:=[profile?]
>=dev-haskell/hstringtemplate-0.4.3:=[profile?] <dev-haskell/hstringtemplate-0.8:=[profile?]
>=dev-haskell/hstringtemplate-0.4.3:=[profile?]
>=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
Expand All @@ -30,5 +30,6 @@ DEPEND="${RDEPEND}

src_prepare() {
cabal_chdeps \
'happstack-server >= 6.0 && < 7.4' 'happstack-server >= 6.0'
'happstack-server >= 6.0 && < 7.4' 'happstack-server >= 6.0' \
'HStringTemplate >= 0.4.3 && < 0.8' 'HStringTemplate >= 0.4.3'
}

0 comments on commit 91f7ca8

Please sign in to comment.