Giter Site home page Giter Site logo

bsdshell / ghci-daemon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from f4814/ghci-daemon

0.0 2.0 0.0 25 KB

Wrap a "stack ghci" command and control it by sending commands to a network socket (or using the ghci-client executable).

License: MIT License

Haskell 66.84% Shell 33.16%

ghci-daemon's Introduction

ghci-daemon

This package allows you to wrap a "stack ghci" command and control it by sending commands to a network socket (or using the ghci-client executable).

How to use?

Start the daemon:

ghci-daemon

Send a command:

ghci-client -c ":reload"

(If you installed this package using stack you might want to use stack exec to call the executables.)

Easy Vim integration

ghci-daemon can be integrated into vim without any plugins.

  1. Make sure the daemon is running.
  2. Load vim's ghc compiler plugin.
    :compiler ghc
    
  3. Set makeprg to ghci-client
    :set makepgr=ghci-client \-c:reload
    

Running :make will now reload your program and load the errors into your quickfix list.

Limitations

  • The deamon only supports single threaded operation
  • The client does not handle interrupts (e.g Ctrl-C) correctly (it just closes). If you have to stop the currently executed command, you have to use ghci-client --free after killing the client.

My Changes

Change GHC resolver to lts-13.28 from lts-12.4

  • Add install.sh
  • ./install.sh
 $sym/ghci-daemon
 $sym/ghci-client
  • run ghci-daemon under $sp/AronModule
  • load AronModule inside ghci
  • run ghci-daemon under ghci_stack.sh
 cd $sp/AronModule
 ghci-daemon
 ghci-client -c ':m +AronModule'

ghci-daemon's People

Contributors

f4814 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.