diff --git a/hsilop.cabal b/hsilop.cabal index a71e3f4..fc86cf2 100644 --- a/hsilop.cabal +++ b/hsilop.cabal @@ -1,5 +1,5 @@ name: hsilop -version: 0.1.0.0 +version: 0.1.1.0 synopsis: RPN calculator description: @@ -26,5 +26,5 @@ executable hsilop hs-source-dirs: src default-language: Haskell2010 other-extensions: ViewPatterns - build-depends: base ==4.7.*, haskeline ==0.7.* + build-depends: base ==4.*, haskeline ghc-options: -O2 \ No newline at end of file