Skip to content

Commit

Permalink
Cabal does not like bare 'base' dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
solidsnack committed Oct 14, 2011
1 parent 1c0182a commit 128ba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maccatcher.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source-repository head
flag split-base

library
build-depends: base
build-depends: base >= 3 && < 5
, binary
, process
, parsec
Expand Down

0 comments on commit 128ba2a

Please sign in to comment.