Felix Springer
Felix Springer
@zwilias Well, it's a pragmatic fix to the issue at hand. Are you running `elm-review` from within nix? Can you confirm, that aside from the `elm-json` download it is working...
I'm experiencing the same. Actually the same warning is also printed with `cabal repl`. So maybe this problem should be addressed there (in GHCi or cabal, idk)? `cabal build` works...
I just noticed, that the same thing happens for `-Wmissing-local-signatures`: ``` :1:1: warning: [-Wmissing-local-signatures] Polymorphic local binding with no type signature: _compileParsedExpr :: forall a. ghc-prim-0.6.1:GHC.Types.IO a -> ghc-prim-0.6.1:GHC.Types.IO a...
Also, this might be of interest: `-Wmissing-local-signatures` is also thrown by `cabal repl`: ``` :1:1: warning: [-Wmissing-local-signatures] Polymorphic local binding with no type signature: _compileParsedExpr :: forall a. ghc-prim-0.6.1:GHC.Types.IO a...