Fakultas Ilmu Komputer UI

Skip to content
Snippets Groups Projects
Commit 9dc03e17 authored by Sean Gillespie's avatar Sean Gillespie
Browse files

Upgrade to Stackage LTS@8.8

parent 548b576a
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ module Main where
import Data.Version
import Data.Semigroup
import Options.Applicative hiding (ParseError)
import System.Console.Shell
import System.Console.Shell.ShellMonad
......
......@@ -26,7 +26,7 @@ library
Language.SystemF.Expression,
Language.SystemF.Parser,
Language.SystemF.TypeCheck
build-depends: base <= 5,
build-depends: base >= 4.9,
containers,
parsec
default-language: Haskell2010
......@@ -36,9 +36,9 @@ executable lambda-calculator
main-is: Main.hs
other-modules: Paths_lambda_calculator
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base,
build-depends: base >= 4.9,
lambda-calculator,
optparse-applicative < 0.13,
optparse-applicative >= 0.13,
Shellac,
Shellac-readline
default-language: Haskell2010
......
......@@ -5,4 +5,4 @@ packages:
extra-deps:
- Shellac-0.9.9
- Shellac-readline-0.9.9
resolver: lts-7.14
resolver: lts-8.8
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment