#5297: annrun01 needs to be updated
----------------------------------+-----------------------------------------
Reporter: daniel.is.fischer | Owner:
Type: bug | Status: new
Priority: normal | Component: Test Suite
Version: 7.1 | Keywords:
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: None/Unknown
----------------------------------+-----------------------------------------
A change of type makes annrun01 fail with
{{{
annrun01.hs:19:29:
Couldn't match expected type `DynFlags.LogAction'
with actual type `DynFlags'
In the return type of a call of `defaultDynFlags'
Probable cause: `defaultDynFlags' is applied to too many arguments
In the first argument of `defaultErrorHandler', namely
`(defaultDynFlags (panic "No settings"))'
In the expression:
defaultErrorHandler (defaultDynFlags (panic "No settings"))
}}}
`defaultErrorHandler` now expects a `LogAction`, probably
`defaultLogAction` is the right one.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5297>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs