Skip to content

Commit

Permalink
Distribution/Client/IndexUtils.hs: fixed warning on -Wall (unused res…
Browse files Browse the repository at this point in the history
…ult)
  • Loading branch information
Sergei Trofimovich committed Dec 20, 2009
1 parent aa29440 commit 38cfd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Distribution/Client/IndexUtils.hs
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ getAvailablePackages verbosity repos = do
let (pkgs, prefs) = mconcat pkgss
prefs' = Map.fromListWith intersectVersionRanges
[ (name, range) | Dependency name range <- prefs ]
evaluate pkgs
evaluate prefs'
_ <- evaluate pkgs
_ <- evaluate prefs'
return AvailablePackageDb {
packageIndex = pkgs,
packagePreferences = prefs'
Expand Down

0 comments on commit 38cfd3b

Please sign in to comment.