[GHC] #8245: ghc-pkg list --simple-output prints packages in non-alphabetical order
GHC
ghc-devs at haskell.org
Mon Dec 7 13:07:26 UTC 2015
#8245: ghc-pkg list --simple-output prints packages in non-alphabetical order
-------------------------------------+---------------------------------
Reporter: nh2 | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 7.8.1
Component: Compiler | Version: 7.6.3
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: |
-------------------------------------+---------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"151c4b0b6caff2e1af764699c54302933c628861/ghc" 151c4b0/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="151c4b0b6caff2e1af764699c54302933c628861"
ghc-pkg: don't sort packages unnecessarily
The packages in the package database are already sorted alphabetically
by this point (see db_stack_sorted).
This is a better fix for #8245, commit 021b1f8.
Test Plan: look at output of './inplace/bin/ghc-pkg list
[--simple-output]'
Reviewers: austin, bgamari, psibi
Reviewed By: psibi
Differential Revision: https://phabricator.haskell.org/D1579
GHC Trac Issues: #8245
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8245#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list