[Made the helper programs compile with GHC 7. Nils Anders Danielsson **20101108200956 Ignore-this: 31042cd81c8c8153ab00c73252de2708 ] hunk ./lib.cabal 2 -version: 0.0.1 +version: 0.0.2 hunk ./lib.cabal 6 -tested-with: GHC == 6.12.3 +tested-with: GHC == 6.12.3, GHC == 7.0.0.20101028 hunk ./lib.cabal 11 - build-depends: base == 4.2.*, + build-depends: base >= 4.2 && < 4.4, hunk ./lib.cabal 13 - filepath == 1.1.* + filepath >= 1.1 && < 1.3 hunk ./lib.cabal 18 - build-depends: base == 4.2.*, + build-depends: base >= 4.2 && < 4.4,