Fix the haskeline package upper bound

This commit is contained in:
Rob Dockins 2020-04-23 17:37:53 -07:00
parent f29f0158ff
commit 1e1f7af812

View File

@ -203,7 +203,7 @@ executable cryptol
, cryptol
, directory
, filepath
, haskeline >= 0.7 && <= 0.8
, haskeline >= 0.7 && < 0.8
, monad-control
, text
, transformers