From 82e02ee3015204c8dddb0ef27f30110143b2b9da Mon Sep 17 00:00:00 2001 From: rnhmjoj Date: Sun, 12 Apr 2015 02:14:38 +0200 Subject: [PATCH] Support GHC 7.10 base library --- hsilop.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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