معرفی شرکت ها


ghc-fmt-0.6.3.0-3.fc39.x86_64.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A new formatting library
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 39
مخزن Fedora Everything x86_64
نام بسته ghc-fmt
نام فایل بسته ghc-fmt-0.6.3.0-3.fc39.x86_64.rpm
نسخه بسته 0.6.3.0
انتشار بسته 3.fc39
معماری بسته x86_64
نگهدارنده -
تاریخ ساخت Sun 30 Jul 2023 08
هاست سازنده buildvm-x86-13.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://hackage.haskell.org/package/fmt
مجوز BSD-3-Clause
حجم دانلود 98K
حجم نصب 629.668K
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.


جایگزین ها

بسته نسخه معماری مخزن
ghc-fmt-0.6.3.0-3.fc39.aarch64.rpm 0.6.3.0 aarch64 Fedora Everything
ghc-fmt-0.6.3.0-3.fc39.src.rpm 0.6.3.0 i686 Fedora Everything
ghc-fmt-devel-0.6.3.0-3.fc39.aarch64.rpm 0.6.3.0 aarch64 Fedora Everything
ghc-fmt-devel-0.6.3.0-3.fc39.x86_64.rpm 0.6.3.0 x86_64 Fedora Everything
ghc-fmt-doc-0.6.3.0-3.fc39.noarch.rpm 0.6.3.0 noarch Fedora Everything
ghc-fmt-prof-0.6.3.0-3.fc39.aarch64.rpm 0.6.3.0 aarch64 Fedora Everything
ghc-fmt-prof-0.6.3.0-3.fc39.x86_64.rpm 0.6.3.0 x86_64 Fedora Everything


نیازمندی

مقدار نام
- libHSarray-0.5.4.0-ghc9.4.5.so()(64bit)
- libHSbase-4.17.1.0-ghc9.4.5.so()(64bit)
- libHSbase64-bytestring-1.2.1.0-8KbzJpmSQbYKTeew1rv0hh-ghc9.4.5.so()(64bit)
- libHSbinary-0.8.9.1-ghc9.4.5.so()(64bit)
- libHSbytestring-0.11.4.0-ghc9.4.5.so()(64bit)
- libHScall-stack-0.4.0-K9VxYWjBEvtITBfD6bL7Dk-ghc9.4.5.so()(64bit)
- libHSclock-0.8.4-Kk7SFw4SNhZ8ktwfjRIPil-ghc9.4.5.so()(64bit)
- libHScontainers-0.6.7-ghc9.4.5.so()(64bit)
- libHSdeepseq-1.4.8.0-ghc9.4.5.so()(64bit)
- libHSdouble-conversion-2.0.4.2-8PLBVhtkYhgJXttiCkWSFm-ghc9.4.5.so()(64bit)
- libHSfilepath-1.4.2.2-ghc9.4.5.so()(64bit)
- libHSformatting-7.2.0-ZPWF5FweHQLYvcOXcZ80-ghc9.4.5.so()(64bit)
- libHSghc-bignum-1.3-ghc9.4.5.so()(64bit)
- libHSghc-boot-th-9.4.5-ghc9.4.5.so()(64bit)
- libHSghc-prim-0.9.0-ghc9.4.5.so()(64bit)
- libHShashable-1.4.2.0-FFBRhuY0w4YLmuLEs5uQAt-ghc9.4.5.so()(64bit)
- libHSinteger-logarithms-1.0.3.1-Hm9v2fsfG1DA5soPSLssZu-ghc9.4.5.so()(64bit)
- libHSmicrolens-0.4.13.1-ARwI8t2x86cAxRs56XPcG1-ghc9.4.5.so()(64bit)
- libHSold-locale-1.0.0.7-B5o2Qz0CVVSCB1XGw7OfzR-ghc9.4.5.so()(64bit)
- libHSpretty-1.1.3.6-ghc9.4.5.so()(64bit)
- libHSprimitive-0.8.0.0-9akshChOwtr20iwuM0c3WJ-ghc9.4.5.so()(64bit)
- libHSscientific-0.3.7.0-6Dx8mxA4OUsLpkNxWfBzuf-ghc9.4.5.so()(64bit)
- libHStemplate-haskell-2.19.0.0-ghc9.4.5.so()(64bit)
- libHStext-2.0.2-ghc9.4.5.so()(64bit)
- libHStime-1.12.2-ghc9.4.5.so()(64bit)
- libHStime-locale-compat-0.1.1.5-4KOdffkWEDD5CJkcMekvXY-ghc9.4.5.so()(64bit)
- libHStransformers-0.5.6.2-ghc9.4.5.so()(64bit)
- libc.so.6()(64bit)
- libc.so.6(GLIBC_2.14)(64bit)
- libc.so.6(GLIBC_2.2.5)(64bit)
- libdouble-conversion.so.3()(64bit)
- libgmp.so.10()(64bit)
- libm.so.6()(64bit)
- libstdc++.so.6()(64bit)
- rtld(GNU_HASH)


ارائه دهنده

مقدار نام
= 0.6.3.0-3.fc39 ghc-fmt
= 0.6.3.0-3.fc39 ghc-fmt(x86-64)
- libHSfmt-0.6.3.0-EFGZCPFhBDt2O12DQrBMkB-ghc9.4.5.so()(64bit)


نحوه نصب


نصب پکیج rpm ghc-fmt:

    dnf install ghc-fmt-0.6.3.0-3.fc39.x86_64.rpm


فایل ها

مسیرها
/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/23b712b708934e0be122daf212239b84c8f790
/usr/lib64/ghc-9.4.5/lib/libHSfmt-0.6.3.0-EFGZCPFhBDt2O12DQrBMkB-ghc9.4.5.so
/usr/share/licenses/ghc-fmt


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-07-29

rebuild

2023-07-19

Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

2023-02-01

spec file generated by cabal-rpm-2.1.0