Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell/winghci
Simple Windows GUI for GHCi.
https://github.com/haskell/winghci
Last synced: about 1 month ago
JSON representation
Simple Windows GUI for GHCi.
- Host: GitHub
- URL: https://github.com/haskell/winghci
- Owner: haskell
- License: other
- Created: 2015-03-12T18:08:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-29T12:38:41.000Z (about 9 years ago)
- Last Synced: 2024-04-16T00:49:07.768Z (7 months ago)
- Language: C
- Homepage: https://code.google.com/p/winghci/
- Size: 418 KB
- Stars: 17
- Watchers: 6
- Forks: 10
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# WinGHCi
WinGHCi is a simple Windows GUI for GHCi.
The original author is no longer active with the project, but the code is still maintained. Please submit your pull requests here.
![WinGHCi screenshot](http://winghci.googlecode.com/files/WinGhciScreenshot.png)
## Installation
The way to install WinGHCi is described [on this page](https://github.com/haskell/winghci/wiki/Installation).
## Features
A resume of WinGHCi main features is available [on this page](https://github.com/haskell/winghci/wiki/Features).
## Authorship
WinGhci has been written by [Pepe Gallardo](http://www.lcc.uma.es/~pepeg/).
## Acknowledgements
Much of the code in WinGhci was taken from the WinHugs project. Many thanks to Neil Mitchell for giving us permission to use his code.