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

Don't use lliteral Haskell in Setup.hs file #94

Closed abbradar closed 9 years ago

abbradar commented 9 years ago

This should fix building this package with Nix, and also is probably "the right thing to do". The other way would be to rename file to *.lhs.

abbradar commented 9 years ago

Closed, see https://github.com/haskell-distributed/distributed-process-platform/pull/95