Skip to content

Commit

Permalink
Use of catchIOError requires base>=4.5
Browse files Browse the repository at this point in the history
Which means GHC >= 7.4.1.
  • Loading branch information
kolmodin committed Sep 25, 2012
1 parent 16db1dd commit 407d1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hinotify.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ flag split-base
library
build-depends: unix
if flag(split-base)
build-depends: base >= 3 && < 5, containers, directory
build-depends: base >= 4.5.0.0 && < 5, containers, directory
else
build-depends: base < 3
extensions: ForeignFunctionInterface
Expand Down

0 comments on commit 407d1d6

Please sign in to comment.