Skip to content

Commit

Permalink
Merge.hs: add type declaration to local binding
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
  • Loading branch information
Sergei Trofimovich committed Dec 29, 2013
1 parent f37822c commit e290f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Merge.hs
Expand Up @@ -240,6 +240,7 @@ mergeGenericPackageDescription verbosity overlayPath cat pkgGenericDesc fetch =
_ -> k (go m)
in k n
where
go :: [FlagDepH] -> [FlagDepH]
go [] = []
go [y] = [y]
go (y1:y2:ys) = y1 `merge1` y2 : go ys
Expand Down

0 comments on commit e290f7e

Please sign in to comment.