enable TypeOperators
This commit is contained in:
parent
aa5e333cb7
commit
4ef16f53ed
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@
|
||||||
-}
|
-}
|
||||||
|
|
||||||
{-# LANGUAGE CPP, QuasiQuotes, TemplateHaskell, OverloadedStrings #-}
|
{-# LANGUAGE CPP, QuasiQuotes, TemplateHaskell, OverloadedStrings #-}
|
||||||
{-# LANGUAGE RankNTypes, KindSignatures, TypeFamilies, FlexibleContexts #-}
|
{-# LANGUAGE RankNTypes, KindSignatures, TypeFamilies, TypeOperators #-}
|
||||||
|
{-# LANGUAGE FlexibleContexts #-}
|
||||||
|
|
||||||
module Assistant.WebApp.Configurators.Local where
|
module Assistant.WebApp.Configurators.Local where
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue