SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-chell
Version : 0.4.0.1 Vendor : openSUSE
Release : bp150.2.7 Date : 2018-07-30 20:34:39
Group : Development/Libraries/Haskell Source RPM : ghc-chell-0.4.0.1-bp150.2.7.src.rpm
Size : 0.35 MB
Packager : https://bugs_opensuse_org
Summary : A simple and intuitive library for automated testing
Description :
Chell is a simple and intuitive library for automated testing. It natively
supports assertion-based testing, and can use companion libraries such as
\'chell-quickcheck\' to support more complex testing strategies.

An example test suite, which verifies the behavior of artithmetic operators.

\' {-# LANGUAGE TemplateHaskell #-}

import Test.Chell

tests_Math :: Suite tests_Math = suite \"math\" [ test_Addition ,
test_Subtraction ]

test_Addition :: Test test_Addition = assertions \"addition\" $ do $expect
(equal (2 + 1) 3) $expect (equal (1 + 2) 3)

test_Subtraction :: Test test_Subtraction = assertions \"subtraction\" $ do
$expect (equal (2 - 1) 1) $expect (equal (1 - 2) (-1))

main :: IO () main = defaultMain [tests_Math] \'

\' $ ghc --make chell-example.hs $ ./chell-example PASS: 2 tests run, 2 tests
passed \'.

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-chell-0.4.0.1-bp150.2.7.x86_64.rpm
     

Provides :
ghc-chell
ghc-chell(x86-64)
libHSchell-0.4.0.1-7RALXCYdS9aGesAU8Wonko-ghc8.0.2.so()(64bit)

Requires :
libHSansi-terminal-0.6.3.1-3RTqikoQf47ajVD9m8zgB-ghc8.0.2.so()(64bit)
libHSarray-0.5.1.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)
libHSbytestring-0.10.8.1-ghc8.0.2.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.2.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.2.so()(64bit)
libHSghc-boot-th-8.0.2-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)
libHSmonads-tf-0.1.0.3-JIPNoZ6aJW379YQZJvMYoR-ghc8.0.2.so()(64bit)
libHSoptions-1.2.1.1-CYYVjt6pZJjHt5Dc1YU4Af-ghc8.0.2.so()(64bit)
libHSpatience-0.1.1-2guNJXEyIQ0FLSljxNeNTz-ghc8.0.2.so()(64bit)
libHSpretty-1.1.3.3-ghc8.0.2.so()(64bit)
libHSrandom-1.1-9tceXaeYIMZ4JrKq20Egog-ghc8.0.2.so()(64bit)
libHStemplate-haskell-2.11.1.0-ghc8.0.2.so()(64bit)
libHStext-1.2.2.2-1cn50juu89QSL9QkUVcRY-ghc8.0.2.so()(64bit)
libHStime-1.6.0.1-ghc8.0.2.so()(64bit)
libHStransformers-0.5.2.0-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/chell-0.4.0.1-7RALXCYdS9aGesAU8Wonko
/usr/lib64/ghc-8.0.2/chell-0.4.0.1-7RALXCYdS9aGesAU8Wonko/libHSchell-0.4.0.1-7RALXCYdS9aGesAU8Wonko-ghc8.0.2.so
/usr/share/doc/packages/ghc-chell
/usr/share/doc/packages/ghc-chell/license.txt

 
ICM