Next | Query returned 4 messages, browsing 1 to 10 | previous

History of commit frequency

CVS Commit History:


   2014-08-29 16:09:59 by Ryosuke Moro | Files touched by this commit (104)
Log message:
make it clear what package depend on

discussed with wiz@.
   2014-05-15 23:49:04 by Ryosuke Moro | Files touched by this commit (110)
Log message:
Remove hs-transformers, imported to pkgsrc/devel.
   2012-03-04 09:40:09 by PHO / phonohawk | Files touched by this commit (3) | Package updated
Log message:
Upstream update to explicit-exception-0.1.6

   2009-09-23 08:48:34 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-explicit-exception-0.1.4 as wip/hs-explicit-exception.

Synchronous and Asynchronous exceptions which are explicit in the type
signature. The first ones are very similar to Either and
Control.Monad.Error.ErrorT. The second ones are used for
System.IO.readFile and System.IO.hGetContents. This package is a
proposal for improved exception handling in Haskell. It strictly
separates between handling of exceptional situations (file not found,
invalid user input, see http://www.haskell.org/haskellwiki/Exception)
and (programming) errors (division by zero, index out of range, see
http://www.haskell.org/haskellwiki/Error). Handling of the first one
is called "exception handling", whereas handling of errors is better
known as "debugging".


Next | Query returned 4 messages, browsing 1 to 10 | previous