gitlib-libgit2 3.1.2 → 3.1.2.1
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Git/Libgit2.hs +1/−1
- gitlib-libgit2.cabal +1/−1
Git/Libgit2.hs view
@@ -352,7 +352,7 @@ -> (TBQueue o -> m ()) -- ^ Action that generates output values -> Producer m o gatherFrom' size scatter = do- chan <- liftIO $ newTBQueueIO size+ chan <- liftIO $ newTBQueueIO (fromIntegral size) worker <- lift $ async (scatter chan) gather worker chan where
gitlib-libgit2.cabal view
@@ -1,5 +1,5 @@ Name: gitlib-libgit2-Version: 3.1.2+Version: 3.1.2.1 Synopsis: Libgit2 backend for gitlib License-file: LICENSE License: MIT