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

Rebase onto master #12

Closed geraldus closed 8 years ago

geraldus commented 8 years ago

This brings back MIT license and resolves haddock issue (:

agocorona commented 8 years ago

ops, I did not wanted this yet, since the ghcjs branch had many experimental things that have not been tested.

geraldus commented 8 years ago

Oh, sorry, I thought this will be merged into ghcjs branch! You can revert this simply (there should be button in this PR). Let's figure out how to merge this stuff into proper branch!

geraldus commented 8 years ago

Also, if you would like you can then interactively rebase everything again un-picking all commits in this pull request plus revert commits and force-push this state to master branch.