https://github.com/ndmitchell/ghcid

Last synced: about 1 month ago

Repository metadata:

Very low feature GHCi based IDE


Owner metadata:


Committers metadata

Last synced: about 2 months ago

Total Commits: 1,108
Total Committers: 62
Avg Commits per committer: 17.871
Development Distribution Score (DDS): 0.177

Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Neil Mitchell n****l@g****m 912
Alexis Sellier a****s@c****o 36
Chris Wendt c****t@g****m 18
Basile Henry b****y@g****m 13
Sandy Maguire s****y@s****e 11
jpmoresmau jp@m****r 10
dependabot[bot] 4****] 8
Luigy Leon l****9@g****m 7
Yair Chuchem y****u@g****m 7
Wander Hillen w****n@g****m 5
Jonas Carpay j****y@g****m 5
Gabriel Gonzalez G****9@g****m 5
Martijn Bastiaan m****n@h****l 4
Vasiliy Yorkin v****n@g****m 4
Stefan Kersten s****n@s****m 3
Domen Kožar d****n@e****m 3
aiya000 a****p@g****m 2
Zachary Churchill z****l@g****m 2
Moisés Ackerman 6****n 2
Chris Allen c****a@b****m 2
Colin Woodbury c****n@f****a 2
Lennart Spitzner h****l@h****e 2
Matthew Bauer m****5@g****m 2
Merijn Verstraaten m****n@i****l 2
Mitchell Rosen m****n@g****m 2
Philip Kamenarsky p****y@g****m 2
Simon Meier i****e@g****m 2
Alexandre Esteves a****s@g****m 1
Alex Tan a****n 1
Ryan Schmukler r****r@g****m 1
and 32 more...

Issue and Pull Request metadata

Last synced: about 1 month ago


Package metadata

hackage: ghcid

Either "GHCi as a daemon" or "GHC + a bit of an IDE". A very simple Haskell development tool which shows you the errors in your project and updates them whenever you save. Run ghcid --topmost --command=ghci, where --topmost makes the window on top of all others (Windows only) and --command is the command to start GHCi on your project (defaults to ghci if you have a .ghci file, or else to cabal repl).

  • Homepage: https://github.com/ndmitchell/ghcid#readme
  • Licenses: BSD-3-Clause
  • Latest release: 0.8.9 (published over 1 year ago)
  • Last Synced: 2024-11-11T02:44:31.519Z (about 1 month ago)
  • Versions: 45
  • Dependent Packages: 2
  • Dependent Repositories: 148
  • Downloads: 39,789 Total
  • Rankings:
    • Stargazers count: 0.622%
    • Downloads: 3.521%
    • Dependent repos count: 3.549%
    • Forks count: 3.984%
    • Average: 4.429%
    • Dependent packages count: 10.472%
  • Maintainers (1)

Dependencies

test/bar/bar.cabal hackage
  • base *
plugins/vscode/package.json npm
  • @types/mocha ^2.2.48 development
  • @types/node ^6.14.9 development
  • mocha ^5.2.0 development
  • typescript ^3.8.3 development
  • vsce ^1.74.0 development
  • vscode ^1.1.26 development
plugins/vscode/yarn.lock npm
  • 147 dependencies
.github/workflows/ci.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • haskell/actions/setup v1 composite
  • ndmitchell/neil master composite
ghcid.cabal hackage
  • Win32 *
  • ansi-terminal *
  • base >=4.7 && <5
  • cmdargs >=0.10
  • containers *
  • directory >=1.2
  • extra >=1.6.20
  • filepath *
  • fsnotify >=0.4
  • process >=1.1
  • terminal-size >=0.3
  • time >=1.5
  • unix *
  • Win32 * test
  • ansi-terminal * test
  • base >=4.7 && <5 test
  • cmdargs * test
  • containers * test
  • directory >=1.2 test
  • extra >=1.6.6 test
  • filepath * test
  • fsnotify >=0.4 test
  • process * test
  • tasty * test
  • tasty-hunit * test
  • terminal-size >=0.3 test
  • time >=1.5 test
  • unix * test
test/project-stack/project-x.cabal hackage
  • base *