./devel/hs-silently, Prevent or capture writing to stdout and other handles

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.5.4nb1, Package name: hs-silently-1.2.5.4nb1, Maintainer: pkgsrc-users

Silently is a package that allows you to run an IO action and prevent it
from writing to stdout, or any other handle, by using silence. Or you can
capture the output for yourself using capture.


Master sites:

Filesize: 4.531 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-31 00:58:34 by Masatake Daimon | Files touched by this commit (4) | Package updated
Log message:
devel/hs-silently: update to silently-1.2.5.4

# 1.2.5.4 November 2024

* Bump `cabal-version` to 1.18.
* README: alert of malfunction in multi-threaded settings.
* Tested with GHC 8.0 - 9.12.0.
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-28 18:39:11 by Masatake Daimon | Files touched by this commit (1)
Log message:
www/hs-path-pieces: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-31 17:47:43 by Masatake Daimon | Files touched by this commit (5)
Log message:
devel/hs-silently: import hs-silently-1.2.5.3

Silently is a package that allows you to run an IO action and prevent it
from writing to stdout, or any other handle, by using silence. Or you can
capture the output for yourself using capture.