diff options
Diffstat (limited to 'hadrian/src/Settings/Flavours/Common.hs')
-rw-r--r-- | hadrian/src/Settings/Flavours/Common.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/src/Settings/Flavours/Common.hs b/hadrian/src/Settings/Flavours/Common.hs index a1eb2fbba9..054633ffe2 100644 --- a/hadrian/src/Settings/Flavours/Common.hs +++ b/hadrian/src/Settings/Flavours/Common.hs @@ -2,7 +2,7 @@ module Settings.Flavours.Common where import Expression --- See https://ghc.haskell.org/trac/ghc/ticket/15286 and +-- See https://gitlab.haskell.org/ghc/ghc/issues/15286 and -- https://phabricator.haskell.org/D4880 naturalInBaseFixArgs :: Args naturalInBaseFixArgs = mconcat |