NOTICE: This package has been removed from pkgsrc

./wip/hs-explicit-exception, Exceptions which are explicit in the type signature

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.1.6, Package name: hs-explicit-exception-0.1.6, Maintainer: pho

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".


Required to run:
[wip/ghc] [devel/hs-transformers]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 7273da28f5a7c301d1f0d712c07b75e8c8ccbb77
RMD160: 3db03ba4a61732c95e2bc706eec52da4dc5ccf09
Filesize: 15.16 KB

Version history: (Expand)


CVS history: (Expand)


   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".