rikvdkleij / intellij-haskell

IntelliJ plugin for Haskell
https://rikvdkleij.github.io/intellij-haskell/
Apache License 2.0
1.32k stars 94 forks source link

GHCi load module in GHCI don't set -X language? #664

Closed jiamo closed 3 years ago

jiamo commented 3 years ago

If we have

{-# MagicHash #-}

After use load module in GHCI It seem we don't have :set -XMagicHash which we must do it by handle.