[update igor2.cabal for more recent versions of cabal
Helmut Grohne <grohne@cs.uni-bonn.de>**20131217143148
 Ignore-this: 6b26bf6b7e4d007d64a5958f95bdba95
] hunk ./igor2.cabal 9
-build-depends: utf8-string >=0.3, time >=1.1, template-haskell -any, syb -any, 
-	       pretty -any, parsec >=2.1, mtl >=1.0, hint >=0.3.2, 
-	       haskell-src-exts >=1.3.2, ghc >=6.10, filepath -any, 
-	       fgl >=5.4, haskeline -any, directory >=1.0, containers >=0.2,
-	       bimap >=0.2, base >=4.0, ansi-wl-pprint >=0.5, 
-	       ansi-terminal >=0.5.0, MonadCatchIO-mtl >=0.2, 
-	       pointless-haskell -any
hunk ./igor2.cabal 11
-package-url:
-bug-reports:
hunk ./igor2.cabal 15
-tested-with: GHC ==6.10.1
+tested-with: GHC ==7.4.2
hunk ./igor2.cabal 17
-data-dir: ""
-extra-source-files:
-extra-tmp-files:
hunk ./igor2.cabal 18
-executable: igor2
-main-is: Main.hs
-buildable: True
-build-tools:
-cpp-options:
-cc-options:
-ld-options:
-pkgconfig-depends:
-frameworks:
-c-sources:
-extensions:
-extra-libraries:
-extra-lib-dirs:
-includes:
-install-includes:
-include-dirs:
-hs-source-dirs: src
-other-modules:
-ghc-prof-options:
-ghc-shared-options:
-ghc-options: -O4
-hugs-options:
-nhc98-options:
-jhc-options:
+executable igor2
+  main-is: Main.hs
+  hs-source-dirs: src
+  ghc-options: -O4
+  build-depends: utf8-string >=0.3, time >=1.1, template-haskell -any,
+    syb -any, pretty -any, parsec >=2.1, mtl >=1.0, hint >=0.3.2,
+    haskell-src-exts >=1.3.2, ghc >=6.10, filepath -any, fgl >=5.4,
+    haskeline -any, directory >=1.0, containers >=0.2, bimap >=0.2,
+    base >=4.0, ansi-wl-pprint >=0.5, ansi-terminal >=0.5.0,
+    MonadCatchIO-mtl >=0.2, pointless-haskell -any
+