Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 10 by brodie.rao: Build error: Ambiguous type variable in
HOC.Exception
http://code.google.com/p/hoc/issues/detail?id=10
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 6.10.1
$ cd hoc # at r372
$ cabal install
[...]
[11 of 31] Compiling HOC.Exception ( HOC/HOC/Exception.hs,
dist/build/HOC/Exception.o )
HOC/HOC/Exception.hs:33:12:
Ambiguous type variable `a' in the constraint:
`base:GHC.Exception.Exception a'
arising from a use of `throwIO' at HOC/HOC/Exception.hs:33:12-22
Probable fix: add a type signature that fixes these type variable(s)
cabal: Error: some packages failed to install:
HOC-1.0 failed during the building phase. The exception was:
exit: ExitFailure 1
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
|