hongruiqi / happs

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

HAppS-Server build failure: Not in scope: type constructor or class `E.EXCEPTION_TYPE' #47

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

Machine: i386
OS: MacOS 10.5 (darwin kernel 9.6.0)
FS: Mac OS Extended (Journaled)

1. darcs get http://happs.org/repos/happs.org MyProject
2. cd MyProject
3. sp ghc -isrc src/Main.hs --make --run --http-port=5000

The build fails with:
{{{
~/.SearchPath/darcs_get_--partial_--tag=0.9.2_http_happs.org-repos-HAppS-Server/
HAppS-
Server/src/HAppS/Server/HTTP/Handler.hs:78:63:
    Not in scope: type constructor or class `E.EXCEPTION_TYPE'
}}}

I have no idea what EXCEPTION_TYPE is. 

Original issue reported on code.google.com by Benedikt...@gmail.com on 17 Jan 2009 at 11:31

GoogleCodeExporter commented 8 years ago
A few more details:
The Glorious Glasgow Haskell Compilation System, version 6.8.3
base-3.0.2.0
E is abbreviation for Control.Exception

Original comment by Benedikt...@gmail.com on 17 Jan 2009 at 11:37