namme-anetten / epigram

Automatically exported from code.google.com/p/epigram
0 stars 0 forks source link

Does not install using cabal/from development repository #115

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.cabal install she

What is the expected output? What do you see instead?
I expected it be installed properly. I instead got the following exception:

Warning: The package list for 'hackage.haskell.org' is 36 days old.
Run 'cabal update' to get the latest list of available packages.
Resolving dependencies...
Configuring she-0.6...
Building she-0.6...
Preprocessing executable 'she' for she-0.6...
[ 1 of 11] Compiling Parsley          ( src/Parsley.lhs, 
dist/build/she/she-tmp/Parsley.o )
[ 2 of 11] Compiling HaLay            ( src/HaLay.lhs, 
dist/build/she/she-tmp/HaLay.o )
[ 3 of 11] Compiling Aspect           ( src/Aspect.lhs, 
dist/build/she/she-tmp/Aspect.o )
[ 4 of 11] Compiling DeBruijn         ( src/DeBruijn.lhs, 
dist/build/she/she-tmp/DeBruijn.o )
[ 5 of 11] Compiling Patsy            ( src/Patsy.lhs, 
dist/build/she/she-tmp/Patsy.o )
[ 6 of 11] Compiling TypesToKinds     ( src/TypesToKinds.lhs, 
dist/build/she/she-tmp/TypesToKinds.o )
[ 7 of 11] Compiling IdiomBrackets    ( src/IdiomBrackets.lhs, 
dist/build/she/she-tmp/IdiomBrackets.o )
[ 8 of 11] Compiling Superclass       ( src/Superclass.lhs, 
dist/build/she/she-tmp/Superclass.o )
[ 9 of 11] Compiling ShesHers         ( src/ShesHers.lhs, 
dist/build/she/she-tmp/ShesHers.o )
[10 of 11] Compiling Imports          ( src/Imports.lhs, 
dist/build/she/she-tmp/Imports.o )

src/Imports.lhs:15:19: Not in scope: `catch'
Failed to install she-0.6
cabal: Error: some packages failed to install:
she-0.6 failed during the building phase. The exception was:
ExitFailure 1

What version of the product are you using? On what operating system?
cabal-install version 1.16.0.2
using version 1.16.0 of the Cabal library
The Glorious Glasgow Haskell Compilation System, version 7.6.3
Ubuntu 13.04

Original issue reported on code.google.com by diaa6...@gmail.com on 29 Apr 2014 at 7:42