mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-01 09:00:28 +01:00
Fix some haddocks
This commit is contained in:
parent
85597597bb
commit
09c02158c3
@ -117,7 +117,7 @@ data SelectSettings = SelectSettings
|
|||||||
-- ^ Packages which should be dropped from the list of stable packages,
|
-- ^ Packages which should be dropped from the list of stable packages,
|
||||||
-- even if present via the Haskell Platform or @stablePackages@. If these
|
-- even if present via the Haskell Platform or @stablePackages@. If these
|
||||||
-- packages are dependencies of others, they will still be included.
|
-- packages are dependencies of others, they will still be included.
|
||||||
, stablePackages :: Bool -- ^ require Haskell Platform?
|
, stablePackages :: Bool -- require Haskell Platform?
|
||||||
-> Map PackageName (VersionRange, Maintainer)
|
-> Map PackageName (VersionRange, Maintainer)
|
||||||
, useGlobalDatabase :: Bool
|
, useGlobalDatabase :: Bool
|
||||||
-- ^ Instead of checking the Haskell Platform file for core packages, query
|
-- ^ Instead of checking the Haskell Platform file for core packages, query
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user