git-annex.cabal: persistent ==2.2.4.1
Simplify Solver's task by requesting version 2.2.4.1 of the persistent
package instead of just providing the persistent < 2.5 constraint.
With only the persistent < 2.5 constraint, and with --flags=s3\ webapp
and --max-backjumps=10000, CI timed out after two hours with Solver
still trying to find a solution.
This is a follow-up to 18e458db
, since there's been a regression in the
situation between 6.20160619 and 6.20160808, probably simply because
Hackage is a moving target.
This commit is contained in:
parent
73bf74ce98
commit
3fac05bf5e
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ Executable git-annex
|
|||
bloomfilter, edit-distance,
|
||||
resourcet, http-conduit (<2.2.0), http-client, http-types,
|
||||
time, old-locale,
|
||||
esqueleto, persistent-sqlite, persistent (<2.5), persistent-template,
|
||||
esqueleto, persistent-sqlite, persistent (==2.2.4.1), persistent-template,
|
||||
aeson,
|
||||
unordered-containers,
|
||||
feed,
|
||||
|
|
Loading…
Reference in a new issue