Created
April 26, 2013 22:33
-
-
Save funrep/5470893 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Warning: The package list for 'hackage.haskell.org' is 18 days old. | |
Run 'cabal update' to get the latest list of available packages. | |
Resolving dependencies... | |
Configuring lisp-0.1.0.0... | |
Building lisp-0.1.0.0... | |
Preprocessing executable 'lisp' for lisp-0.1.0.0... | |
[1 of 1] Compiling Main ( Main.hs, dist/build/lisp/lisp-tmp/Main.o ) | |
Main.hs:20:6: | |
Unexpected semi-colons in conditional: | |
if null sign then (return $ Value . Number $ read num); else return | |
$ Value | |
. Number | |
. negate | |
$ read num | |
Perhaps you meant to use -XDoAndIfThenElse? | |
cabal: Error: some packages failed to install: | |
lisp-0.1.0.0 failed during the building phase. The exception was: | |
ExitFailure 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment