enable TypeOperators
The use of ‘~’ without TypeOperators will become an error in a future GHC release. says new ghc
This commit is contained in:
parent
eb8e30a2f1
commit
11db986781
2 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
-}
|
||||
|
||||
{-# LANGUAGE TypeFamilies #-}
|
||||
{-# LANGUAGE TypeOperators #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE BangPatterns #-}
|
||||
{-# LANGUAGE RankNTypes #-}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue