broccoli 0.2.0.0 → 0.2.0.1
raw patch · 2 files changed
+2/−5 lines, 2 files
Files
- Control/Broccoli.hs +0/−3
- broccoli.cabal +2/−2
Control/Broccoli.hs view
@@ -203,7 +203,6 @@ tv = unsafePerformIO $ do state <- newTVarIO s0 threadId <- forkIO $ do- putStrLn "accum forked" e <- dupE e0 forever $ do x <- readE e@@ -224,7 +223,6 @@ ch = unsafePerformIO $ do out <- newBroadcastTChanIO threadId <- forkIO $ do- putStrLn "edge forked" v0 <- atomically (readX x) ref <- newIORef v0 forever $ do@@ -302,7 +300,6 @@ let e = edge x diff in unsafePerformIO $ do forkIO $ do- putStrLn "edge forked" e' <- dupE e forever (readE e' >>= print) return x
broccoli.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: broccoli-version: 0.2.0.0+version: 0.2.0.1 synopsis: Small library for interactive functional programs. description: Small library for interactive functional programs. license: BSD3@@ -32,4 +32,4 @@ source-repository this type: git location: https://github.com/evanrinehart/broccoli- tag: 0.2.0.0+ tag: 0.2.0.1