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: 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