diff options
Diffstat (limited to 'dev-haskell/hdbc-postgresql')
| -rw-r--r-- | dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild index d04a9048548b..ad99cae6ccbd 100644 --- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild +++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.5.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 # ebuild generated by hackport 0.6.7.9999 -#hackport: flags: +splitbase -buildtests +#hackport: flags: +splitbase,-buildtests,+minTime15 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -39,10 +39,12 @@ S="${WORKDIR}/${MY_P}" CABAL_CHDEPS=( 'Cabal >= 1.8 && < 3.3' 'Cabal >= 1.8' + 'time >= 1.5 && < 1.10' 'time >= 1.5' ) src_configure() { haskell-cabal_src_configure \ --flag=-buildtests \ - --flag=splitbase + --flag=splitbase \ + --flag=minTime15 } |
