Resolving dependencies... [1 of 1] Compiling Main ( /tmp/ghc-paths-0.1.0.9-23155/ghc-paths-0.1.0.9/Setup.hs, /tmp/ghc-paths-0.1.0.9-23155/ghc-paths-0.1.0.9/dist/setup/Main.o ) Linking /tmp/ghc-paths-0.1.0.9-23155/ghc-paths-0.1.0.9/dist/setup/setup ... Configuring ghc-paths-0.1.0.9... Building ghc-paths-0.1.0.9... Preprocessing library ghc-paths-0.1.0.9... [1 of 1] Compiling GHC.Paths ( GHC/Paths.hs, dist/build/GHC/Paths.o ) In-place registering ghc-paths-0.1.0.9... Running Haddock for ghc-paths-0.1.0.9... Running hscolour for ghc-paths-0.1.0.9... Preprocessing library ghc-paths-0.1.0.9... Preprocessing library ghc-paths-0.1.0.9... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 0% ( 0 / 5) in 'GHC.Paths' Documentation created: dist/doc/html/ghc-paths/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/ghc-paths-0.1.0.9/ghc-7.6.3 Registering ghc-paths-0.1.0.9... Installed ghc-paths-0.1.0.9 Configuring parallel-3.2.0.4... Building parallel-3.2.0.4... Preprocessing library parallel-3.2.0.4... [1 of 3] Compiling Control.Parallel ( Control/Parallel.hs, dist/build/Control/Parallel.o ) [2 of 3] Compiling Control.Seq ( Control/Seq.hs, dist/build/Control/Seq.o ) [3 of 3] Compiling Control.Parallel.Strategies ( Control/Parallel/Strategies.hs, dist/build/Control/Parallel/Strategies.o ) In-place registering parallel-3.2.0.4... Running Haddock for parallel-3.2.0.4... Running hscolour for parallel-3.2.0.4... Preprocessing library parallel-3.2.0.4... Preprocessing library parallel-3.2.0.4... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 100% ( 3 / 3) in 'Control.Parallel' 72% ( 21 / 29) in 'Control.Seq' 81% ( 68 / 84) in 'Control.Parallel.Strategies' Documentation created: dist/doc/html/parallel/index.html Installing library in /srv/hackage/var/build/tmp-install/lib/parallel-3.2.0.4/ghc-7.6.3 Registering parallel-3.2.0.4... Installed parallel-3.2.0.4 Downloading zeno-0.2.0.1... Configuring zeno-0.2.0.1... Building zeno-0.2.0.1... Preprocessing executable 'zeno' for zeno-0.2.0.1... src/Zeno/HaskellParser.hs:1:14: Warning: -XDoRec is deprecated: use -XRecursiveDo or pragma {-# LANGUAGE RecursiveDo #-} instead [ 1 of 25] Compiling Zeno.Prelude ( src/Zeno/Prelude.hs, dist/build/zeno/zeno-tmp/Zeno/Prelude.o ) [ 2 of 25] Compiling Zeno.Flags ( src/Zeno/Flags.hs, dist/build/zeno/zeno-tmp/Zeno/Flags.o ) [ 3 of 25] Compiling Zeno.Id ( src/Zeno/Id.hs, dist/build/zeno/zeno-tmp/Zeno/Id.o ) [ 4 of 25] Compiling Zeno.Utils ( src/Zeno/Utils.hs, dist/build/zeno/zeno-tmp/Zeno/Utils.o ) [ 5 of 25] Compiling Zeno.Traversing ( src/Zeno/Traversing.hs, dist/build/zeno/zeno-tmp/Zeno/Traversing.o ) [ 6 of 25] Compiling Zeno.Unification ( src/Zeno/Unification.hs, dist/build/zeno/zeno-tmp/Zeno/Unification.o ) [ 7 of 25] Compiling Zeno.Type ( src/Zeno/Type.hs, dist/build/zeno/zeno-tmp/Zeno/Type.o ) [ 8 of 25] Compiling Zeno.DataType ( src/Zeno/DataType.hs, dist/build/zeno/zeno-tmp/Zeno/DataType.o ) [ 9 of 25] Compiling Zeno.Expression ( src/Zeno/Expression.hs, dist/build/zeno/zeno-tmp/Zeno/Expression.o ) [10 of 25] Compiling Zeno.Clause ( src/Zeno/Clause.hs, dist/build/zeno/zeno-tmp/Zeno/Clause.o ) [11 of 25] Compiling Zeno.Program ( src/Zeno/Program.hs, dist/build/zeno/zeno-tmp/Zeno/Program.o ) [12 of 25] Compiling Zeno.Var ( src/Zeno/Var.hs, dist/build/zeno/zeno-tmp/Zeno/Var.o ) [13 of 25] Compiling Zeno.Core ( src/Zeno/Core.hs, dist/build/zeno/zeno-tmp/Zeno/Core.o ) [14 of 25] Compiling Zeno.Evaluation ( src/Zeno/Evaluation.hs, dist/build/zeno/zeno-tmp/Zeno/Evaluation.o ) [15 of 25] Compiling Zeno.HaskellParser ( src/Zeno/HaskellParser.hs, dist/build/zeno/zeno-tmp/Zeno/HaskellParser.o ) src/Zeno/HaskellParser.hs:50:10: Not in scope: `Hs.tcEqType' Perhaps you meant one of these: `Hs.seqType' (imported from Type), `Hs.cmpType' (imported from Type), `Hs.eqType' (imported from Type) src/Zeno/HaskellParser.hs:53:13: Not in scope: `Hs.tcCmpType' Perhaps you meant one of these: `Hs.cmpType' (imported from Type), `Hs.cmpTypes' (imported from Type) src/Zeno/HaskellParser.hs:64:17: Not in scope: data constructor `Hs.Note' Perhaps you meant one of these: `Hs.DotA' (imported from HscTypes), `Hs.DotO' (imported from HscTypes) src/Zeno/HaskellParser.hs:65:11: Not in scope: data constructor `Hs.Note' Perhaps you meant one of these: `Hs.DotA' (imported from HscTypes), `Hs.DotO' (imported from HscTypes) src/Zeno/HaskellParser.hs:126:15: Not in scope: `Hs.liftIO' src/Zeno/HaskellParser.hs:129:7: `Hs.cm_imports' is not a (visible) field of constructor `Hs.CoreModule' src/Zeno/HaskellParser.hs:129:23: Not in scope: `Hs.cg_dir_imps' Perhaps you meant `Hs.mg_dir_imps' (imported from HscTypes) src/Zeno/HaskellParser.hs:414:14: Not in scope: data constructor `Hs.Note' Perhaps you meant one of these: `Hs.DotA' (imported from HscTypes), `Hs.DotO' (imported from HscTypes) Failed to install zeno-0.2.0.1 cabal: Error: some packages failed to install: zeno-0.2.0.1 failed during the building phase. The exception was: ExitFailure 1