hscurses-fish-ex: hscurses swimming fish example

[ console, development, education, help, program, user-interfaces ] [ Propose Tags ]

Simple curses aquarium written to learn about the hscurses library.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.3.0, 1.3.1, 1.3.2
Dependencies base (>=3 && <5), hscurses, random, safe, unix [details]
License ISC
Copyright 2010-2018 Dino Morelli
Author Dino Morelli
Maintainer Dino Morelli <dino@ui3.info>
Category Console, Development, Education, Help, User Interfaces
Home page http://hub.darcs.net/dino/hscurses-fish-ex
Source repo head: git clone https://github.com/dino-/hscurses-fish-ex.git
Uploaded by DinoMorelli at 2018-01-08T02:08:59Z
Distributions NixOS:1.3.2
Reverse Dependencies 1 direct, 0 indirect [details]
Executables hscurses-fish-ex
Downloads 2804 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2018-01-08 [all 3 reports]

Readme for hscurses-fish-ex-1.3.2

[back to package description]

hscurses-fish-ex

Synopsis

hscurses swimming fish example (Haskell)

Description

Simple curses aquarium written to learn about the hscurses library.

Getting source

  • Download the cabalized source package from Hackage
  • Get the source with darcs: $ git clone https://github.com/dino-/hscurses-fish-ex.git
  • If you're just looking, browse the source

And once you have it, building the usual way:

$ stack init
$ stack build
$ stack exec hscurses-fish-ex

Contact

Dino Morelli <dino@ui3.info>