Created
April 28, 2012 22:55
-
-
Save mpenet/2522513 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
mpenet@thinkbox:~$ cabal install happy | |
Resolving dependencies... | |
Downloading happy-1.18.9... | |
[1 of 1] Compiling Main ( /tmp/happy-1.18.94212/happy-1.18.9/Setup.lhs, /tmp/happy-1.18.94212/happy-1.18.9/dist/setup/Main.o ) | |
/tmp/happy-1.18.94212/happy-1.18.9/Setup.lhs:6:52: | |
Warning: In the use of `buildVerbose' | |
(imported from Distribution.Simple.Setup): | |
Deprecated: "Use buildVerbosity instead" | |
/tmp/happy-1.18.94212/happy-1.18.9/Setup.lhs:7:52: | |
Warning: In the use of `defaultUserHooks' | |
(imported from Distribution.Simple): | |
Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2 | |
compatibility in which case you must stick with defaultUserHooks" | |
Linking /tmp/happy-1.18.94212/happy-1.18.9/dist/setup/setup ... | |
Warning: defaultUserHooks in Setup script is deprecated. | |
Configuring happy-1.18.9... | |
Preprocessing executables for happy-1.18.9... | |
Building happy-1.18.9... | |
[ 1 of 18] Compiling NameSet ( src/NameSet.hs, dist/build/happy/happy-tmp/NameSet.o ) | |
[ 2 of 18] Compiling Target ( src/Target.lhs, dist/build/happy/happy-tmp/Target.o ) | |
[ 3 of 18] Compiling AbsSyn ( src/AbsSyn.lhs, dist/build/happy/happy-tmp/AbsSyn.o ) | |
[ 4 of 18] Compiling ParamRules ( src/ParamRules.hs, dist/build/happy/happy-tmp/ParamRules.o ) | |
[ 5 of 18] Compiling GenUtils ( src/GenUtils.lhs, dist/build/happy/happy-tmp/GenUtils.o ) | |
[ 6 of 18] Compiling ParseMonad ( src/ParseMonad.lhs, dist/build/happy/happy-tmp/ParseMonad.o ) | |
[ 7 of 18] Compiling Lexer ( src/Lexer.lhs, dist/build/happy/happy-tmp/Lexer.o ) | |
[ 8 of 18] Compiling Parser ( dist/build/happy/happy-tmp/Parser.hs, dist/build/happy/happy-tmp/Parser.o ) | |
[ 9 of 18] Compiling AttrGrammar ( src/AttrGrammar.lhs, dist/build/happy/happy-tmp/AttrGrammar.o ) | |
[10 of 18] Compiling AttrGrammarParser ( dist/build/happy/happy-tmp/AttrGrammarParser.hs, dist/build/happy/happy-tmp/AttrGrammarParser.o ) | |
[11 of 18] Compiling Grammar ( src/Grammar.lhs, dist/build/happy/happy-tmp/Grammar.o ) | |
[12 of 18] Compiling First ( src/First.lhs, dist/build/happy/happy-tmp/First.o ) | |
[13 of 18] Compiling LALR ( src/LALR.lhs, dist/build/happy/happy-tmp/LALR.o ) | |
[14 of 18] Compiling Paths_happy ( dist/build/autogen/Paths_happy.hs, dist/build/happy/happy-tmp/Paths_happy.o ) | |
[15 of 18] Compiling ProduceCode ( src/ProduceCode.lhs, dist/build/happy/happy-tmp/ProduceCode.o ) | |
[16 of 18] Compiling ProduceGLRCode ( src/ProduceGLRCode.lhs, dist/build/happy/happy-tmp/ProduceGLRCode.o ) | |
[17 of 18] Compiling Info ( src/Info.lhs, dist/build/happy/happy-tmp/Info.o ) | |
[18 of 18] Compiling Main ( src/Main.lhs, dist/build/happy/happy-tmp/Main.o ) | |
Linking dist/build/happy/happy ... | |
Installing executable(s) in /home/mpenet/.cabal/bin | |
mpenet@thinkbox:~$ cabal install haskell-src-exts | |
Resolving dependencies... | |
[1 of 1] Compiling Main ( /tmp/haskell-src-exts-1.13.24450/haskell-src-exts-1.13.2/Setup.hs, /tmp/haskell-src-exts-1.13.24450/haskell-src-exts-1.13.2/dist/setup/Main.o ) | |
/tmp/haskell-src-exts-1.13.24450/haskell-src-exts-1.13.2/Setup.hs:1:1: | |
Warning: In the use of `runTests' | |
(imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks): | |
Deprecated: "Please use the new testing interface instead!" | |
Linking /tmp/haskell-src-exts-1.13.24450/haskell-src-exts-1.13.2/dist/setup/setup ... | |
Configuring haskell-src-exts-1.13.2... | |
setup: The program happy version >=1.17 is required but it could not be found. | |
cabal: Error: some packages failed to install: | |
haskell-src-exts-1.13.2 failed during the configure step. The exception was: | |
ExitFailure 1 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment