Re: [wxhaskell-devel] Fix building with GHC 7.4.1

2012-02-06 Thread shelarcy
Pushed. And I uploaded newer version, now. On Sat, 04 Feb 2012 13:01:21 +0900, shelarcy wrote: > Hi, > > GHC 7.4.1 can't build wxHaskell. This problem is caused by Num class change > and TypeSynonymInstances extension's change. > > > http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/rele

[wxhaskell-devel] Fix building with GHC 7.4.1

2012-02-03 Thread shelarcy
Hi, GHC 7.4.1 can't build wxHaskell. This problem is caused by Num class change and TypeSynonymInstances extension's change. http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/release-7-4-1.html#id3013571 http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/release-7-2-1.html#id30038