Upgrade for new versions
Wed Mar 19 15:26:05 WET 2008 Miguel Vilaca <jmvilaca@di.uminho.pt>
* Upgrade for new versions
{
hunk ./INblobs.cabal 4
+License-file: LICENCE-LGPL
hunk ./INblobs.cabal 15
-Build-Depends: base, haskell98, wx >= 0.9, wxcore >= 0.9, HaXml >= 1.19
hunk ./INblobs.cabal 16
+Cabal-Version: >=1.2
hunk ./INblobs.cabal 18
-executable: INblobs
-Main-is: Main.hs
-Hs-Source-Dirs: src lib/DData lib/animLC
-Ghc-Options: -O2
-Extensions: ForeignFunctionInterface, MultiParamTypeClasses
+flag splitBase
+
+Executable INblobs
+ Main-is: Main.hs
+ Build-Depends: haskell98, wx >= 0.9, wxcore >= 0.9, HaXml >= 1.19, polyparse
+ if flag(splitBase)
+ Build-Depends: base >= 3, process, containers, directory, pretty
+ else
+ Build-Depends: base < 3
+
+ Hs-Source-Dirs: src lib/DData
+ Ghc-Options: -O2
+ Extensions: ForeignFunctionInterface, MultiParamTypeClasses, FunctionalDependencies, FlexibleInstances, ParallelListComp
hunk ./src/DocumentFile.hs 75
- aux :: (ShapeName,(Shape,Ports,Maybe a)) -> Content ()
+ -- aux :: (ShapeName,(Shape,Ports,Maybe a)) -> Content ()
hunk ./src/INChecks.hs 85
- ++ "\t , styleFill = RGB 255 255 255 }\n"
+ ++ "\t , styleFill = RGB 255 255 255 }\n"
}