name: hscurses-fish-ex
version: 1.3.2
cabal-version: >= 1.6
build-type: Simple
license: ISC
license-file: LICENSE
copyright: 2010-2018 Dino Morelli
author: Dino Morelli
maintainer: Dino Morelli <dino@ui3.info>
stability: stable
homepage: http://hub.darcs.net/dino/hscurses-fish-ex
synopsis: hscurses swimming fish example
description: Simple curses aquarium written to learn about
the hscurses library.
category: Console, Development, Education, Help,
User Interfaces
tested-with: GHC>=8.0.2
extra-source-files: .gitignore
README.md
source-repository head
type: git
location: https://github.com/dino-/hscurses-fish-ex.git
executable hscurses-fish-ex
main-is: hscurses-fish-ex.hs
build-depends: base >= 3 && < 5, hscurses, random, safe, unix
ghc-options: -Wall