Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
curry-frontend
Commits
da2addb9
Commit
da2addb9
authored
Jul 30, 2014
by
Björn Peemöller
Browse files
Extended Cabal configuration to allow builds for GHC < 7.4
parent
ab75f16d
Changes
1
Hide whitespace changes
Inline
Side-by-side
curry-frontend.cabal
View file @
da2addb9
...
...
@@ -32,6 +32,8 @@ Executable cymake
Main-is: cymake.hs
Build-Depends: base == 4.*, curry-base == 0.3.10
, containers, directory, either, mtl, process, transformers, syb
if impl(ghc < 7.4)
Build-Depends: either < 4, contravariant < 0.5, semigroupoids < 3.0.3
ghc-options: -Wall
Other-Modules:
Base.CurryTypes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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