Remove unnecessary language extensions
Attempting to abide by the Principle of Least Power. Also: the smaller the headers in each module are, the happier I am.
This commit is contained in:
parent
df13b761ff
commit
974c63a679
3 changed files with 0 additions and 12 deletions
|
|
@ -1,5 +1,3 @@
|
|||
{-# LANGUAGE EmptyDataDecls #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
{-# LANGUAGE GADTs #-}
|
||||
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
|
||||
{-# LANGUAGE MultiParamTypeClasses #-}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue