Skip to content

rndaorg/haskell-interpretor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

```

# Start container
docker-compose up -d

# Enter container
docker-compose exec haskell-dev bash

# Inside container: Start ghcid with corrected command
ghcid --command="cabal repl" --restart="myproject-exe"

# Edit files locally in your editor
# ghcid will detect changes and restart the executable

```

```

# Inside container: Start ghcid
ghcid --command="cabal repl" --restart

# To run the program (in another terminal):
docker-compose exec haskell-dev cabal run

# To stop:
docker-compose down
```

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published