Skip to content

Commit

Permalink
Add missing full stop
Browse files Browse the repository at this point in the history
  • Loading branch information
ffaf1 committed Sep 12, 2024
1 parent 0f53048 commit 4658aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal-syntax/src/Language/Haskell/Extension.hs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ data KnownExtension
| -- | Allow the use of built-in syntax for list, tuple and sum type constructors
-- rather than being exclusive to data constructors.
ListTuplePuns
| -- | Support multiline strings
| -- | Support multiline strings.
MultilineStrings
| -- | Generalises `default` for classes other than `Num`.
NamedDefaults

Check failure on line 557 in Cabal-syntax/src/Language/Haskell/Extension.hs

View workflow job for this annotation

GitHub Actions / Doctest Cabal

Multiple declarations of ‘NamedDefaults’
Expand Down

0 comments on commit 4658aa4

Please sign in to comment.