From f2b4e89f6a78ee0ee933612955b8d36c985c9e70 Mon Sep 17 00:00:00 2001 From: defanor Date: Tue, 26 Dec 2017 06:07:57 +0300 Subject: Use Haskeline The code is slightly cleaner with it, and it would be useful for completion. --- pancake.cabal | 1 + 1 file changed, 1 insertion(+) (limited to 'pancake.cabal') diff --git a/pancake.cabal b/pancake.cabal index c6ad6fb..425bb50 100644 --- a/pancake.cabal +++ b/pancake.cabal @@ -63,6 +63,7 @@ executable pancake , text >= 1.2.2.2 && < 2 , unix >= 2.7.2.0 && < 3 , yaml >= 0.8.23.3 && < 1 + , haskeline >= 0.7 && < 1 -- hs-source-dirs: default-language: Haskell2010 ghc-options: -Wall -- cgit v1.2.3