emilaxelsson / syntactic

Generic representation and manipulation of abstract syntax
BSD 3-Clause "New" or "Revised" License
25 stars 13 forks source link

1.x #15

Closed jankner closed 9 years ago

jankner commented 9 years ago

There. Now it builds. I didn't realize how new typeRep was.

emwap commented 9 years ago

I'm getting

src/Language/Syntactic/Sharing/CodeMotion2.hs:2:14: Warning:
    -XDoRec is deprecated: use -XRecursiveDo or pragma {-# LANGUAGE RecursiveDo #-} instead

when compiling. Could you fix that too. Thanks

jankner commented 9 years ago

I tried using it before, but then it fails for ghc 7.4.2. See https://github.com/emilaxelsson/syntactic/pull/10

emwap commented 9 years ago

Ok. I'll fix that separately.