Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-dhall-devel | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.42.1 | Vendor: openSUSE |
Release: bp156.1.3 | Build date: Wed May 15 08:09:59 2024 |
Group: Unspecified | Build host: i03-armsrv1 |
Size: 91003581 | Source RPM: ghc-dhall-1.42.1-bp156.1.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/dhall | |
Summary: Haskell dhall library development files |
This package provides the Haskell dhall library development files.
BSD-3-Clause
* Mon Nov 06 2023 Peter Simons <psimons@suse.com> - Update dhall to version 1.42.1. 1.42.1 * Add several new entrypoints to `Dhall` module [[#2534](https://github.com/dhall-lang/dhall-haskell/pull/2534)] / [[#2544](https://github.com/dhall-lang/dhall-haskell/pull/2544)] * Build against latest versions of: * [`ansi-terminal`](https://github.com/dhall-lang/dhall-haskell/pull/2521) * [`optparse-applicative`](https://github.com/dhall-lang/dhall-haskell/pull/2543) * [`optparse-generic`](https://github.com/dhall-lang/dhall-haskell/pull/2519) * [`lens`](https://github.com/dhall-lang/dhall-haskell/pull/2539) * `template-haskell` [[#2532](https://github.com/dhall-lang/dhall-haskell/pull/2532)] / [[#2542](https://github.com/dhall-lang/dhall-haskell/pull/2542)] * [`unix-compat`](https://github.com/dhall-lang/dhall-haskell/pull/2532) 1.42.0 * [Supports standard version 23.0.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v23.0.0) * [BREAKING CHANGE TO THE API AND LANGUAGE: Language support for `Bytes` literals](https://github.com/dhall-lang/dhall-haskell/pull/2499) * This is a breaking change to the API due to adding new `Bytes` and `BytesLiteral` constructors to the `Expr` type * This is a breaking change to the language now that `Bytes` is a reserved identifier * [BREAKING CHANGE TO THE API AND LANGUAGE: New `{Date,Time,TimeZone}/show` builtins](https://github.com/dhall-lang/dhall-haskell/pull/2493) * This is a breaking change to the API due to adding new `{Date,Time,TimeZone}Show` constructors to the `Expr` type * This is a breaking change to the language now that `{Date,Time,TimeZone}/show` are not reserved identifiers * [BREAKING CHANGE: `dhall lint` no longer sorts `let` bindings](https://github.com/dhall-lang/dhall-haskell/pull/2503) * This had to be removed because the old behavior was not always correct * The old behavior would sometimes change the behavior of a Dhall program or break the program * Out of an abundance of caution we're disabling the feature until it can be properly fixed (which is't trivial) * [BUG FIX: Fix pretty-printing of `Time` literals](https://github.com/dhall-lang/dhall-haskell/pull/2466) * The pretty-printer was stripping leading zeros from the fractional component of seconds * [BUG FIX: Fix custom normalizers to work for things other than functions](https://github.com/dhall-lang/dhall-haskell/pull/2464) * Before this change you could extend the language with custom functions, but not custom values (e.g. `foo = 1`) * [BUG FIX: Don't URL encode path components](https://github.com/dhall-lang/dhall-haskell/pull/2505) * The pretty-printer was URL-encoding path components, which is not correct (according to the standard) * URL path components are supposed to be already URL-encoded by the user and left undisturbed by the interpreter (which is now what it correctly does) * New `dhall package` command: [#2478](https://github.com/dhall-lang/dhall-haskell/pull/2487), [#2508](https://github.com/dhall-lang/dhall-haskell/pull/2508) * This command makes it easier to turn a directory full of Dhall expressions into a dhall package (e.g. `package.dhall`) * [Improved `dhall to-directory-tree` subcommand](https://github.com/dhall-lang/dhall-haskell/pull/2437) * The `dhall to-directory-tree` subcommand now optionally supports specifying metadata for generated paths * For a worked example, see: https://github.com/dhall-lang/dhall-haskell/blob/main/dhall/examples/to-directory-tree.dhall * `dhall freeze --cache --all` is now idempotent: [#2486](https://github.com/dhall-lang/dhall-haskell/pull/2486), [#2500](https://github.com/dhall-lang/dhall-haskell/pull/2500) * Before this change a second run would fail due to attempting to resolve the `missing` import it would generate * [New Template Haskell options for adding strictness annotations to generated Haskell types](https://github.com/dhall-lang/dhall-haskell/pull/2504) * [Template Haskell can now generate higher-kinded Haskell types from higher-kinded Dhall types](https://github.com/dhall-lang/dhall-haskell/pull/2506) * [New `Dhall.Freeze` utilities for working with custom evaluators](https://github.com/dhall-lang/dhall-haskell/pull/2478) * [Add `Data` instances for `Import` and various other types](https://github.com/dhall-lang/dhall-haskell/pull/2462) * [Add `Eq` instances for `InvalidDecoder` and `ExtractError`](https://github.com/dhall-lang/dhall-haskell/pull/2482) 1.41.2 * [BUG FIX: Fix `:hash` REPL command to α-normalize input](https://github.com/dhall-lang/dhall-haskell/pull/2420) * [Add `{From,To}Dhall` instances for `DayOfWeek`](https://github.com/dhall-lang/dhall-haskell/pull/2413) * [Add `{From,To}Dhall` instances for `ShortText`](https://github.com/dhall-lang/dhall-haskell/pull/2413) * Performance improvements * [#2423](https://github.com/dhall-lang/dhall-haskell/pull/2423) * Fixes and improvements to haddocks * [#2396](https://github.com/dhall-lang/dhall-haskell/pull/2396) * Fixes and improvements to test suite * [#2342](https://github.com/dhall-lang/dhall-haskell/pull/2382) * [#2394](https://github.com/dhall-lang/dhall-haskell/pull/2394) * Build against newer dependencies * [`pretty-simple-4.1`](https://github.com/dhall-lang/dhall-haskell/pull/2408) * [`aeson-2.1`](https://github.com/dhall-lang/dhall-haskell/pull/2424) * [`vector-0.13`](https://github.com/dhall-lang/dhall-haskell/pull/2427) * [`turtle-1.6`](https://github.com/dhall-lang/dhall-haskell/pull/2431) 1.41.1 * [BUG FIX: Don't escape `?` path component when pretty-printing `with` expressions](https://github.com/dhall-lang/dhall-haskell/pull/2392) 1.41.0 * [Support standard version 22.0.0](https://github.com/dhall-lang/dhall-lang/releases/tag/v22.0.0) * [Allow `with` expressions to update `Optional` values using `?`](https://github.com/dhall-lang/dhall-haskell/pull/2386) * [Add `showConstructor` keyword](https://github.com/dhall-lang/dhall-haskell/pull/2384) * [BUG FIX: Fix pretty-printing of time zones](https://github.com/dhall-lang/dhall-haskell/pull/2379) * Timezones with a negative offset were previously being rendered with two leading minus signs instead of one * [BUG FIX: `dhall freeze --cache` to work with standard version 21.0.0](https://github.com/dhall-lang/dhall-haskell/pull/2350) * `dhall freeze` will now use `missing sha256:…` for the first import so that the latter import will be tried if the import is not in cache * The old behavior is incompatible with standard version 21.0.0 because the new behavior of the `?` operator doesn't fall back on hash mismatches * [BUG FIX: Allow `with` expression to update a field named `Some`](https://github.com/dhall-lang/dhall-haskell/pull/2354) * This fixes a discrepancy between the Haskell implementation and the standard where the Haskell implementation would not permit `{ Some = 0 } with Some = 1 ` * [Fix `dhall {format,lint,freeze}` to preserve leading shebangs](https://github.com/dhall-lang/dhall-haskell/pull/2364) * [Add `FromDhall` instances for `Int{8,16,32,64}`](https://github.com/dhall-lang/dhall-haskell/pull/2349) * Sun Jan 29 2023 Peter Simons <psimons@suse.com> - Update dhall to version 1.40.2 revision 3. Upstream has revised the Cabal build instructions on Hackage. * Thu Feb 03 2022 Peter Simons <psimons@suse.com> - Update dhall to version 1.40.2 revision 2. 1.40.2 * [Supports standard version 21.1.0](https://github.com/dhall-lang/dhall-haskell/pull/2236) * [The interpreter now supports customizing headers using a `headers.dhall` configuration file](https://github.com/dhall-lang/dhall-haskell/pull/2236) * [Generalize grammar for certain annotations](https://github.com/dhall-lang/dhall-haskell/pull/2320) * [Add support for a trailing line comment without a newline](https://github.com/dhall-lang/dhall-haskell/pull/2309) * [BUG FIX: `dhall repl` no longer ignores type annotations on `:let` commands](https://github.com/dhall-lang/dhall-haskell/pull/2297) * Before this fix, `:let x : T = 3` would ignore the `: T` type annotation * [BUG FIX: Don't accept a bar after an empty union](https://github.com/dhall-lang/dhall-haskell/pull/2338) * Before this fix, the interpreter would accept something like `<>|`, which is not valid according to the standard grammar * New `FromDhall`/`ToDhall` instances for `Day`/`TimeOfDay`/`TimeZone` [#2294](https://github.com/dhall-lang/dhall-haskell/pull/2294) [#2300](https://github.com/dhall-lang/dhall-haskell/pull/2300) * These types correspond to the recent temporal literals added to the language * [New `subExpressionsWith` `Traversal`](https://github.com/dhall-lang/dhall-haskell/pull/2302) * [Add Template Haskell support for modifying field names in generated Haskell types](https://github.com/dhall-lang/dhall-haskell/pull/2285) * This adds a new `makeHaskellTypesWith` utility with takes a `GenerateOptions` function argument for customizing the code-generation logic * This comes in handy when Dhall fields have names are reserved keywords in Haskell code. You can now transform the Haskell field names to avoid collisions * [Support GHC 9.2](https://github.com/dhall-lang/dhall-haskell/pull/2328) * Fixes and improvements to documentation * [#2290](https://github.com/dhall-lang/dhall-haskell/pull/2290) * Fixes and improvements to error messages * [#2303](https://github.com/dhall-lang/dhall-haskell/pull/2303) * Mon Nov 15 2021 psimons@suse.com - Update dhall to version 1.40.1 revision 5. Upstream has revised the Cabal build instructions on Hackage. * Thu Nov 11 2021 psimons@suse.com - Update dhall to version 1.40.1 revision 4. Upstream has revised the Cabal build instructions on Hackage. * Sun Nov 07 2021 psimons@suse.com - Update dhall to version 1.40.1 revision 3. Upstream has revised the Cabal build instructions on Hackage. * Mon Sep 27 2021 psimons@suse.com - Update dhall to version 1.40.1 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Wed Aug 25 2021 psimons@suse.com - Update dhall to version 1.40.1. 1.40.1 * [BUG FIX: Fix equivalence check for `Date` / `Time` / `TimeZone`](https://github.com/dhall-lang/dhall-haskell/pull/2291) * This fixes a serious bug in the recently introduced support for temporal literals where they would fail to type-check when given a correct type annotation or when they were checked against an existing type * For example, `00:00:00 : Time` was failing to type-check * Sun Aug 22 2021 psimons@suse.com - Update dhall to version 1.40.0. 1.40.0 * [Almost supports version 20.2.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v20.2.0) * The main thing that is missing is support for the `headers.dhall` file * [BREAKING CHANGE TO THE LANGUAGE: Add support for `Date` / `Time` / `TimeZone` ](https://github.com/dhall-lang/dhall-haskell/pull/2247) * This is a breaking change because `Date`, `Time`, and `TimeZone` are now reserved identifiers * [Improved fallback behavior for `?`](https://github.com/dhall-lang/dhall-haskell/pull/2203) * [BREAKING CHANGE TO THE LANGUAGE: Require whitespace before `with`](https://github.com/dhall-lang/dhall-haskell/pull/2213) * The parser now requires whitespace before the `with` keyword, which brings the Haskell implementation into closer compliance with the standard * In practice this is a technically breaking change which will not affect most programs * [New `FromDhall` instances for `Predicate`, `Equivalence`, and `Op`](https://github.com/dhall-lang/dhall-haskell/pull/2278) * [`dhall lint` will now sort `let` bindings with imports](https://github.com/dhall-lang/dhall-haskell/pull/2205) * `dhall lint` now reorders `let` bindings to move imports to the top so long as doing so does not change the behavior of the program * Fixes and improvements to code formatting * [#2280](https://github.com/dhall-lang/dhall-haskell/pull/2280) * Fixes and improvements to error messages * [#2244](https://github.com/dhall-lang/dhall-haskell/pull/2244) * [#2238](https://github.com/dhall-lang/dhall-haskell/pull/2238) * Mon Jul 19 2021 psimons@suse.com - Update dhall to version 1.39.0 revision 3. Upstream has revised the Cabal build instructions on Hackage. * Thu Jul 15 2021 psimons@suse.com - Update dhall to version 1.39.0 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Fri Jun 04 2021 psimons@suse.com - Update dhall to version 1.39.0. 1.39.0 * [Supports version 20.2.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v20.2.0) * [Add support for Unix shebangs](https://github.com/dhall-lang/dhall-haskell/pull/2175) * [BREAKING CHANGE TO THE API: `dhall {format,freeze,lint}` now accept multiple files](https://github.com/dhall-lang/dhall-haskell/pull/2169) * The `--inplace` flag is no longer necessary and you can now specify multiple files to update in place on the command line, like `dhall format foo.dhall bar.dhall` * The `--inplace` flag is still accepted, but does nothing, and will emit a warning * This is a breaking change to the API for formatting/freezing/linting files because now you can specify multiple inputs instead of one input * [BREAKING CHANGE: Pre-6.0.0 hashes are no longer supported](https://github.com/dhall-lang/dhall-haskell/pull/2190) * The interpreter no longer provides backwards compatibility for integrity checks computed before standard version 6.0.0 * This is a breaking change to the API of the `Dhall.Binary` module, where certain utilities are no longer parameterized on a `StandardVersion` * This is also a breaking change to any Dhall code that depended on these really old integrity checks * [BUG FIX: Formatting `≡` now correctly preserves the original character set](https://github.com/dhall-lang/dhall-haskell/pull/2176) * [BUG FIX: Don't panic on `Text/replace ""`](https://github.com/dhall-lang/dhall-haskell/pull/2184) * [Quasiquotation support for Dhall](https://github.com/dhall-lang/dhall-haskell/pull/2198) * You can now convert a Dhall expression to the corresponding syntax tree using a quasiquoter like this: `[dhall| \x -> x + 2 ]` * [New `Dhall.Marshal.{Encode,Decode}` modules](https://github.com/dhall-lang/dhall-haskell/pull/2193) * These modules split up the `Dhall` module into two smaller modules for encoding and decoding logic, respectively * The `Dhall` module still re-exports the same functionality as before, so this is not a breaking change * [Support GHC 9.0.1](https://github.com/dhall-lang/dhall-haskell/pull/2154) * Fixes and improvements to code formatting * [Improve pretty-printing of `sha256`](https://github.com/dhall-lang/dhall-haskell/pull/2189) * Tue May 18 2021 psimons@suse.com - Update dhall to version 1.38.1 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Tue May 11 2021 psimons@suse.com - Update dhall to version 1.38.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Tue May 11 2021 Ondřej Súkup <mimi.vx@gmail.com> - relax constraints on memory * Mon Mar 29 2021 psimons@suse.com - Update dhall to version 1.38.1. 1.38.1 * [Add `INLINABLE` annotations in more places](https://github.com/dhall-lang/dhall-haskell/pull/2164) * This may improve performance by enabling more specializations * [Fix `hashable`-related test failures](https://github.com/dhall-lang/dhall-haskell/pull/2152) * [Fix support for GHC 8.4.4](https://github.com/dhall-lang/dhall-haskell/pull/2143) * … by using `GeneralizedNewtypeDeriving` (with a `z`) * [Allow doctest-0.18](https://github.com/dhall-lang/dhall-haskell/pull/2148) * [Allow bytestring-0.11](https://github.com/dhall-lang/dhall-haskell/pull/2144) * Sat Feb 13 2021 psimons@suse.com - Update dhall to version 1.38.0 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Thu Jan 28 2021 psimons@suse.com - Update dhall to version 1.38.0 revision 1. 1.38.0 * [BREAKING CHANGE: Detect preferred character set from input](https://github.com/dhall-lang/dhall-haskell/pull/2108) * `dhall format` will now preserve the character set of the formatted file by default. In other words, if the file uses ASCII punctuation then `dhall format` will format the file using ASCII punctuation. * If the file contains both ASCII and Unicode punctuation it will prefer Unicode by default * This is a breaking change because the `Lam` / `Pi` / `Combine` / `CombineTypes`, and `Prefer` constructors now take an additional argument to record which character set was used * [BUG FIX: Fix CORS compliance check](https://github.com/dhall-lang/dhall-haskell/pull/2121) * Previous versions were not correctly enforcing CORS compliance * This implies that some imports that would have worked previously by accident will now fail; specifically: an import from one domain transitively importing something from another domain that has not opted into CORS * [Add `ToDhall (Fix f)` instance](https://github.com/dhall-lang/dhall-haskell/pull/2122) * Fixes and improvements to error messages * [#2130](https://github.com/dhall-lang/dhall-haskell/pull/2130) * Tue Dec 29 2020 psimons@suse.com - Update dhall to version 1.37.1 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build * Thu Dec 17 2020 psimons@suse.com - Update dhall to version 1.37.1. 1.37.1 * [Fix performance regression for `with` expressions](https://github.com/dhall-lang/dhall-haskell/pull/2112) * Mon Dec 07 2020 psimons@suse.com - Update dhall to version 1.37.0. 1.37.0 * [Supports version 20.0.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v20.0.0) * [Implement revised `Text/replace` β-normalization](https://github.com/dhall-lang/dhall-haskell/pull/2072) * [Allow `Text/replace ""` to support an abstract haystack](https://github.com/dhall-lang/dhall-haskell/pull/2084) * [Support `if` expressions returning a type or kind](https://github.com/dhall-lang/dhall-haskell/pull/2080) * BREAKING CHANGE TO THE API: [Improve error message for duplicate projection label](https://github.com/dhall-lang/dhall-haskell/pull/2097) * This also makes the implementation more standards-compliant, by treating a duplicate label as a type error instead of a parse error * This is a breaking change since the `Project` constructor now stores a `[Text]` instead of `Set Text` * [Add `--cache` flag to `dhall hash`](https://github.com/dhall-lang/dhall-haskell/pull/2093) * This flag adds the hashed expression to the cache when enabled * [Deprecate `Inject` / `Interpret`](https://github.com/dhall-lang/dhall-haskell/pull/2099) * You should instead use `ToDhall` / `FromDhall`, respectively * Fixes and improvements to the haddocks: * [#2098](https://github.com/dhall-lang/dhall-haskell/pull/2098) * [#2100](https://github.com/dhall-lang/dhall-haskell/pull/2100) * Fixes and improvements to error messages: * [#2082](https://github.com/dhall-lang/dhall-haskell/pull/2082) * [#2095](https://github.com/dhall-lang/dhall-haskell/pull/2095) * Fixes and improvements to the parser: * [#2083](https://github.com/dhall-lang/dhall-haskell/pull/2089) * Fixes and improvements to the pretty printer: * [#2083](https://github.com/dhall-lang/dhall-haskell/pull/2083) * [#2101](https://github.com/dhall-lang/dhall-haskell/pull/2101) * Sun Dec 06 2020 psimons@suse.com - Update dhall to version 1.36.0 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Wed Dec 02 2020 Ondřej Súkup <mimi.vx@gmail.com> - relax overspecified constraints * Thu Oct 22 2020 psimons@suse.com - Update dhall to version 1.36.0. 1.36.0 * [Supports version 19.0.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v19.0.0) * BREAKING CHANGE TO THE API: [Add `Text/replace` built-in](https://github.com/dhall-lang/dhall-haskell/pull/2063) * [Implement `with` without syntactic sugar](https://github.com/dhall-lang/dhall-haskell/pull/2055) * [`dhall lint` will now add a `.dhall` extension to all Prelude imports](https://github.com/dhall-lang/dhall-haskell/pull/2061) * The old extension-free Prelude imports are deprecated * [Fix command-line completions for files](https://github.com/dhall-lang/dhall-haskell/pull/2016) * [Improve Template Haskell support for record constructors](https://github.com/dhall-lang/dhall-haskell/pull/2070) * Fixes and improvements to code formatting * [#2037](https://github.com/dhall-lang/dhall-haskell/pull/2037) * [#2048](https://github.com/dhall-lang/dhall-haskell/pull/2048) * [#2069](https://github.com/dhall-lang/dhall-haskell/pull/2069) * Tue Oct 06 2020 psimons@suse.com - Update dhall to version 1.35.0 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Wed Sep 16 2020 psimons@suse.com - Update dhall to version 1.35.0 revision 1. Upstream has revised the Cabal build instructions on Hackage. * Sat Sep 12 2020 psimons@suse.com - Update dhall to version 1.35.0. 1.35.0 * [Supports version 18.0.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v18.0.0) * [Implement more efficient `with` desugaring](https://github.com/dhall-lang/dhall-haskell/pull/1993) * Chained `with` expressions will now be much more efficient * [BREAKING CHANGE TO THE API: Preserve whitespace for `Lam` constructor](https://github.com/dhall-lang/dhall-haskell/pull/1980) * This change extends the `Lam` constructor to preserve whitespace around the variable binding * The motivation for this change is to enable `dhall-docs` to support jumping to definitions * You can replace your existing `Lam` constructors with `Dhall.Core.makeFunctionBinding` * [BREAKING CHANGE TO THE API: Preserve whitespace for `Field` constructors](https://github.com/dhall-lang/dhall-haskell/pull/1991) * This change extends the `Field` constructor to preserve whitespace around the selected field * The motivation for this change is to enable `dhall-docs` to support jumping to definitions * You can use `Dhall.Core.makeFieldSelection` and `Dhall.Core.fieldSelectionLabel` to convert between the detailed and the simple representation of the selected field. * [Add `FromDhall` instances for `{Int,Word}{,8,16,32,64}`](https://github.com/dhall-lang/dhall-haskell/pull/2012) * [Add `--output` option for `dhall text` subcommand](https://github.com/dhall-lang/dhall-haskell/pull/1974) * [Add `Dhall.Crypto.toString`](https://github.com/dhall-lang/dhall-haskell/pull/1976) * [Make the HTTP `Manager` configurable](https://github.com/dhall-lang/dhall-haskell/pull/2027) * Several import-related functions now provide an alternative variants that allows the user to supply a custom `Manager` * You can use this to tweak HTTP request timeouts or use a different TLS manager (e.g. one from `http-client-openssl`) * Fixes and improvements to code formatting * [#2000](https://github.com/dhall-lang/dhall-haskell/pull/2000) * [#2021](https://github.com/dhall-lang/dhall-haskell/pull/2021) The formatter now preserves comments for record fields (both record types and record literals) * Fixes and improvements to documentation * [#2011](https://github.com/dhall-lang/dhall-haskell/pull/2011) * [#2013](https://github.com/dhall-lang/dhall-haskell/pull/2013) * [#2014](https://github.com/dhall-lang/dhall-haskell/pull/2014) * Fixes and improvements to test suite * [#2020](https://github.com/dhall-lang/dhall-haskell/pull/2020) * Tue Sep 08 2020 psimons@suse.com - Update dhall to version 1.34.0 revision 2. 1.34.0 * [Supports version 17.1.0 of the standard](https://github.com/dhall-lang/dhall-lang/releases/tag/v17.1.0) * [Add support for trailing commas](https://github.com/dhall-lang/dhall-haskell/pull/1885) * BREAKING CHANGE to the API: [Support prefix comments on record key-value pairs](https://github.com/dhall-lang/dhall-haskell/pull/1908) * The Dhall AST (i.e. `Expr`) now preserves some comments for record types and record literals * The impact of this change is that you will need to add `Dhall.Syntax.makeRecordField` or `Dhall.Syntax.recordFieldValue` in a few places wherever your Haskell assembles or disassembles record expressions * The motivation of this change is two-fold: * To eventually enable `dhall-docs` support for rendering record comments as documentation * To eventually enable support for preserving record-related comments when formatting Dhall code * BUG FIX: [Fix `with` expressions to permit functions on their left-hand side](https://github.com/dhall-lang/dhall-haskell/pull/1897) * This was a case of the Haskell implementation not being compliant with the standard grammar * [Drop support for GHC 8.2](https://github.com/dhall-lang/dhall-haskell/pull/1949) * [Add a new `dhall rewrite-with-schemas` command](https://github.com/dhall-lang/dhall-haskell/pull/1902) * You can now simplify a Dhall expression using a schema record (e.g. a `./schemas.dhall` record that a package might provide) * This simplification replaces large anonymous records with an equivalent use of a record completion when possible * [Add `--transitive` flag to `dhall {format,lint,freeze}](https://github.com/dhall-lang/dhall-haskell/pull/1880) * This flag lets you format/lint/freeze a file and all of its transitive dependencies that are reachable via relative file imports * [Move `man/dhall.1` to `data-files`](https://github.com/dhall-lang/dhall-haskell/pull/1921) * This ensures that Cabal will install `dhall`'s `man` pages in the correct directory * Performance improvements * [#1879](https://github.com/dhall-lang/dhall-haskell/pull/1879) * Standards compliance * [#1953](https://github.com/dhall-lang/dhall-haskell/pull/1953) * [#1954](https://github.com/dhall-lang/dhall-haskell/pull/1954) * [#1956](https://github.com/dhall-lang/dhall-haskell/pull/1956) * [#1957](https://github.com/dhall-lang/dhall-haskell/pull/1957) * [#1958](https://github.com/dhall-lang/dhall-haskell/pull/1958) * Fixes and improvements to haddocks * [#1881](https://github.com/dhall-lang/dhall-haskell/pull/1881) * [#1955](https://github.com/dhall-lang/dhall-haskell/pull/1955) * Mon Aug 31 2020 psimons@suse.com - Update dhall to version 1.33.1 revision 2. Upstream has revised the Cabal build instructions on Hackage. * Wed Aug 19 2020 Michel Normand <normand@linux.vnet.ibm.com> - Add _constraints with 6GB min disk space for ppc64/ppc64le * Tue Aug 18 2020 Peter Simons <psimons@suse.com> - Replace %setup -q with the more modern %autosetup macro. * Tue Aug 18 2020 Peter Simons <psimons@suse.com> - Tweak Cabal file to accept latest version of optparse-applicative. * Thu Aug 13 2020 Peter Simons <psimons@suse.com> - Relax overspecified dependency on ansi-terminal. * Mon Aug 10 2020 Ondřej Súkup <mimi.vx@gmail.com> - relax dependency constraints * Wed Jul 08 2020 psimons@suse.com - Add dhall at version 1.33.1.
/usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Binary.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Binary.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Binary.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Context.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Context.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Context.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Core.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Core.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Core.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Crypto.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Crypto.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Crypto.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Deriving.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Deriving.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Deriving.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Diff.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Diff.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Diff.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/DirectoryTree /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/DirectoryTree.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/DirectoryTree.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/DirectoryTree.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/DirectoryTree/Types.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/DirectoryTree/Types.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/DirectoryTree/Types.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Eval.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Eval.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Eval.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Format.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Format.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Format.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Freeze.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Freeze.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Freeze.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/HTTP.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/HTTP.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/HTTP.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/Headers.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/Headers.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/Headers.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/Manager.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/Manager.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/Manager.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/Types.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/Types.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Import/Types.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Lint.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Lint.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Lint.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Main.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Main.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Main.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Map.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Map.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Map.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal/Decode.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal/Decode.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal/Decode.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal/Encode.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal/Encode.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal/Encode.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal/Internal.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal/Internal.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Marshal/Internal.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Normalize.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Normalize.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Normalize.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Optics.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Optics.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Optics.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Package.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Package.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Package.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser/Combinators.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser/Combinators.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser/Combinators.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser/Expression.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser/Expression.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser/Expression.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser/Token.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser/Token.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Parser/Token.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Pretty /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Pretty.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Pretty.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Pretty.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Pretty/Internal.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Pretty/Internal.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Pretty/Internal.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Repl.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Repl.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Repl.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Schemas.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Schemas.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Schemas.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Set.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Set.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Set.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Src.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Src.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Src.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Substitution.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Substitution.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Substitution.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Binding.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Binding.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Binding.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Chunks.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Chunks.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Chunks.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Const.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Const.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Const.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Expr.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Expr.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Expr.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/FunctionBinding.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/FunctionBinding.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/FunctionBinding.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Import.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Import.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Import.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Applicative.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Applicative.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Applicative.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Bifunctor.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Bifunctor.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Bifunctor.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Data.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Data.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Data.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Eq.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Eq.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Eq.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Foldable.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Foldable.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Foldable.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Functor.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Functor.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Functor.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Lift.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Lift.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Lift.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Monad.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Monad.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Monad.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/NFData.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/NFData.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/NFData.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Ord.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Ord.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Ord.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Pretty.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Pretty.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Pretty.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Show.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Show.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Show.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Traversable.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Traversable.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Instances/Traversable.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/MultiLet.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/MultiLet.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/MultiLet.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Operations.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Operations.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Operations.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/RecordField.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/RecordField.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/RecordField.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Types.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Types.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Types.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Var.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Var.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Syntax/Var.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/TH.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/TH.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/TH.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Tags.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Tags.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Tags.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Tutorial.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Tutorial.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Tutorial.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/TypeCheck.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/TypeCheck.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/TypeCheck.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/URL.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/URL.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/URL.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Util.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Util.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Util.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Version.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Version.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Dhall/Version.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Paths_dhall.dyn_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Paths_dhall.hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/Paths_dhall.p_hi /usr/lib64/ghc-8.10.7/dhall-1.42.1/libHSdhall-1.42.1-7rBYwepaCc07eOmEEDCrlc.a /usr/lib64/ghc-8.10.7/dhall-1.42.1/libHSdhall-1.42.1-7rBYwepaCc07eOmEEDCrlc_p.a /usr/lib64/ghc-8.10.7/package.conf.d/dhall-1.42.1.conf /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1 /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Binary.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Context.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Core.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Crypto.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Deriving.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Diff.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-DirectoryTree.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Format.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Freeze.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Import.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Lint.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Main.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Map.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Marshal-Decode.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Marshal-Encode.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Optics.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Package.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Parser-Expression.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Parser-Token.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Parser.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Pretty.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Repl.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Schemas.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Set.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Src.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Substitution.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-TH.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Tags.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Tutorial.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-TypeCheck.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Util.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall-Version.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/Dhall.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/dhall.haddock /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/dhall.txt /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-60.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-62.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-95.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-A.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-All.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-B.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-C.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-D.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-E.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-F.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-G.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-H.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-I.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-J.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-K.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-L.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-M.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-N.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-O.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-P.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-Q.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-R.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-S.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-T.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-U.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-V.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-W.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-X.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index-Z.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/doc-index.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/haddock-bundle.min.js /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/index.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/linuwial.css /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/meta.json /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/quick-jump.css /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Binary.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Context.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Core.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Crypto.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Deriving.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Diff.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.DirectoryTree.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.DirectoryTree.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Eval.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Format.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Freeze.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Import.HTTP.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Import.Headers.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Import.Manager.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Import.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Import.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Lint.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Main.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Map.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Marshal.Decode.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Marshal.Encode.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Marshal.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Normalize.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Optics.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Package.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Parser.Combinators.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Parser.Expression.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Parser.Token.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Parser.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Pretty.Internal.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Pretty.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Repl.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Schemas.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Set.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Src.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Substitution.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Binding.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Chunks.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Const.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Expr.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.FunctionBinding.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Import.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Applicative.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Bifunctor.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Data.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Eq.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Foldable.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Functor.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Lift.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Monad.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.NFData.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Ord.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Pretty.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Show.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Instances.Traversable.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.MultiLet.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Operations.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.RecordField.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.Var.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Syntax.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.TH.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Tags.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Tutorial.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.TypeCheck.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.URL.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Util.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.Version.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Dhall.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/Paths_dhall.html /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/highlight.js /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/src/style.css /usr/share/doc/ghc-8.10.7/html/libraries/dhall-1.42.1/synopsis.png /usr/share/doc/packages/ghc-dhall-devel /usr/share/doc/packages/ghc-dhall-devel/CHANGELOG.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 15:11:13 2025