diff options
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Monad.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Monad.hs b/Assistant/Monad.hs index ced98b395..5a0fc1570 100644 --- a/Assistant/Monad.hs +++ b/Assistant/Monad.hs @@ -5,7 +5,7 @@ - Licensed under the GNU GPL version 3 or higher. -} -{-# LANGUAGE PackageImports, GeneralizedNewtypeDeriving, MultiParamTypeClasses #-} +{-# LANGUAGE GeneralizedNewtypeDeriving, MultiParamTypeClasses #-} module Assistant.Monad ( Assistant, |