Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-fmt-0.6.3.0-bp154.1.13 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ghc-fmt Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.6.3.0 Vendor: openSUSE
Release: bp154.1.13 Build date: Mon May 9 14:24:58 2022
Group: Unspecified Build host: obs-power8-03
Size: 877501 Source RPM: ghc-fmt-0.6.3.0-bp154.1.13.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/fmt
Summary: A new formatting library
A new formatting library that tries to be simple to understand while still
being powerful and providing more convenience features than other libraries
(like functions for pretty-printing maps and lists, or a function for printing
arbitrary datatypes using generics).

A comparison with other libraries:

* 'printf' (from 'Text.Printf') takes a formatting string and uses some type
tricks to accept the rest of the arguments polyvariadically. It's very concise,
but there are some drawbacks – it can't produce 'Text' (you'd have to 'T.pack'
it every time) and it doesn't warn you at compile-time if you pass wrong
arguments or not enough of them.

* <https://hackage.haskell.org/package/text-format text-format> takes a
formatting string with curly braces denoting places where arguments would be
substituted (the arguments themselves are provided via a tuple). If you want to
apply formatting to some of the arguments, you have to use one of the provided
formatters. Like 'printf', it can fail at runtime, but at least the formatters
are first-class (and you can add new ones).

* <https://hackage.haskell.org/package/formatting formatting> takes a
formatting template consisting of pieces of strings interleaved with
formatters; this ensures that arguments always match their placeholders.
'formatting' provides lots of formatters and generally seems to be the most
popular formatting library here. Unfortunately, at least in my experience
writing new formatters can be awkward and people sometimes have troubles
understanding how 'formatting' works.

* <https://hackage.haskell.org/package/fmt fmt> (i.e. this library) provides
formatters that are ordinary functions, and a bunch of operators for
concatenating formatted strings; those operators also do automatic conversion.
There are some convenience formatters which aren't present in 'formatting'
(like ones for formatting maps, lists, converting to base64, etc).
Some find the operator syntax annoying, while others like it.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Sep 06 2021 psimons@suse.com
  - Update fmt to version 0.6.3.0.
    [#] 0.6.3.0
    * Add support for `deriving ... via GenericBuildable T`
* Sun Aug 01 2021 psimons@suse.com
  - Update fmt to version 0.6.2.0.
    [#] 0.6.2.0
    * Cleared `hspec` upper bound
    * Qualified all Data.List imports
    * Fixed tests to work with newer (>=0.4) neat-interpolation (#30)
    * Adjusted lower bounds of formatting dependency to avoid unsigned 0
      issues (#31)
    * fixed floatF handling of negative numbers (#36)
    * unconfused ``||++|`` and ``|++||`` (#29)
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Fri Dec 11 2020 psimons@suse.com
  - Add fmt at version 0.6.1.2.

Files

/usr/lib64/ghc-8.10.7/fmt-0.6.3.0
/usr/lib64/ghc-8.10.7/fmt-0.6.3.0/libHSfmt-0.6.3.0-te8vCNlpR2IYEVCO1Npyc-ghc8.10.7.so
/usr/share/licenses/ghc-fmt
/usr/share/licenses/ghc-fmt/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:00:22 2024