haskell-distributed / distributed-process-platform

DEPRECATED (Cloud Haskell Platform) in favor of distributed-process-extras, distributed-process-async, distributed-process-client-server, distributed-process-registry, distributed-process-supervisor, distributed-process-task and distributed-process-execution
http://haskell-distributed.github.com
BSD 3-Clause "New" or "Revised" License
47 stars 18 forks source link

fix symbol encoding (fixes HsColour) #93

Closed abbradar closed 9 years ago

abbradar commented 9 years ago

For some reason, "µ" symbol was in "latin1" encoding in this file. This was breaking HsColour with obscure error. Fixing this would probably fix Hackage documentation, too.

hyperthunk commented 9 years ago

Thanks!