[Haskell] Re: I18N, external strings

2006-11-16 Thread apfelmus
Johannes Waldmann wrote: > What methods and tools are there for i18n of Haskell programs? > > (I.e. I want output in several languages, > with the language configurable at runtime, > and I want to add languages without recompilation.) > > a typical source text (for my application) is here > http:

[Haskell] Re: Fundep broken in GHC 6.6

2006-11-16 Thread Yitzchak Gale
On 11/12/06, I wrote: The following class declaration worked in GHC 6.4. I recently upgraded to 6.6 (following Debian), and now it is broken. class Error e => Game b mv e | b -> mv e where newBoard :: MonadState b m => m () ... Hmm, following up on Simon Peyton-Jones' recent announcement o