diff options
author | Jade Lovelace <software@lfcode.ca> | 2022-09-18 16:00:38 -0700 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-01-11 00:55:31 -0500 |
commit | faa5713818cddd0b206b5c2b98be4e241959be87 (patch) | |
tree | 9cc721f5ff60f64f74d7bfacb9fc1aca2a4e86ce /compiler/GHC | |
parent | 6e6adbe368f68968ff1733b56deb3386b8c97fde (diff) | |
download | haskell-faa5713818cddd0b206b5c2b98be4e241959be87.tar.gz |
fix missing haddock pipe
Diffstat (limited to 'compiler/GHC')
-rw-r--r-- | compiler/GHC/Types/Hint.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Types/Hint.hs b/compiler/GHC/Types/Hint.hs index 31f8d4422b..0a175347b0 100644 --- a/compiler/GHC/Types/Hint.hs +++ b/compiler/GHC/Types/Hint.hs @@ -401,7 +401,7 @@ data GhcHint Test cases: ccfail004 -} | SuggestImportingDataCon - {- Found a pragma in the body of a module, suggest + {-| Found a pragma in the body of a module, suggest placing it in the header -} | SuggestPlacePragmaInHeader |