packages feed

ribosome 0.2.0.0 → 0.2.1.0

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

lib/Ribosome/Test/Embed.hs view
@@ -160,7 +160,7 @@   result <- race (sleepW tcTimeout) (runNeovimThunk testCfg thunk)   case result of     Right _ -> return ()-    Left _ -> fail $ "test exceeded timeout of " <> show tcTimeout <> " seconds"+    Left _ -> fail $ "test exceeded timeout of " ++ show tcTimeout ++ " seconds"  runEmbeddedNvim :: TestConfig -> Ribosome e -> Ribo e () -> NvimProc -> IO () runEmbeddedNvim conf ribo thunk prc = do
ribosome.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: ribosome-version: 0.2.0.0+version: 0.2.1.0 license: MIT license-file: LICENSE copyright: 2019 Torsten Schmits