Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ari Angga Nugraha
ariangganugraha-funpro2020-lambda
Commits
9dc03e17
Commit
9dc03e17
authored
Apr 06, 2017
by
Sean Gillespie
Browse files
Upgrade to Stackage LTS@8.8
parent
548b576a
Changes
3
Hide whitespace changes
Inline
Side-by-side
app/Main.hs
View file @
9dc03e17
...
...
@@ -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
...
...
lambda-calculator.cabal
View file @
9dc03e17
...
...
@@ -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
...
...
stack.yaml
View file @
9dc03e17
...
...
@@ -5,4 +5,4 @@ packages:
extra-deps
:
-
Shellac-0.9.9
-
Shellac-readline-0.9.9
resolver
:
lts-
7.14
resolver
:
lts-
8.8
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment