Skip to content

Commit

Permalink
Add Strict and StrictData extensions
Browse files Browse the repository at this point in the history
Fixes #407
  • Loading branch information
mpickering committed Aug 10, 2018
1 parent 0f03d9a commit 756e7f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Language/Haskell/Exts/Extension.hs
Expand Up @@ -548,6 +548,10 @@ data KnownExtension =

| TypeInType

| Strict

| StrictData

deriving (Show, Read, Eq, Ord, Enum, Bounded, Data, Typeable)

-- | Certain extensions imply other extensions, and this function
Expand Down

0 comments on commit 756e7f3

Please sign in to comment.