Skip to content

Commit

Permalink
Add MultilineStrings extension
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonchinn178 authored Aug 3, 2024
1 parent e931ca1 commit 391b65d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cabal-syntax/src/Language/Haskell/Extension.hs
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ 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
MultilineStrings
deriving (Generic, Show, Read, Eq, Ord, Enum, Bounded, Typeable, Data)

instance Binary KnownExtension
Expand Down

0 comments on commit 391b65d

Please sign in to comment.