repo.or.cz
/
cabal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cabal init -i: add the GHC2021 language option (fix #8265)
[cabal.git]
/
changelog.d
/
pp-orders
blob
62bcd0445132ad9def1b20ea628a466a96a99d55
1
synopsis: Allow preprocessors to register a reordering
2
packages: Cabal
3
issues: #55 #1906
4
significance: significant
5
6
description: {
7
8
- Changes the PreProcessor type to include a field ppOrdering so that modules are presented to the preprocessor in the right order (w.r.t. dependencies)
9
10
}