From 918040f6828b5a24bdadcb3e490fbe5fd633c9a6 Mon Sep 17 00:00:00 2001 From: Rob Dockins Date: Mon, 6 Jan 2020 11:34:47 -0800 Subject: [PATCH] Add cabal bounds to the `haskeline` package. Apparently version 0.8 contains some breaking changes. --- cryptol.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptol.cabal b/cryptol.cabal index 96c4572d..7ec41346 100644 --- a/cryptol.cabal +++ b/cryptol.cabal @@ -200,7 +200,7 @@ executable cryptol , cryptol , directory , filepath - , haskeline + , haskeline >= 0.7 && <= 0.8 , monad-control , text , transformers