Re: Trouble building applications with Haskell GLUT and freeglut on OS X with GHC 7.10.1

2015-06-22 Thread Jérome Mahuet
Hello, When I depend on the GLUT Haskell package (2.6 or newer) on GHC 7.10.1 on OS X 10.10.3, the GLUT package builds and installs successfully, but applications that depend on GLUT fail during cabal install with this kind of linking error: can't load .so/.DLL for:

[Haskell] CF STUDENT POSTERS for Innovations'15 (No registration fees), Dubai, November 01-03, 2015

2015-06-22 Thread Nabeel Al-Qirim
Dear Colleagues, Due to numerous requests, we are pleased to inform you that full papers and extended-abstract-posters submission deadline has been extended to July 15, 2015. Kindly find the CFP below, and please note the theme and the topics. IIT’15: The 11th International Conference on

Re: Trouble building applications with Haskell GLUT and freeglut on OS X with GHC 7.10.1

2015-06-22 Thread Sven Panne
Just a quick addition: The bug tracking this on the GLUT package side is https://github.com/haskell-opengl/GLUT/issues/19, and it seems to be a regression in the 7.10 series... ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org

[Haskell] ANNOUNCE: fgl-arbitrary

2015-06-22 Thread Ivan Lazar Miljenovic
I've just released the first version of fgl-arbitrary [1], which provides Arbitrary instances for fgl graphs for use with QuickCheck. Also provided are some wrapper newtypes to produce specific types of graphs, and also the ability to generate just valid node and edge lists for use with other