diff options
author | Javran Cheng <Javran.c@gmail.com> | 2015-04-06 13:36:21 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-04-06 13:37:20 +0200 |
commit | 72092904e0ac1725c05c0447e1efe7ab541faa95 (patch) | |
tree | f085c3544df42033df86acd862b21762cadff650 /libraries/base | |
parent | 22eecaff9db1feb7eef9ee8ed11fcef4df01b08e (diff) | |
download | haskell-72092904e0ac1725c05c0447e1efe7ab541faa95.tar.gz |
fix typo
[skip ci]
Differential Revision: https://phabricator.haskell.org/D812
Diffstat (limited to 'libraries/base')
-rw-r--r-- | libraries/base/GHC/Base.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Base.hs b/libraries/base/GHC/Base.hs index d9192d7a99..79942d827d 100644 --- a/libraries/base/GHC/Base.hs +++ b/libraries/base/GHC/Base.hs @@ -134,7 +134,7 @@ The Integer type is special because TidyPgm uses GHC.Integer.Type.mkInteger to construct Integer literal values Currently it reads the interface file whether or not the current module *has* any Integer literals, so it's important that -GHC.Integer.Type (in patckage integer-gmp or integer-simple) is +GHC.Integer.Type (in package integer-gmp or integer-simple) is compiled before any other module. (There's a hack in GHC to disable this for packages ghc-prim, integer-gmp, integer-simple, which aren't allowed to contain any Integer literals.) |