[modified package dependencies in igor2.cabal
martin.hofmann@uni-bamberg.de**20090526115102] hunk ./igor2.cabal 22
-       Build-Depends:     bytestring>=0.9, 
-                          utf8-string>=0.3, 
-                          mtl>=1.0, 
-                          haskell-src>=1.0, 
-                          haskell-src-exts>=0.4, 
-                          array>=0.2, 
+       Build-Depends:     
+                          
+                          ghc>=6.10, 
+                          haskell98,
+                          base>=4.0,  
+                          unix>=2.3, 
+                          array,  
+                          pretty,
+                          editline, 
hunk ./igor2.cabal 32
-                          filepath>=1.1, 
+                          filepath, 
+                          ghc-paths,
hunk ./igor2.cabal 35
-                          old-time>=1.0, 
-                          unix>=2.3, 
-                          directory>=1.0, 
-                          pretty>=1.0, 
-                          process>=1.0, 
-                          editline>=0.2, 
+                          old-time>=1.0,
hunk ./igor2.cabal 37
-                          haskell98, 
-                          hpc>=0.5, 
-                          packedstring>=0.1, 
-                          template-haskell, 
-                          ghc>=6.10, 
-                          ghc-mtl>=1.0, 
-                          base>=3.0, 
+                          directory>=1.0,   
+                          MonadCatchIO-mtl,
+                          utf8-string>=0.3, 
+                          mtl>=1.0,  
+                          cpphs>=1.3,                           
+                          haskell-src>=1.0, 
+                          haskell-src-exts>=0.4,                          
+                          hint>=0.3, 
+                          bytestring>=0.9, 
+                          packedstring, 
+                          template-haskell,
+                          process, 
+                          hpc, 
hunk ./igor2.cabal 52
-                          ghc-paths>=0.1, 
-                          hint>=0.3, 
-                          cpphs>=1.6, 