Adds Cabal support
Thu Jan 25 15:15:35 WET 2007 Miguel Vilaca <jmvilaca@di.uminho.pt>
* Adds Cabal support
Developers or those installing from sources now can
alternatively do compilation in the standard Haskell way:
runhaskell Setup.hs configure
runhaskell Setup.hs build
and run the excutable:
./dist/build/INblobs/INblobs
{
addfile ./INblobs.cabal
hunk ./INblobs.cabal 1
+Name: INblobs
+Version: 0.1
+License: LGPL
+Author: Arjan van IJzendoorn, Martijn Schrage, Malcolm Wallace, Miguel Vilaca
+Maintainer: jmvilaca@di.uminho.pt
+Synopsis: Editor and interpreter for Interaction Nets
+Description:
+ INblobs is a visual tool developed at Minho for integrated development with
+ Interaction Nets (<http://en.wikipedia.org/wiki/Interaction_nets>).
+ INblobs includes a visual editor that allows users to edit both interaction
+ nets and interaction rules; nets may then be reduced within the tool, or
+ else exported in a text format to be given as input to other tools.
+Homepage: http://haskell.di.uminho.pt/jmvilaca/INblobs/
+Build-Depends: base, haskell98, wx >= 0.9, wxcore >= 0.9, HaXml >= 1.15
+
+
+executable: INblobs
+Main-is: Main.hs
+Hs-Source-Dirs: src lib/DData
+Ghc-Options: -O2
+Extensions: ForeignFunctionInterface, MultiParamTypeClasses
+
}