halive icon indicating copy to clipboard operation
halive copied to clipboard

Live recompiler for Haskell

Results 14 halive issues
Sort by recently updated
recently updated
newest added

With a new stack project, this code works fine with halive. Lib.hs ```haskell {-# LANGUAGE TupleSections #-} module Lib ( someFunc ) where someFunc :: IO () someFunc = print...

It seems like the test suite subhalive never returns. Is it meant to be an executable?

For some reason, halive tries to open a GHC that doesn't exist. It's probably saving an incorrect path: ``` $ halive My/File.hs ██╗ ██╗ █████╗ ██╗ ██╗██╗ ██╗███████╗ ██║ ██║██╔══██╗██║...

This commit broke the demo: https://github.com/haskell-game/sdl2/commit/eb40908f24a136dc6f35dbc27c7faed24efbd477#diff-5e4783ffbf4a7445e2672960c2948177 The error is now: ``` demo/Window.hs:22:11: error: Not in scope: ‘windowOpenGL’ | 22 | { windowOpenGL = Just $ defaultOpenGL | ```

Great thinking to add the demo for halive. It's a little hard to see though and I don't think you're getting the full benefit with it being hard to see.

I have an issue: 1. I successfully build halive and it locate here /Users/jim/clone/halive/.stack-work/install/x86_64-osx/lts-8.2/8.0.2/bin/halive 2. But when I build other haskell project with stack exec -- ghc --version The Glorious...

Use-case: I have a project structured like so: ``` myproject \_ app \_ Main.hs \_ src \_ Lib.hs \_ test \_ test.hs ``` So if I do `halive app/Main.hs`, it...

Fresh project, using stack. Tiny scotty app. I install halive and run it `stack install halive` and `halive src/Main.hs` and I get the following: `halive: error while loading shared libraries:...

``` [nix-shell:~/src/lambdacube-quake3]$ cabal clean; cabal build; halive mapviewer/MapViewer.hs . ./dist/build/autogen/ cleaning... Package has never been configured. Configuring with default flags. If this fails, please run configure manually. Warning: The package...

Could guard the import of `Halive.Utils` inside a `#ifdef HALIVE` so that I don't have to conditionally add halive to my cabal file.