Support GHC 7.10 base library

This commit is contained in:
rnhmjoj 2015-04-12 02:14:38 +02:00
parent 7fd72bb1c8
commit 82e02ee301

View File

@ -1,5 +1,5 @@
name: hsilop name: hsilop
version: 0.1.0.0 version: 0.1.1.0
synopsis: RPN calculator synopsis: RPN calculator
description: description:
@ -26,5 +26,5 @@ executable hsilop
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
other-extensions: ViewPatterns other-extensions: ViewPatterns
build-depends: base ==4.7.*, haskeline ==0.7.* build-depends: base ==4.*, haskeline
ghc-options: -O2 ghc-options: -O2