Пакет ghc8.6.4-safe: Информация

    Исходный пакет: ghc8.6.4-safe
    Версия: 0.3.19-alt2
    Последняя версия по данным Repology
    Собран:  25 августа 2023 г. 1:18 в задании #326169
    Категория: Разработка/Haskell
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/ndmitchell/safe#readme

    Лицензия: BSD3
    О пакете: Library of safe (exception free) functions
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    ghc8.6.4-safe (x86_64, ppc64le, i586, armh, aarch64)

    Сопровождающий: Denis Smirnov

    Список участников:
    Anton Zhukharev
    Denis Smirnov

    Права:
    Anton Zhukharev
    @everybody

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

    Последнее изменение


    17 августа 2023 г. Anton Zhukharev 0.3.19-alt2
    - Fixed FTBFS.
    21 июня 2020 г. Denis Smirnov 0.3.19-alt1
    - Spec created by cabal2rpm 0.20_10