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

ghc-typst-devel-0.5-150500.11.3.1 RPM for ppc64le

From OpenSuSE Leap 15.6 for ppc64le

Name: ghc-typst-devel Distribution: SUSE Linux Enterprise 15
Version: 0.5 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150500.11.3.1 Build date: Tue Feb 6 16:19:39 2024
Group: Unspecified Build host: xinomavro
Size: 70000101 Source RPM: ghc-typst-0.5-150500.11.3.1.src.rpm
Packager: https://www.suse.com/
Url: https://hackage.haskell.org/package/typst
Summary: Haskell typst library development files
This package provides the Haskell typst library development files.

Provides

Requires

License

BSD-3-Clause

Changelog

* Sat Dec 16 2023 psimons@suse.com
  - Update typst to version 0.5.
    [#]# 0.5
    * Support "as" keyword in imports (#21).
      [API change] In Typst.Syntax, the Imports type now contains
      fields for an optional "as" identifier.
    * Support version type (#21).
      [API change] Add VVersion constructor to Val, TVersion to ValType.
      Support the `version` constructor function and the `at` method (#21).
    * Parser: Ensure that `set` rule doesn't pick up `if` on next line (#23).
    * Parser: Allow multiline strings (#20).
    * Allow function applications in dictionary key construction (#19).
      [API change]:  in Typst.Syntax, the Dict constructor for Expr
      now takes type `[Spreadable (Expr, Expr)]` instead of
      `[Spreadable (Identifier, Expr)]`. This is because the key
      identifiers sometimes are not known at parse time and must
      be computed in Evaluate.
    [#]# 0.4
    * `evaluateTypst` now returns a single Content instead of a sequence
      (breaking API change). The Content is a "document" element that wraps
      the other contents. (This is added automatically in typst:
      https://typst.app/docs/reference/model/document/#parameters-title.)
    * Improve math parser.
    * Add `sys` module and `sys.version`.
    * Math: add `sech` and `csch` operators, `math.mid`.
    * `math.op` is no longer limited to string argument.
    * Remove automatic matching for `|..|` in math (typst 0.8 breaking change).
    * Fix `in` so it works with a type.
    * `repr` label with angle brackets.
    * `cite` now just takes one positional element, a label
      instead of strings (typst 0.9 breaing change).
    * Add `quote` element.
    * Add first-class types. `type()` function now returns a
      ValType instead of a string. Allow ValTypes to == strings
      for compatibility, as in typst.
    * `highlight` element for text.
    * Allow array `zip` method to take any number of arguments.
    * Add `calc.tau`.
    * Add array `intersperse` method.
    * Add string `rev` method.
    * Fix search path for typst packages, from
      `cache/typst/packages/preview/packagename-major.minor.patch` to
      `cache/typst/packages/preview/packagename-major/minor.patch` (#18).
    * Add support of 'wide' spacing character.
    * Fix precedence for numerical attachments (#17).
      Typst makes a subtle distinction between `$a_1(x)$`, in which
      the `_` groups more tightly than the `(..)`, and $`a_f(x)$`,
      in which the `(..)` groups more tightly than the `_`.
      This patch implements the distinction.  This fixes conversion of,
      e.g., `$n(a)^(b)$`.
    * Use typst-symbols 0.1.5.
* Fri Oct 27 2023 psimons@suse.com
  - Add typst at version 0.3.2.1.

Files

/usr/lib64/ghc-8.10.7/package.conf.d/typst-0.5.conf
/usr/lib64/ghc-8.10.7/typst-0.5/Typst
/usr/lib64/ghc-8.10.7/typst-0.5/Typst.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Bind.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Bind.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Bind.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Evaluate.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Evaluate.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Evaluate.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/MathClass.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/MathClass.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/MathClass.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Methods.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Methods.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Methods.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module/Calc.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module/Calc.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module/Calc.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module/Math.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module/Math.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module/Math.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module/Standard.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module/Standard.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Module/Standard.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Parse.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Parse.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Parse.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Regex.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Regex.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Regex.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Show.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Show.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Show.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Syntax.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Syntax.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Syntax.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Types.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Types.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Types.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Util.dyn_hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Util.hi
/usr/lib64/ghc-8.10.7/typst-0.5/Typst/Util.p_hi
/usr/lib64/ghc-8.10.7/typst-0.5/libHStypst-0.5-9NgZv1aaGyuDFLqLtYKiob.a
/usr/lib64/ghc-8.10.7/typst-0.5/libHStypst-0.5-9NgZv1aaGyuDFLqLtYKiob_p.a
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/CHANGELOG.md
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/Typst-Evaluate.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/Typst-Methods.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/Typst-Parse.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/Typst-Syntax.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/Typst-Types.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/Typst-Util.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/Typst.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-58.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-A.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-All.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-B.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-C.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-D.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-E.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-F.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-G.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-H.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-I.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-J.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-K.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-L.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-M.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-N.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-O.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-P.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-Q.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-R.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-S.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-T.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-U.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-V.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-W.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index-X.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/doc-index.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/index.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/linuwial.css
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/meta.json
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/quick-jump.css
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Bind.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Evaluate.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.MathClass.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Methods.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Module.Calc.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Module.Math.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Module.Standard.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Parse.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Regex.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Show.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Syntax.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Types.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.Util.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/Typst.html
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/highlight.js
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/src/style.css
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/synopsis.png
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/typst.haddock
/usr/share/doc/ghc-8.10.7/html/libraries/typst-0.5/typst.txt
/usr/share/doc/packages/ghc-typst-devel
/usr/share/doc/packages/ghc-typst-devel/CHANGELOG.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:22:11 2024