From 88aa25fb8db89165fefac5b483eb6aac1df6d7bf Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 19 Sep 2015 05:57:16 +0200 Subject: [PATCH] Update extensions --- hsilop.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsilop.cabal b/hsilop.cabal index f06d4b2..8813851 100644 --- a/hsilop.cabal +++ b/hsilop.cabal @@ -25,7 +25,7 @@ executable hsilop main-is: Main.hs hs-source-dirs: src default-language: Haskell2010 - other-extensions: ViewPatterns + other-extensions: ViewPatterns, LambdaCase build-depends: base ==4.*, haskeline, directory, filepath, xdg-basedir ghc-options: -O2 \ No newline at end of file