
I wrote:
Do we need to worry about breaking code?
Ian Lynagh wrote:
A http://www.google.com/codesearch for lang:Haskell runListT finds 3 possible uses (that I haven't looked at in any detail):
http://www.cs.vu.nl/Strafunski/StrategyLib-3.0.tar.gz (StrategyLib-3.0/src/MonadRun.hs) http://tuukka.iki.fi/tmp/fenfire-hs.imagevob/Utils.hs http://www.mail-archive.com/haskell@haskell.org/msg18629/Exception.hs
Thanks! Good idea. 1. Strafunski does not appear to have been updated for a while. The latest version listed on their site is 5.0, tested with GHC 6.4.1, released Nov. 2005. 2. Fenfire does seem to be under current development. I'm not sure how this change would affect them. 3. Brian Hulley's Exception.hs is targeted for Haskell', so this should not be a problem. Unless someone is already using it seriously... Anyone know anything more about these, or others? Thanks, Yitz