diff options
| author | Gabor Greif <ggreif@gmail.com> | 2020-01-03 21:22:36 -0500 | 
|---|---|---|
| committer | Ben Gamari <ben@well-typed.com> | 2020-01-03 21:22:36 -0500 | 
| commit | b2e0323f318959c879629ef277f6433b44473c4b (patch) | |
| tree | fde32aab739fa509fb8ec8e478aca10ccdc07491 /compiler/main/Packages.hs | |
| parent | b84c09d533faf576c406ce9f7163efecf3037787 (diff) | |
| download | haskell-b2e0323f318959c879629ef277f6433b44473c4b.tar.gz | |
Simplify mrStr
Diffstat (limited to 'compiler/main/Packages.hs')
| -rw-r--r-- | compiler/main/Packages.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/Packages.hs b/compiler/main/Packages.hs index 9feffe7cb5..c1ab3d62c3 100644 --- a/compiler/main/Packages.hs +++ b/compiler/main/Packages.hs @@ -1444,7 +1444,7 @@ mkPackageState dflags dbs preload0 = do            we build a mapping saying what every in scope module name points to.  -} -  -- This, and the other reverse's that you will see, are due to the face that +  -- This, and the other reverse's that you will see, are due to the fact that    -- packageFlags, pluginPackageFlags, etc. are all specified in *reverse* order    -- than they are on the command line.    let other_flags = reverse (packageFlags dflags)  | 
