Skip to content

Commit

Permalink
megaparsec<5 -- because megaparsec-5 is backwards incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed May 15, 2016
1 parent 023f55a commit 300a284
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conjure-cp.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,9 @@ Library
, filepath
, hashable
, integer-gmp
-- sepEndBy bugfixes
, megaparsec >= 4.1.1
-- >= 4.1.1 because of sepEndBy bugfixes
-- < 5 because megaparsec-5 is backwards incompatible
, megaparsec >= 4.1.1 && < 5
, mtl
, parallel-io
, pipes
Expand Down

0 comments on commit 300a284

Please sign in to comment.