From a72a7a70e1ae3a81427394113e0e9faaf4a49116 Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sat, 19 Sep 2015 05:56:08 +0200 Subject: [PATCH] Update dependencies --- hsilop.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hsilop.cabal b/hsilop.cabal index 93bbb57..3d17711 100644 --- a/hsilop.cabal +++ b/hsilop.cabal @@ -26,5 +26,6 @@ executable hsilop hs-source-dirs: src default-language: Haskell2010 other-extensions: ViewPatterns - build-depends: base ==4.*, haskeline + build-depends: base ==4.*, haskeline, + directory, filepath, xdg-basedir ghc-options: -O2 \ No newline at end of file