Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
8dac63fc
Commit
8dac63fc
authored
Sep 14, 2008
by
chevalier@alum.wellesley.edu
Browse files
Documentation only: more typos/punctuation
parent
35509709
Changes
1
Hide whitespace changes
Inline
Side-by-side
Distribution/InstalledPackageInfo.hs
View file @
8dac63fc
...
...
@@ -8,15 +8,15 @@
--
-- This is the information about an /installed/ package that
-- is communicated to the @ghc-pkg@ program in order to register
-- a package. @ghc-pkg@ now consumes this package format (as of version
-- 6.4). This is specific to GHC at the moment.
--
-- The @.cabal@ file format is for describing a package that is not yet
-- The @.cabal@ file format is for describing a package that is not yet
-- installed. It has a lot of flexibility like conditionals and dependency
-- ranges. As such that format is not at all suitable for describing a package
-- installed. It has a lot of flexibility
,
like conditionals and dependency
-- ranges. As such
,
that format is not at all suitable for describing a package
-- that has already been built and installed. By the time we get to that stage
,
-- we have resolved all conditionals and resolved dependency version
-- we have resolved all conditionals and resolved dependency version
-- constraints to exact versions of dependent packages. So
,
this module defines
-- the 'InstalledPackageInfo' data structure that contains all the info we keep
-- about an installed package. There is a parser and pretty printer. The
-- textual format is rather simpler than the @.cabal@ format: there are no
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment