SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-exceptional rpm build for : openSUSE Leap 15. For other distributions click ghc-exceptional.

Name : ghc-exceptional
Version : 0.3.0.0 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : lp150.3.2 Date : 2018-11-02 20:37:22
Group : Development/Libraries/Haskell Source RPM : ghc-exceptional-0.3.0.0-lp150.3.2.src.rpm
Size : 0.05 MB
Packager : (none)
Summary : Essentially the Maybe type with error messages
Description :
This is a very simple type:

> data Exceptional x > = Failure String > | Success x

It\'s much like \'Maybe\', except instead of \'Nothing\', we have \'Failure String\'.

A comparison could also be made to \'Either String\'. I made this library because
I was dissatisfied with the \'Monad\' instance for \'Either\'. In this type, \'fail
= Failure\'. It\'s rather simple.

Changes

[0.3.0.0] Fix erroneous behavior in \'foldExceptional\' function added in version
0.2. This release actually does break (or rather fix) the \'foldExceptional\'
function, so be careful.

[0.2.0.0] Add \'exceptional\' function to encapsulate ordinary exceptions in the
\'Exceptional\' monad. Add folding functions.

This release does not actually break the API, however I was rather tired when I
chose the version number. This should be 0.1.6.

[0.1.5.0] Add \'exceptIO\' function to encapsulate IO errors in the \'Exceptional\'
monad.

[0.1.4.3] Fix bug where \'exceptional\' won\'t compile on \'base < 4.8\'.
Also move the changelog back to the description so it\'s more visible.

[0.1.4.2] Moved change log to a separate file so Hackage displays it correctly.

[0.1.4.1] Documentation enhancements/fixes.

[0.1.4.0] Added \'fromMaybe\' and \'toMaybe\' functions, and a link to the bug
tracker.

[0.1.3.0] Fixed a typo. 0.1.2.0 won\'t build. Also added definition of \'empty\'
for \'Alternative\'.

[0.1.2.0] Added \'fromEither\' and \'toEither\' functions.

[0.1.1.3] Hackage is terrible. Yet another formatting fix.

[0.1.1.2] Yet another formatting fix.

[0.1.1.1] Formatting fix to the haddock documentation.

[0.1.1.0] Add \'runExceptional\' function.

[0.1.0.1] Minor documentation changes. No changes to the API.

[0.1.0.0] Initial version.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/12/openSUSE_Leap_15.0/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-exceptional
ghc-exceptional(x86-64)
libHSexceptional-0.3.0.0-AObA1pcMhRJNwarlIVZAG-ghc8.4.4.so()(64bit)

Requires :
libHSarray-0.5.2.0-ghc8.4.4.so()(64bit)
libHSbase-4.11.1.0-ghc8.4.4.so()(64bit)
libHSdeepseq-1.4.3.0-ghc8.4.4.so()(64bit)
libHSexceptions-0.10.0-51WvWGBBAfdCMC9SPJ7fS2-ghc8.4.4.so()(64bit)
libHSghc-boot-th-8.4.4-ghc8.4.4.so()(64bit)
libHSghc-prim-0.5.2.0-ghc8.4.4.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.4.4.so()(64bit)
libHSmtl-2.2.2-ghc8.4.4.so()(64bit)
libHSpretty-1.1.3.6-ghc8.4.4.so()(64bit)
libHSstm-2.4.5.1-ghc8.4.4.so()(64bit)
libHStemplate-haskell-2.13.0.0-ghc8.4.4.so()(64bit)
libHStransformers-0.5.5.0-ghc8.4.4.so()(64bit)
libHStransformers-compat-0.6.2-EZ0ZvADLUlc4V8RuKaJX5W-ghc8.4.4.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.4.4/exceptional-0.3.0.0-AObA1pcMhRJNwarlIVZAG
/usr/lib64/ghc-8.4.4/exceptional-0.3.0.0-AObA1pcMhRJNwarlIVZAG/libHSexceptional-0.3.0.0-AObA1pcMhRJNwarlIVZAG-ghc8.4.4.so
/usr/share/licenses/ghc-exceptional
/usr/share/licenses/ghc-exceptional/LICENSE

 
ICM