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
3793d3cc
Commit
3793d3cc
authored
Apr 06, 2017
by
Sean Gillespie
Browse files
Update base < 5
parent
9dc03e17
Changes
1
Hide whitespace changes
Inline
Side-by-side
lambda-calculator.cabal
View file @
3793d3cc
...
...
@@ -26,7 +26,7 @@ library
Language.SystemF.Expression,
Language.SystemF.Parser,
Language.SystemF.TypeCheck
build-depends: base >= 4.9,
build-depends: base >= 4.9
&& < 5
,
containers,
parsec
default-language: Haskell2010
...
...
@@ -62,7 +62,7 @@ test-suite lambda-calculus-test
Language.SystemF.ExpressionSpec,
Language.SystemF.ParserSpec,
Language.SystemF.TypeCheckSpec
build-depends: base <
=
5,
build-depends: base < 5,
lambda-calculator,
containers,
hspec,
...
...
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