meiersi / blaze-builder

Efficient serialization of Haskell values to lazy bytestrings with a large average chunk size.
http://jaspervdj.be/blaze
Other
21 stars 22 forks source link

Build with GHC 7.0 #21

Closed mightybyte closed 10 years ago

mightybyte commented 10 years ago

I added CPP around the use of unsafeDupablePerformIO to get it building on GHC 7.0. I also added 7.0 to the travis build list and verified that it builds correctly. This fixes issue #20.

meiersi commented 10 years ago

Thanks a lot.

meiersi commented 10 years ago

Released http://hackage.haskell.org/package/blaze-builder-0.3.3.4