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