SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-both rpm build for : OpenSuSE. For other distributions click ghc-both.

Name : ghc-both
Version : 0.1.1.0 Vendor : openSUSE
Release : bp150.2.6 Date : 2018-07-30 20:34:36
Group : Development/Libraries/Haskell Source RPM : ghc-both-0.1.1.0-bp150.2.6.src.rpm
Size : 0.09 MB
Packager : https://bugs_opensuse_org
Summary : Like Maybe, but with a different Monoid instance
Description :
The Monoid instance for Maybe behaves like so:

> instance Monoid a => Monoid (Maybe a) where > mappend (Just x) (Just y) =
Just $ x < > y > mappend (Just x) Nothing = Just x > mappend Nothing (Just y) =
Just y > mappend Nothing Nothing = Nothing > > mempty = Nothing

Both is a newtype wrapper around Maybe providing this instance:

> instance Monoid a => Monoid (Both a) where > mappend (Just x) (Just y) = Just
$ x < > y > mappend _ _ = Nothing > > mempty = Just mempty.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/Backports:/SLE-15/standard/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-both-0.1.1.0-bp150.2.6.x86_64.rpm
     

Provides :
ghc-both
ghc-both(x86-64)
libHSboth-0.1.1.0-GpFbizhwlWyfNT2uPXuOB-ghc8.0.2.so()(64bit)

Requires :
libHSbase-4.9.1.0-ghc8.0.2.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)
libHSsemigroups-0.18.3-5xL9BgkWQsCGwo6YahyMCM-ghc8.0.2.so()(64bit)
libHSzero-0.1.4-6yUIvrvBV0jiBHGoJRLyD-ghc8.0.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(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.0.2/both-0.1.1.0-GpFbizhwlWyfNT2uPXuOB
/usr/lib64/ghc-8.0.2/both-0.1.1.0-GpFbizhwlWyfNT2uPXuOB/libHSboth-0.1.1.0-GpFbizhwlWyfNT2uPXuOB-ghc8.0.2.so
/usr/share/doc/packages/ghc-both
/usr/share/doc/packages/ghc-both/LICENSE

 
ICM