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
631 stars 28 forks source link

transient-universe Haddock build failure #22

Closed snoyberg closed 8 years ago

snoyberg commented 8 years ago
Warning: Transient.Move: could not find link destinations for:
    Pool ConnectionData BuffSize Blocked Package Program JSString
Warning: Transient.Move.Services: could not find link destinations for:
    Package Program
haddock: internal error: src/Transient/Move/Services.hs: hGetContents: invalid argument (invalid byte sequence)
geraldus commented 8 years ago

This issue is misplaced, it should belong to transient-universe package.

snoyberg commented 8 years ago

This is listed as the issue tracker for transient-universe in the .cabal file

geraldus commented 8 years ago

Oh, thank you @snoyberg ! This is a mistake (:

geraldus commented 8 years ago

This should be fixed now.

snoyberg commented 8 years ago

Thanks!