mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-23 19:38:05 +03:00
Add ‘< 0.6’ constraint to ‘transformers’
This commit is contained in:
parent
e1be100bd6
commit
174c02ce38
@ -60,7 +60,7 @@ library
|
||||
, bytestring
|
||||
, mtl == 2.*
|
||||
, text >= 0.2
|
||||
, transformers >= 0.4
|
||||
, transformers >= 0.4 && < 0.6
|
||||
default-extensions: CPP
|
||||
, DeriveDataTypeable
|
||||
, FlexibleContexts
|
||||
@ -139,7 +139,7 @@ test-suite tests
|
||||
, mtl == 2.*
|
||||
, test-framework >= 0.6 && < 1
|
||||
, test-framework-quickcheck2 >= 0.3 && < 0.4
|
||||
, transformers >= 0.4
|
||||
, transformers >= 0.4 && < 0.6
|
||||
default-extensions: CPP
|
||||
, FlexibleContexts
|
||||
, FlexibleInstances
|
||||
|
Loading…
Reference in New Issue
Block a user