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

ghc-hpack-devel-0.34.6-bp154.1.16 RPM for ppc64le

From OpenSuSE Leap 15.4 for ppc64le

Name: ghc-hpack-devel Distribution: SUSE Linux Enterprise 15 SP4
Version: 0.34.6 Vendor: openSUSE
Release: bp154.1.16 Build date: Mon May 9 15:15:54 2022
Group: Unspecified Build host: obs-power9-06
Size: 26957070 Source RPM: hpack-0.34.6-bp154.1.16.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/hpack
Summary: Haskell hpack library development files
This package provides the Haskell hpack library development files.

Provides

Requires

License

MIT

Changelog

* Fri Nov 26 2021 Peter Simons <psimons@suse.com>
  - Update hpack to version 0.34.6.
    Upstream has edited the change log file since the last release in
    a non-trivial way, i.e. they did more than just add a new entry
    at the top. You can review the file at:
    http://hackage.haskell.org/package/hpack-0.34.6/src/CHANGELOG.md
* Thu Oct 14 2021 psimons@suse.com
  - Update hpack to version 0.34.5.
    [#]# Changes in 0.34.5
    - Compatibility with `aeson-2.*`
* Tue Oct 12 2021 psimons@suse.com
  - Update hpack to version 0.34.4 revision 1.
    Upstream has revised the Cabal build instructions on Hackage.
* Thu Apr 29 2021 Michel Normand <normand@linux.vnet.ibm.com>
  - Add _constraints for PowerPC as do not build on power8:05
* Mon Feb 08 2021 psimons@suse.com
  - Update hpack to version 0.34.4.
    [#]# Changes in 0.34.4
    - Render `default-extensions` / `other-extensions` line-separated
    - Compatibility with `Cabal-3.4.0.0`
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Tue Dec 08 2020 psimons@suse.com
  - Update hpack to version 0.34.3.
    [#]# Changes in 0.34.3
    - Ignore duplicate source directories (see #356)
    - Do not infer duplicate modules (see  #408, #406, #353)
    - Reject empty `then` / `else` sections (see #362)
    - Omit conditionals that are always `false` from generated `.cabal` file
      (see #404)
    - Infer correct `cabal-version` when `Path_` is used with `RebindableSyntax`
      and `OverloadedStrings` or `OverloadedLists` (see #400)
    - Do not use indentation from any existing `.cabal` file if it is invalid
      (e.g. `0`) (fixes #252)
    - Accept lists for `tested-with` (see #407)
    - Render current directory as `./` instead of `./.` for forward compatibility
      with future version of Cabal
* Tue Sep 29 2020 psimons@suse.com
  - Update hpack to version 0.34.2.
    [#]# Changes in 0.34.2
    - Accept subcomponents as dependencies (close #382)
    [#]# Changes in 0.34.1
    - Fix a bug in `github: ...` introduced with `0.34.0`
      (f63eb19b956517b4dd8e28dc5785be5889a99298)
    [#]# Changes in 0.34.0 (deprecated)
    - Use `PreferNoHash` as default `GenerateHashStrategy`
    - Add support for library `visibility` (see #382)
    - Reject URLs for `github`
    [#]# Changes in 0.33.1
    - Add `GenerateHashStrategy`.  The default is `PreferHash` for `0.33.0` and
      will change to `PreferNoHash` with `0.34.0`. See
      https://github.com/sol/hpack/pull/390) for details.
    - Add command-line options `--hash` and `--no-hash`
    [#]# Changes in 0.33.0.1
    - Silently ignore missing hash when the cabal file content didn't change at
      all (for forward compatibility with #390)
* Wed Aug 19 2020 Michel Normand <normand@linux.vnet.ibm.com>
  - Add _constraints with 6GB min disk space for ppc64/ppc64le
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Sat Oct 12 2019 psimons@suse.com
  - Update hpack to version 0.33.0.
    [#]# Changes in 0.33.0
    - Support GHC 8.8.1: `fail` is no longer a part of `Monad`. Instead, it lives
      in the `MonadFail` class. Adapting our code to this change meant changing
      the types of exporting functions, unfortunately, hence the major version
      bump.
* Fri Aug 30 2019 psimons@suse.com
  - Update hpack to version 0.32.0.
    [#]# Changes in 0.32.0
    - Support Cabal 3.0
    - Switch reexported-modules to comma-separated list
* Mon Mar 04 2019 psimons@suse.com
  - Update hpack to version 0.31.2.
    [#]# Changes in 0.31.2
    - Add default value for maintainer (see #339)
    - Escape commas and spaces in filenames when generating cabal files
* Sun Nov 04 2018 psimons@suse.com
  - Update hpack to version 0.31.1.
    [#]# Changes in 0.31.1
    - Show the header when printing to stdout (see #331)
    - Add help for `--numeric-version`(see #337)
* Wed Oct 10 2018 psimons@suse.com
  - Update hpack to version 0.31.0.
    [#]# Changes in 0.31.0
    - Add `mixin` to the fields read by dependencies when they are
      objects (see #318)
    - `hpack` now returns with a successful exit code if the `.cabal`
      file is up to date, even if it was generated by a newer version of
      `hpack`.
    [#]# Changes in 0.30.0
    - Warn on duplicate fields (see #283)
    - Always render `cabal-version` as `x.y` instead of `>= x.y` so that `cabal
      check` does not complain (see #322)
    - Extend `build-tools` so that it subsumes Cabal's `build-tools` and
      `build-tool-depends` (see #254)
    - Add support for `system-build-tools`
    - Keep declaration order for literal files in c-sources (and other fields
      that accept glob patterns).  This is crucial as a workaround for
      https://ghc.haskell.org/trac/ghc/ticket/13786 (see #324)
* Fri Aug 17 2018 psimons@suse.com
  - Update hpack to version 0.29.7.
    [#]# Changes in 0.29.7
    - Expose more stuff from `Hpack.Yaml` so that it can be used by third parties
    [#]# Changes in 0.29.6
    - Add `spec-version` (see #300)
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Tue Jul 17 2018 psimons@suse.com
  - Update hpack to version 0.29.5.
    - Fix a regression related to indentation sniffing (close #310)
    - Desugar ^>= when dependency is a string (see #309)
    - Add support for Apache, MPL and ISC when inferring `license` (see #305)
    - Desugar `^>=` for compatibility with `Cabal < 2` (see #213)
    - Add support for GPL, LGPL and AGPL when inferring `license` (see #305)
    - Add missing `extra-source-files` (see #302)
    - Infer `license` from `license-file`
    - Put the `cabal-version` at the beginning of the generated file. This Is
      required with `cabal-version: 2.1` and higher. (see #292)
    - With `cabal-version: 2.1` or higher omit `>=` when rendering (see #292)
    - Require `cabal-version: 2.2` when SPDX license identifiers are used (see #292)
    - Map cabal-style licenses to SPDX license identifiers when `cabal-version`
      is 2.2 or higher (see #292)
* Mon May 14 2018 psimons@suse.com
  - Update hpack to version 0.28.2.
    Relevant changes are:
    - GHC 8.4.1 compatibility
    - Add support for `cxx-options` and `cxx-sources` (see #205)
    - Add support for `data-dir` (see #100)
    - Generate valid `.cabal` files when `verbatim` is used top-level (see #280)
    - Local defaults are now resolved relative to the file they are
      mentioned in, not the CWD that hpack is invoked from.
    - Major refactoring of the exposed API (much cleaner now, but lot's of
      breaking changes!)
    - Remove Git conflict markers before checking the hash of any existing
      `.cabal` files (equivalent to `git checkout --ours`).  This allows to
      regenerate the `.cabal` file on conflicts when rebasing without passing
      `-f` in some cases and helps with preserving the formatting.
    - Allow local files to be used as defaults (#248)
    - Keep non-existing literal files on glob expansion (see #101)
    - Add support for `verbatim` Cabal escape hatch
    - Allow `version` be a numbers
    - Ignore fields that start with an underscore everywhere, not just globally
    - Add support for custom decoders to allow for alternate syntax (e.g. Dhall)
    - `generated-exposed-modules` and `generated-other-modules`, for populating
      the `autogen-modules` field (#207).
    - Corrected `cabal-version` setting for `reexported-modules` inside
      a conditional.
    - Add support for `defaults`
    - Add `--numeric-version`
    - Add support for `signatures`
    - `extra-doc-files` requires setting `cabal-version` to at least
      1.18; this is now done properly.
    - Accept bool for `condition` (see #230)
    - Fix a bug in module inference for conditionals (see #236)
    - Add support for `extra-doc-files`.
    - Add support for `pkg-config-dependencies`
    - Allow dependency constraints to be numbers (see #234)
    - Accept section-specific fields in conditionals (see #175, thanks to Scott
      Fleischman)
    - New section: `internal-libraries`, for Cabal 2's internal libraries (see #200).
    - Do not overwrite any existing cabal file if it has been modified manually
    - Add support for `frameworks` and `extra-frameworks-dirs`
    - Compatibility with `Glob >= 0.9.0`
    - Add `IsList` instance for `Dependencies`
    - Add Paths_* module to executables (see #195, for GHC 8.2.1 compatibility)
    - Allow specifying dependencies as a hash (see #198)
* Thu Aug 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu Jul 27 2017 psimons@suse.com
  - Update to version 0.18.1.
* Mon Jun 12 2017 psimons@suse.com
  - Update to version 0.17.1.
* Fri Apr 07 2017 psimons@suse.com
  - Improve generated package %description.
* Sun Feb 12 2017 psimons@suse.com
  - Update to version 0.17.0 with cabal2obs.
* Wed Aug 17 2016 psimons@suse.com
  - Update to version 0.14.1 revision 1 with cabal2obs.
* Sun Jul 10 2016 psimons@suse.com
  - Update to version 0.14.1 revision 0 with cabal2obs.
* Sat Jun 11 2016 mimi.vx@gmail.com
  - update to 0.14.1
* Mon May 23 2016 mimi.vx@gmail.com
  - initial commit

Files

/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/FromValue.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/FromValue.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/FromValue.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Key.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Key.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Key.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/KeyMap.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/KeyMap.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/KeyMap.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Parser.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Parser.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Parser.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Types.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Types.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Types.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Util.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Util.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Data/Aeson/Config/Util.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/CabalFile.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/CabalFile.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/CabalFile.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Config.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Config.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Config.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Defaults.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Defaults.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Defaults.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Haskell.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Haskell.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Haskell.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/License.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/License.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/License.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Module.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Module.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Module.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Options.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Options.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Options.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render/Dsl.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render/Dsl.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render/Dsl.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render/Hints.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render/Hints.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Render/Hints.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/BuildTools.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/BuildTools.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/BuildTools.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/Defaults.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/Defaults.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/Defaults.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/Dependencies.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/Dependencies.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/Dependencies.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/DependencyVersion.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/DependencyVersion.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/DependencyVersion.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/Git.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/Git.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/Git.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/ParseDependencies.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/ParseDependencies.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Syntax/ParseDependencies.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Utf8.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Utf8.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Utf8.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Util.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Util.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Util.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Yaml.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Yaml.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Hpack/Yaml.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Imports.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Imports.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Imports.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Path.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Path.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Path.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Paths_hpack.dyn_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Paths_hpack.hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/Paths_hpack.p_hi
/usr/lib64/ghc-8.10.7/hpack-0.34.6/libHShpack-0.34.6-L9JzaDAYWFBAXq5KLGBRro.a
/usr/lib64/ghc-8.10.7/hpack-0.34.6/libHShpack-0.34.6-L9JzaDAYWFBAXq5KLGBRro_p.a
/usr/lib64/ghc-8.10.7/package.conf.d/hpack-0.34.6.conf
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/Hpack-Config.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/Hpack-Render.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/Hpack-Yaml.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/Hpack.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-46.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-A.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-All.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-B.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-C.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-D.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-E.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-F.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-G.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-H.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-K.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-L.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-M.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-N.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-O.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-P.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-R.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-S.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-T.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-U.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-V.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index-W.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/doc-index.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/hpack.haddock
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/hpack.txt
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/index.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/linuwial.css
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/meta.json
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/quick-jump.css
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Data.Aeson.Config.FromValue.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Data.Aeson.Config.Key.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Data.Aeson.Config.KeyMap.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Data.Aeson.Config.Parser.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Data.Aeson.Config.Types.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Data.Aeson.Config.Util.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.CabalFile.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Config.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Defaults.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Haskell.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.License.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Module.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Options.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Render.Dsl.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Render.Hints.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Render.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Syntax.BuildTools.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Syntax.Defaults.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Syntax.Dependencies.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Syntax.DependencyVersion.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Syntax.Git.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Syntax.ParseDependencies.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Utf8.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Util.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.Yaml.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Hpack.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Imports.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Path.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/Paths_hpack.html
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/highlight.js
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/src/style.css
/usr/share/doc/ghc-8.10.7/html/libraries/hpack-0.34.6/synopsis.png
/usr/share/doc/packages/ghc-hpack-devel
/usr/share/doc/packages/ghc-hpack-devel/CHANGELOG.md


Generated by rpm2html 1.8.1

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