packages feed

mathlink-0.1.0.1: examples/mltest.cabal

Name:             mltest
Version:          0.1.0
Cabal-Version:    >= 1.2
Build-Type:       Simple
License:          BSD3
Copyright:        Copyright (c) Tracy Wadleigh 2008
Author:           Tracy Wadleigh
Maintainer:       <tracy.wadleigh@gmail.com>
Bug-Reports:      mailto:tracy.wadleigh@gmail.com?subject=mltest
Stability:        experimental
Synopsis:         An example of using the MathLink Haskell library

Executable mltest
  Build-Depends:  base >= 4.0 && < 4.1,
                  mathlink >= 0.1 && < 0.2,
                  array >= 0.2 && < 0.3,
                  mtl >= 1.1.0.2 && < 1.2
  Hs-Source-Dirs: src
  Main-Is:        Main.hs