Core Lint error from polymorphic definitions inside arrow rec
I am trying to build Paul Hudak's Eutrepea library (http://plucky.cs.yale.edu/cs431/software_resources.htm) and GHC is getting stuck at compiling src/Euterpea/Audio/Render.hs file. It failed to complete compilation in 5 hours.
I am using the following versions of GHC and Haskell-Platform:
- http://haskell.org/ghc/dist/7.0.2/ghc-7.0.2-i386-unknown-linux.tar.bz2
- http://lambda.galois.com/hp-tmp/2011.2.0.0/haskell-platform-2011.2.0.0.tar.gz
The source code of the file: http://dumpz.org/40106/
Trac metadata
| Trac field | Value |
|---|---|
| Version | 7.0.2 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture | x86 |
Edited by Ross Paterson