transient-haskell / transient

A full stack, reactive architecture for general purpose programming. Algebraic and monadically composable primitives for concurrency, parallelism, event handling, transactions, multithreading, Web, and distributed computing with complete de-inversion of control (No callbacks, no blocking, pure state)
MIT License
633 stars 28 forks source link

issues with network-info #4

Closed AlexeyRaga closed 9 years ago

AlexeyRaga commented 9 years ago

Hi, does transient heavily rely on network-info? Would it be hard or would it be possible to drop this dependency?

The reason for it is that there is a 1 year old bug in network-info that doesn't allow cross-compiling. I'd love to give transient a try in the environment that requires cross-compilation and network-info seems to be the only outstanding issue preventing me from compiling transient.

Cheers.

AlexeyRaga commented 9 years ago

Never mind, I just spoke with the guy who wrote network-info suggesting a fix and he was able to implement it really quickly.