Support GHC 7.10 base library
This commit is contained in:
parent
7fd72bb1c8
commit
82e02ee301
@ -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
|
Loading…
Reference in New Issue
Block a user