Skip to content

Commit

Permalink
Remove Haskell98 dependency, fixes build break on GHC 7.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanHowell committed Oct 14, 2011
1 parent 26af608 commit a9461b4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions maccatcher.cabal
Expand Up @@ -22,11 +22,7 @@ source-repository head
flag split-base

library
if flag(split-base)
build-depends: base >= 4 && < 5
else
build-depends: base < 4
build-depends: haskell98
build-depends: base
, binary
, process
, parsec
Expand Down

0 comments on commit a9461b4

Please sign in to comment.