Skip to content

Commit

Permalink
Haddock comment for the available dependencies argument to finalizePa…
Browse files Browse the repository at this point in the history
…ckageDescription.
  • Loading branch information
bringert committed Oct 4, 2007
1 parent 5eff542 commit 72b5866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Distribution/PackageDescription.hs
Expand Up @@ -244,7 +244,8 @@ instance Monoid PDTagged where

finalizePackageDescription
:: [(String,Bool)] -- ^ Explicitly specified flag assignments
-> Maybe [PackageIdentifier] -- ^ Available dependencies
-> Maybe [PackageIdentifier] -- ^ Available dependencies. Pass 'Nothing' if this
-- is unknown.
-> String -- ^ OS-name
-> String -- ^ Arch-name
-> (String, Version) -- ^ Compiler + Version
Expand Down

0 comments on commit 72b5866

Please sign in to comment.