SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-hackage-db
Version : 1.22 Vendor : obs://build_opensuse_org/home:so_it_team
Release : 5.7 Date : 2018-11-09 23:07:00
Group : Development/Languages/Other Source RPM : ghc-hackage-db-1.22-5.7.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : Access Hackage\'s package database via Data.Map
Description :
This module provides simple access to the Hackage database by means of
\'Data.Map\'. Suppose you wanted to implement a utility that queries the set of
available versions for a given package, the following program would do the
trick:

> import qualified Distribution.Hackage.DB as DB > import Distribution.Text (
display ) > import System.Environment ( getArgs ) > > main :: IO () > main = do
> pkgs < - getArgs > db < - DB.readHackage > let getVersions name = maybe []
DB.keys (DB.lookup name db) > mapM_ (putStrLn . unwords . map display .
getVersions) pkgs

When run, it would produce the following output:

> ./a.out containers deepseq cabal-install > 0.1.0.0 0.1.0.1 0.2.0.0 0.2.0.1
0.3.0.0 0.4.0.0 > 1.0.0.0 1.1.0.0 1.1.0.1 1.1.0.2 > 0.4.0 0.5.0 0.5.1 0.5.2
0.6.0 0.6.2 0.6.4 0.8.0 0.8.2 0.10.0 0.10.2.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/so_it_team:/12.x/SLE_12_SP4/x86_64

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-hackage-db
ghc-hackage-db(x86-64)
libHShackage-db-1.22-1fc93mlOTtgA29Yx8PPU2X-ghc8.0.2.so()(64bit)

Requires :
libc.so.6()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libHStime-1.6.0.1-ghc8.0.2.so()(64bit)
libHSfilepath-1.4.1.1-ghc8.0.2.so()(64bit)
libutil.so.1()(64bit)
libHSpretty-1.1.3.3-ghc8.0.2.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.2.so()(64bit)
libHSunix-2.7.2.1-ghc8.0.2.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
librt.so.1()(64bit)
libpthread.so.0()(64bit)
libHSarray-0.5.1.1-ghc8.0.2.so()(64bit)
libHStar-0.5.0.3-46gC5BdVQtyANEEtaqhh2J-ghc8.0.2.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.2.so()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSbytestring-0.10.8.1-ghc8.0.2.so()(64bit)
libHSbase-4.9.1.0-ghc8.0.2.so()(64bit)
libHSbinary-0.8.3.0-ghc8.0.2.so()(64bit)
libHSprocess-1.4.3.0-ghc8.0.2.so()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libHSdirectory-1.3.0.0-ghc8.0.2.so()(64bit)
libHSCabal-1.24.2.0-ghc8.0.2.so()(64bit)
libdl.so.2()(64bit)
libHSutf8-string-1.0.1.1-1DpjxLeTvGg7ttZZojxJR5-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)


Content of RPM :
/usr/lib64/ghc-8.0.2/hackage-db-1.22-1fc93mlOTtgA29Yx8PPU2X
/usr/lib64/ghc-8.0.2/hackage-db-1.22-1fc93mlOTtgA29Yx8PPU2X/libHShackage-db-1.22-1fc93mlOTtgA29Yx8PPU2X-ghc8.0.2.so
/usr/share/doc/packages/ghc-hackage-db
/usr/share/doc/packages/ghc-hackage-db/LICENSE

 
ICM