packages feed

hscurses-fish-ex-1.3.1: hscurses-fish-ex.cabal

name:                hscurses-fish-ex
version:             1.3.1
cabal-version:       >= 1.2
build-type:          Simple
license:             BSD3
license-file:        LICENSE
copyright:           2010 Dino Morelli
author:              Dino Morelli
maintainer:          Dino Morelli <dino@ui3.info>
stability:           stable
homepage:            http://ui3.info/darcs/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>=6.12.1

executable           hscurses-fish-ex
   main-is:          hscurses-fish-ex.hs
   build-depends:    base >= 3 && < 5, hscurses, random, safe, unix
   ghc-options:      -Wall