packages feed

simgi-0.3: simgi.cabal

Name:          simgi
Version:       0.3
License:       GPL
license-file:  COPYING
copyright:     (C) 2009-2010 Markus Dittrich, NRBSC & CMU
category:      Scientific Simulation
Synopsis:      stochastic simulation engine
Description:   simgi is a stochastic simulation engine to model
               molecular systems using Gillespie's method.
Author:        <haskelladdict@users.sourceforge.net>
Maintainer:    <haskelladdict@users.sourceforge.net>
stability:     beta 
build-type:    Simple
Homepage:      http://simgi.sourceforge.net/
cabal-version: >= 1.6
extra-source-files: README

Executable simgi
  Build-Depends:  base >= 2 && < 5, containers >= 0.1.0.0,
                  parsec == 2.1.*, mtl >= 1.1.0.2, haskell98,
                  random >= 1.0.0.1, mersenne-random-pure64 >= 0.2
  ghc-options:    -O2
  Main-Is:        simgi.hs
  hs-source-dirs: src