rikvdkleij / intellij-haskell

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

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

Closed jiamo closed 2 years ago

jiamo commented 2 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.