sifflet-lib: Library of modules shared by sifflet and its tests and its exporters.

[ bsd3, deprecated, language, library, visual-programming ] [ Propose Tags ]
Deprecated in favor of sifflet
Versions [RSS] 1.0, 1.1, 1.2, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.5.1, 2.0.0.0, 2.1.0, 2.2.0, 2.2.1
Dependencies base (>=4.0 && <4.4), cairo (>=0.11 && <0.13), containers (>=0.2 && <0.5), directory (>=1.0 && <1.2), fgl (>=5.4 && <5.5), filepath (>=1.1 && <1.3), glib (>=0.11 && <0.13), gtk (>=0.11 && <0.13), haskell98 (>=1.0.1 && <1.2), hxt (>=9.0 && <10.0), mtl (>=1.1 && <2.1), parsec (>=2.1.0.1 && <3.2), process (>=1.0 && <1.1), unix (>=2.3 && <2.5) [details]
License BSD-3-Clause
Copyright (C) 2009-2011 Gregory D. Weber
Author Gregory D. Weber
Maintainer "gdweber" ++ drop 3 "abc@" ++ "iue.edu"
Category Language , Visual Programming
Home page http://mypage.iu.edu/~gdweber/software/sifflet/
Bug tracker mailto:"gdweber" ++ drop 3 "abc@" ++ "iue.edu"
Uploaded by GregoryWeber at 2011-03-19T02:17:49Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 8898 total (35 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for sifflet-lib-1.2.4

[back to package description]
Sifflet -- README -- Sifflet

Rights
------

Copyright (C) 2010 Gregory D. Weber

BSD3 license -- see the file "LICENSE" for details

Installation
------------

1.  Configure, either for system-wide installation:

    $ runghc Setup configure

    or for installation in a user directory:
  
    $ runghc Setup configure --user --prefix=~/where/to/install/

2.  Build and install:

    $ runghc Setup build
    $ runghc Setup install

Documentation
-------------

Please see the Sifflet home page for documentation:

  http://mypage.iu.edu/~gdweber/software/sifflet/

and especially the tutorial:

  http://mypage.iu.edu/~gdweber/software/sifflet/doc/tutorial.html