Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
Packages
Cabal
Commits
bd25285f
Commit
bd25285f
authored
Sep 04, 2013
by
Mikhail Glushenkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a FIXME.
parent
d6545bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
Cabal/Distribution/Simple/PackageIndex.hs
Cabal/Distribution/Simple/PackageIndex.hs
+2
-0
No files found.
Cabal/Distribution/Simple/PackageIndex.hs
View file @
bd25285f
...
...
@@ -106,6 +106,8 @@ data PackageIndex = PackageIndex
-- of the same package version. These are unique by InstalledPackageId
-- and are kept in preference order.
--
-- FIXME: Clarify what "preference order" means. Check that this invariant is
-- preserved. See #1463 for discussion.
!
(
Map
PackageName
(
Map
Version
[
InstalledPackageInfo
]))
deriving
(
Show
,
Read
)
...
...
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