haskell / ghc-events

Library and tool for parsing .eventlog files from GHC
http://www.haskell.org/haskellwiki/ThreadScope
Other
33 stars 34 forks source link

mtl->transformers replacement, supporting transformers 0.3 (ErrorT) #7

Closed jberthold closed 8 years ago

jberthold commented 9 years ago

I had a patch to replace ErrorT by ExceptT, but another one was provided to ghc-events just last week.

Therefore, I have separated one patch which provides code to replace mtl by transformers (which implements ExceptT), and uses supports both ErrorT and ExceptT (Cabal-generated version information and #ifdef). / Jost

kvelicka commented 9 years ago

I don't think this one is necessary because I intend to clean up and PR my incremental parser soon that should not depend on mtl nor transformers at all.

kvelicka commented 8 years ago

Closing this because the changes are already in master and/or are superseded by #13.