Package ghc8.6.4-safe: Information

  • Default inline alert: Version in the repository: 0.3.19-alt2

Source package: ghc8.6.4-safe
Version: 0.3.19-alt1
Latest version according to Repology
Build time:  Jun 21, 2020, 11:41 AM in the task #253760
Report package bug
License: BSD3
Summary: Library of safe (exception free) functions
Description: 
A library wrapping @Prelude@/@Data.List@ functions that can throw
exceptions, such as @head@ and @!!@. Each unsafe function has up to four
variants, e.g. with @tail@:

* @tail :: [a] -> [a]@, raises an error on @tail []@.

* @tailMay :: [a] -> /Maybe/ [a]@, turns errors into @Nothing@.

* @tailDef :: /[a]/ -> [a] -> [a]@, takes a default to return on errors.

* @tailNote :: /String/ -> [a] -> [a]@, takes an extra argument which
supplements the error message.

* @tailSafe :: [a] -> [a]@, returns some sensible default if possible, @[]@
in the case of @tail@.

This package is divided into three modules:

* "Safe" contains safe variants of @Prelude@ and @Data.List@ functions.

* "Safe.Foldable" contains safe variants of @Foldable@ functions.

* "Safe.Exact" creates crashing versions of functions like @zip@ (errors if
the lists are not equal) and @take@ (errors if there are not enough
elements), then wraps them to provide safe variants.

List of rpms provided by this srpm:
ghc8.6.4-safe (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Denis Smirnov

List of contributors:
Denis Smirnov

ACL:
Anton Zhukharev
@everybody

    1. python3-module-mpl_toolkits
    2. python3-module-yieldfrom
    3. haskell(abi) = 8.6.4
    4. libdb4-devel
    5. python-modules-compiler
    6. ghc8.6.4-adldap
    7. ghc8.6.4-async
    8. ghc8.6.4-base-noprelude
    9. ghc8.6.4-bitarray
    10. ghc8.6.4-bytestring-encoding
    11. ghc8.6.4-cereal
    12. ghc8.6.4-co-log
    13. ghc8.6.4-common
    14. ghc8.6.4-cpphs
    15. ghc8.6.4-doc
    16. ghc8.6.4-echo
    17. ghc8.6.4-edit-distance
    18. ghc8.6.4-entropy
    19. ghc8.6.4-filemanip
    20. ghc8.6.4-generic-deriving
    21. ghc8.6.4-hackage-security
    22. ghc8.6.4-hfuse
    23. ghc8.6.4-hscolour
    24. ghc8.6.4-hslogger
    25. ghc8.6.4-http
    26. ghc8.6.4-markdown-unlit
    27. ghc8.6.4-optparse-applicative
    28. ghc8.6.4-regex-tdfa
    29. ghc8.6.4-relude
    30. ghc8.6.4-resolv
    31. ghc8.6.4-sandi
    32. ghc8.6.4-sha
    33. ghc8.6.4-syb
    34. ghc8.6.4-utf8-string
    35. ghc8.6.4-zip-archive

Last changed


June 21, 2020 Denis Smirnov 0.3.19-alt1
- Spec created by cabal2rpm 0.20_10