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

ghc-base-compat-doc-0.13.1-1.6 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: ghc-base-compat-doc Distribution: openSUSE:Factory:zSystems
Version: 0.13.1 Vendor: openSUSE
Release: 1.6 Build date: Wed Oct 11 13:37:07 2023
Group: Unspecified Build host: reproducible
Size: 11295861 Source RPM: ghc-base-compat-0.13.1-1.6.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/base-compat
Summary: Haskell base-compat library documentation
This package provides the Haskell base-compat library documentation.

Provides

Requires

License

MIT

Changelog

* Wed Oct 11 2023 Peter Simons <psimons@suse.com>
  - Update base-compat to version 0.13.1.
    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/base-compat-0.13.1/src/CHANGES.markdown
* Sat May 27 2023 Peter Simons <psimons@suse.com>
  - Update base-compat to version 0.13.0.
    [#]# Changes in 0.13.0 [2023.03.10]
    - Sync with `base-4.18`/GHC 9.6
    - Backport `liftA2` being re-exported from `Prelude.Compat`.
    - `Data.Tuple.Compat`'s `Solo` API now matches what is present in `Data.Tuple`
      in `base-4.18`. In particular, we now re-export both the `MkSolo` and `Solo`
      data constructors when building with `ghc-prim-0.10.0` or later, with
      `MkSolo` being preferred over `Solo`. If you want to backport `MkSolo` to
      earlier versions of GHC, import `Data.Tuple.Compat` from
      `base-compat-batteries` instead.
    - Backport `traceWith`, `traceShowWith`, and `traceEventWith` to `Debug.Trace`.
      Note that `traceEventWith` is only provided when building with `base-4.5` or
      later, as that is the first version of `base` to provide the `traceEvent`
      primitive on which `traceEventWith` is defined.
    - Backport `inits1` and `tails1` to `Data.List.NonEmpty.Compat`.
    - Backport `minusNaturalMaybe` to `Numeric.Natural.Compat`.
    - Backport `applyWhen` to `Data.Function.Compat`.
    - Backport `mapAccumM` and `forAccumM` to `Data.Traversable.Compat`.
    - Backport `heqT` to `Data.Typeable.Compat`. Note that `heqT` is only defined
      when building with `base-4.10` or later, as that is the first version of
      `base` to provide the primitives needed to define `heqT`.
    - Introduce `Data.Foldable1.Compat` and `Data.Bifoldable1.Compat` modules,
      which correspond to changes made in `base-4.18.0.0`. You may consider using
      `base-compat-batteries` instead if you want increase the range of `base`
      versions that are supported.
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
  - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Aug 11 2022 Peter Simons <psimons@suse.com>
  - Update base-compat to version 0.12.2.
    [#]# Changes in 0.12.2 [2022.08.11]
    - Sync with `base-4.17`/GHC 9.4
    - Backport `(.^.)`, `(.>>.)`, `(.<<.)`, `(!>>.)`, `(!<<.)`, `oneBits` to
      `Data.Bits.Compat`
    - Backport `pattern TypeRep` to `Type.Reflection.Compat`
* Mon Nov 01 2021 psimons@suse.com
  - Update base-compat to version 0.12.1.
    [#]# Changes in 0.12.1 [2021.10.30]
    - Backport `Solo` to `Data.Tuple.Compat` when building with `ghc-prim-0.7.0`
      or later
* Thu Sep 02 2021 psimons@suse.com
  - Update base-compat to version 0.12.0.
    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/base-compat-0.12.0/src/CHANGES.markdown
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Tue Oct 06 2020 psimons@suse.com
  - Update base-compat to version 0.11.2.
    [#]# Changes in 0.11.2 [2020.09.30]
    - Sync with `base-4.15`/GHC 9.0
    - Backport `singleton` to `Data.List` and `Data.List.NonEmpty`
    - Backport `hGetContents'`, `getContents'`, and `readFile'` added to `System.IO`
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
  - Re-generate file with latest version of spec-cleaner.

Files

/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Concurrent-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Concurrent-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Concurrent-MVar-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Concurrent-MVar-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Exception-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Exception-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-Fail-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-Fail-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-IO-Class-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-IO-Class-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-ST-Lazy-Unsafe-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-ST-Lazy-Unsafe-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-ST-Unsafe-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Control-Monad-ST-Unsafe-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bifoldable-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bifoldable-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bifoldable1-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bifoldable1-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bifunctor-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bifunctor-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bitraversable-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bitraversable-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bits-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bits-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bool-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Bool-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Complex-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Complex-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Either-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Either-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Foldable-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Foldable-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Foldable1-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Foldable1-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Function-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Function-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Compose-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Compose-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Const-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Const-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Contravariant-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Contravariant-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Identity-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Identity-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Product-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Product-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Sum-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Functor-Sum-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-IORef-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-IORef-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-List-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-List-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-List-NonEmpty-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-List-NonEmpty-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Monoid-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Monoid-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Proxy-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Proxy-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Ratio-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Ratio-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-STRef-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-STRef-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Semigroup-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Semigroup-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-String-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-String-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Traversable-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Traversable-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Tuple-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Tuple-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Type-Coercion-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Type-Coercion-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Type-Equality-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Type-Equality-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Typeable-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Typeable-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Version-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Version-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Void-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Void-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Word-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Data-Word-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Debug-Trace-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Debug-Trace-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-ForeignPtr-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-ForeignPtr-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-ForeignPtr-Safe-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-ForeignPtr-Safe-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-ForeignPtr-Unsafe-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-ForeignPtr-Unsafe-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Alloc-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Alloc-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Array-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Array-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Safe-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Safe-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Unsafe-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Unsafe-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Utils-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Foreign-Marshal-Utils-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Numeric-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Numeric-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Numeric-Natural-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Numeric-Natural-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Prelude-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Prelude-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-Environment-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-Environment-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-Exit-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-Exit-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-IO-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-IO-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-IO-Error-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-IO-Error-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-IO-Unsafe-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/System-IO-Unsafe-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Text-Read-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Text-Read-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Text-Read-Lex-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Text-Read-Lex-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Type-Reflection-Compat-Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/Type-Reflection-Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/base-compat.haddock
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/base-compat.txt
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-124.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-126.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-33.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-36.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-37.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-38.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-42.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-43.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-45.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-46.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-47.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-58.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-60.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-61.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-62.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-92.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-94.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-A.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-All.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-B.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-C.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-D.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-E.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-F.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-G.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-H.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-I.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-J.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-K.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-L.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-M.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-N.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-O.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-P.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-Q.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-R.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-S.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-T.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-U.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-V.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-W.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-X.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-Y.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index-Z.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/doc-index.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/haddock-bundle.min.js
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/index.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/linuwial.css
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/meta.json
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/quick-jump.css
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Concurrent.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Concurrent.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Concurrent.MVar.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Concurrent.MVar.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Exception.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Exception.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.Fail.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.Fail.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.IO.Class.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.IO.Class.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.ST.Lazy.Unsafe.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.ST.Lazy.Unsafe.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.ST.Unsafe.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Control.Monad.ST.Unsafe.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bifoldable.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bifoldable.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bifoldable1.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bifoldable1.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bifunctor.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bifunctor.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bitraversable.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bitraversable.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bits.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bits.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bool.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Bool.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Complex.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Complex.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Either.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Either.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Foldable.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Foldable.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Foldable1.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Foldable1.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Function.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Function.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Compose.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Compose.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Const.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Const.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Contravariant.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Contravariant.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Identity.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Identity.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Product.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Product.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Sum.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Functor.Sum.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.IORef.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.IORef.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.List.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.List.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.List.NonEmpty.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.List.NonEmpty.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Monoid.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Monoid.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Proxy.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Proxy.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Ratio.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Ratio.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.STRef.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.STRef.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Semigroup.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Semigroup.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.String.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.String.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Traversable.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Traversable.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Tuple.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Tuple.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Type.Coercion.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Type.Coercion.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Type.Equality.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Type.Equality.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Typeable.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Typeable.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Version.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Version.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Void.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Void.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Word.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Data.Word.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Debug.Trace.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Debug.Trace.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.ForeignPtr.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.ForeignPtr.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.ForeignPtr.Safe.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.ForeignPtr.Safe.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.ForeignPtr.Unsafe.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.ForeignPtr.Unsafe.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Alloc.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Alloc.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Array.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Array.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Safe.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Safe.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Unsafe.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Unsafe.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Utils.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Foreign.Marshal.Utils.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Numeric.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Numeric.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Numeric.Natural.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Numeric.Natural.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Prelude.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Prelude.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.Environment.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.Environment.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.Exit.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.Exit.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.IO.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.IO.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.IO.Error.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.IO.Error.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.IO.Unsafe.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/System.IO.Unsafe.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Text.Read.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Text.Read.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Text.Read.Lex.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Text.Read.Lex.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Type.Reflection.Compat.Repl.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/Type.Reflection.Compat.html
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/highlight.js
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/src/style.css
/usr/share/doc/packages/ghc-9.8.2/html/libraries/base-compat-0.13.1/synopsis.png
/usr/share/licenses/ghc-base-compat-doc
/usr/share/licenses/ghc-base-compat-doc/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:40:23 2024