Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: ghc-rio-devel | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 0.1.21.0 | Vendor: openSUSE |
Release: bp154.1.2 | Build date: Sat Feb 19 11:20:18 2022 |
Group: Unspecified | Build host: armbuild02 |
Size: 24915434 | Source RPM: ghc-rio-0.1.21.0-bp154.1.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://hackage.haskell.org/package/rio | |
Summary: Haskell rio library development files |
This package provides the Haskell rio library development files.
MIT
* Mon Aug 09 2021 psimons@suse.com - Update rio to version 0.1.21.0. [#]# 0.1.21.0 * Fix minor bug in `augmentPathMap` on windows wrt [#234](https://github.com/commercialhaskell/rio/issues/234) not adhering to case-insensitive semantics * Mon Jan 25 2021 psimons@suse.com - Update rio to version 0.1.20.0. [#]# 0.1.20.0 * Export `UnliftIO.QSem` and `UnliftIO.QSemN` in `RIO` * Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com> - disable %{ix86} build * Wed Sep 16 2020 psimons@suse.com - Update rio to version 0.1.19.0. [#]# 0.1.19.0 * Expose `fromLeft` and `fromRight` * Tue Sep 01 2020 psimons@suse.com - Update rio to version 0.1.18.0. [#]# 0.1.18.0 * Add colours to the `LogOption` constructor [#222](https://github.com/commercialhaskell/rio/pull/222) [#]# 0.1.17.0 * Expose `Bifunctor`, `Bifoldable`, and `Bitraversable`. * The `first` and `second` functions exported by `RIO` formerly originated from `Control.Arrow`. They now come from `Bifunctor`. [#]# 0.1.16.0 * Expand the number of `microlens` functions exported by the RIO prelude. * Add new module `RIO.Lens` which provides the rest of `microlens`. [#]# 0.1.15.1 * Replace `canonicalizePath` with `makeAbsolute` [#217](https://github.com/commercialhaskell/rio/issues/217) [#]# 0.1.15.0 * Include source in log messages * Tue Mar 24 2020 psimons@suse.com - Update rio to version 0.1.14.1. [#]# 0.1.14.1 * Support `unliftio-core` 0.2 * Thu Feb 27 2020 psimons@suse.com - Update rio to version 0.1.14.0. [#]# 0.1.14.0 * Addition of `mkSimpleApp` * Addition of `lookupEnvFromContext` * Sat Jan 18 2020 psimons@suse.com - Update rio to version 0.1.13.0. [#]# 0.1.13.0 * Add `withLazyFileUtf8` * Add `mapRIO` * Add generic logger * Add `exeExtensions` and improve `findExecutable` on Windows [#205](https://github.com/commercialhaskell/rio/issues/205) * Fri Nov 08 2019 Peter Simons <psimons@suse.com> - Drop obsolete group attributes. * Tue Aug 27 2019 psimons@suse.com - Update rio to version 0.1.12.0. [#]# 0.1.12.0 * Add `logFormat` and `setLogFormat` for `LogOptions`. * Tue Jul 16 2019 psimons@suse.com - Update rio to version 0.1.11.0. [#]# 0.1.11.0 * Replace atomic and durable file writing functions with the ones from `unliftio`, see [#167](https://github.com/commercialhaskell/rio/pull/167) * Tue Jul 02 2019 psimons@suse.com - Update rio to version 0.1.10.0. [#]# 0.1.10.0 * Relax a bunch of `RIO.File` functions from `MonadUnliftIO` to `MonadIO` * Custom `Monoid` instance for `Utf8Builder` that matches semantics of the derived one, but doesn't break list fusion * Qualified import recommendations for `*.Partial`, `*.Unchecked`, `*.Unsafe` * Re-export `Data.Ord.Down` from `RIO.Prelude` * Addition of `RIO.NonEmpty` module * Addition of `RIO.NonEmpty.Partial` module * Export `NonEmpty` type and its constructor `(:|)` from RIO.Prelude.Types * Fix handling of non-ASCII characters in `logSticky` * Deprecate `withProcess` and `withProcess_`, add `withProcessWait`, `withProcessWait_`, `withProcessTerm`, and `withProcessTerm_` * Tue Apr 16 2019 psimons@suse.com - Update rio to version 0.1.9.2. [#]# 0.1.9.2 * Bring back re-export of `Monad.fail` from `RIO.Prelude`. * Sun Apr 14 2019 psimons@suse.com - Update rio to version 0.1.9.1. [#]# 0.1.9.1 * Remove accidental reexport of `Control.Applicative.empty` introduced in the previous release. * Functions from `Data.Data.Data` class are brought to the re-export list as well. * Sat Apr 13 2019 psimons@suse.com - Update rio to version 0.1.9.0. [#]# 0.1.9.0 * Add `Prelude.Exit` to export lifted versions of the exit functions from `System.Exit`. * Re-export the `Control.Monad.State.State` and `Control.Monad.State.StateT` types and related computation functions in `RIO.State`. * Re-export the `Control.Monad.Writer.Writer` and `Control.Monad.Writer.WriterT` types and related computation functions in `RIO.Writer`. * Re-export `pred`, `succ` in `RIO.Partial`. * Add `Semigroup` and `Monoid` instances for `RIO` * Add the `Deque` double-ended queue data type * Re-export `Data.Map.Strict.toAscList` and `Data.Map.Strict.toDescList` from `RIO.Map`. * Re-export `Data.Sequence.Seq` from `RIO`. * Addition of `RIO.Prelude` module * Addition of `RIO.Prelude.Types` module * Re-export `zipWith` and `runST` from `RIO.Prelude` * Re-export `Exception`, `MonadFail`, `Typeable` and `ST` from `RIO.Prelude.Types` * Switch to `MonadFail.fail` from `Monad.fail` and re-exported it from `RIO.Prelude` * Mon Dec 31 2018 psimons@suse.com - Update rio to version 0.1.8.0. [#]# 0.1.8.0 * Re-export `Control.Monad.State.modify`, `Control.Monad.State.modify'` and `Control.Monad.State.gets` in `RIO.State` * Fri Dec 28 2018 psimons@suse.com - Update rio to version 0.1.7.0. [#]# 0.1.7.0 * Addition of `textDisplay` to `Display` class. * Sat Dec 08 2018 psimons@suse.com - Update rio to version 0.1.6.0. [#]# 0.1.6.0 * Changed `logUseColor` to default to `False` on Windows, even when verbose and on the terminal * Add `RIO.File` module which offers a family of file handling functions (`withBinaryFileDurable`, `withBinaryFileDurableAtomic`, among others.) with better durability and atomicity guarantees * Sat Oct 20 2018 Peter Simons <psimons@suse.com> - Use https URL to refer to bugs.opensuse.org. * Thu Aug 02 2018 psimons@suse.com - Update rio to version 0.1.5.0. [#]# 0.1.5.0 * Re-export `Numeric.Natural.Natural` [#119](https://github.com/commercialhaskell/rio/issues/119) * Re-export `Data.Functor.<&>` from GHC 8.4+, falling back local definition for `base < 4.11` [#117](https://github.com/commercialhaskell/rio/issues/117) * Re-export `Data.Proxy.Proxy(..)` * Re-export `fromEnum` from RIO, export `toEnum`, `read` and `fromJust` from RIO.Partial * Add `noLogging` function to skip logging on specific sub-routines * Re-export `Control.Category.>>>` * Fri Jul 13 2018 psimons@suse.com - Update rio to version 0.1.4.0. [#]# 0.1.4.0 * Add `Const` and `Identity` * Add `Reader` and `runReader` * Add instances for `MonadWriter` and `MonadState` to `RIO` via mutable reference [#103](https://github.com/commercialhaskell/rio/issues/103) [#]# 0.1.3.0 * Add `newLogFunc` function to create `LogFunc` records outside of a callback scope * Allow dynamic reloading of `logMinLevel` and `logVerboseFormat` for the `LogOptions` record * Add `foldMapM` * Add `headMaybe`, `lastMaybe`, `tailMaybe`, `initMaybe`, `maximumMaybe`, `minimumMaybe`, `maximumByMaybe`, `minimumByMaybe` functions to `RIO.List` module (issue #82) * Move non partial functions `scanr1` and `scanl1` from `RIO.List.Partial` to `RIO.List` (issue #82) * Add `SimpleApp` and `runSimpleApp` * Add `asIO` * Mon May 14 2018 psimons@suse.com - Add rio at version 0.1.2.0.
/usr/lib/ghc-8.10.7/package.conf.d/rio-0.1.21.0.conf /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Lazy /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Lazy.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Lazy.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Lazy.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Lazy/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Lazy/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Lazy/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/ByteString/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Char /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Char.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Char.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Char.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Char/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Char/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Char/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Deque.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Deque.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Deque.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Directory.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Directory.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Directory.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/File.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/File.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/File.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/FilePath.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/FilePath.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/FilePath.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashMap /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashMap.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashMap.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashMap.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashMap/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashMap/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashMap/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashSet.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashSet.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/HashSet.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Lens.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Lens.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Lens.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/List /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/List.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/List.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/List.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/List/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/List/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/List/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map/Unchecked.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map/Unchecked.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Map/Unchecked.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/NonEmpty /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/NonEmpty.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/NonEmpty.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/NonEmpty.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/NonEmpty/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/NonEmpty/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/NonEmpty/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Display.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Display.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Display.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Exit.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Exit.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Exit.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Extra.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Extra.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Extra.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/IO.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/IO.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/IO.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Lens.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Lens.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Lens.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Logger.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Logger.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Logger.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/RIO.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/RIO.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/RIO.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Reexports.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Reexports.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Reexports.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Renames.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Renames.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Renames.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Simple.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Simple.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Simple.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Text.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Text.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Text.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Trace.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Trace.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Trace.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Types.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Types.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/Types.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/URef.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/URef.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Prelude/URef.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Process.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Process.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Process.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Seq.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Seq.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Seq.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set/Unchecked.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set/Unchecked.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Set/Unchecked.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/State.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/State.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/State.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Lazy /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Lazy.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Lazy.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Lazy.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Lazy/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Lazy/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Lazy/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Text/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Time.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Time.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Time.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed/Unsafe.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed/Unsafe.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Boxed/Unsafe.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable/Unsafe.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable/Unsafe.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Storable/Unsafe.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed/Partial.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed/Partial.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed/Partial.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed/Unsafe.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed/Unsafe.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unboxed/Unsafe.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unsafe.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unsafe.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Vector/Unsafe.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Writer.dyn_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Writer.hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/RIO/Writer.p_hi /usr/lib/ghc-8.10.7/rio-0.1.21.0/libHSrio-0.1.21.0-GY87t5er3MIAmeJR86N4e8.a /usr/lib/ghc-8.10.7/rio-0.1.21.0/libHSrio-0.1.21.0-GY87t5er3MIAmeJR86N4e8_p.a /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0 /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-ByteString-Lazy-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-ByteString-Lazy.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-ByteString-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-ByteString.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Char-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Char.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Deque.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Directory.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-File.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-FilePath.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-HashMap-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-HashMap.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-HashSet.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Lens.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-List-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-List.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Map-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Map-Unchecked.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Map.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-NonEmpty-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-NonEmpty.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Prelude-Simple.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Prelude-Types.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Prelude.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Process.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Seq.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Set-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Set-Unchecked.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Set.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-State.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Text-Lazy-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Text-Lazy.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Text-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Text.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Time.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Boxed-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Boxed-Unsafe.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Boxed.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Storable-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Storable-Unsafe.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Storable.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Unboxed-Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Unboxed-Unsafe.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Unboxed.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector-Unsafe.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Vector.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO-Writer.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/RIO.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-124.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-33.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-36.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-37.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-38.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-42.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-43.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-45.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-46.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-47.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-58.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-60.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-61.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-62.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-92.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-94.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-95.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-A.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-All.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-B.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-C.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-D.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-E.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-F.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-G.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-H.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-I.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-J.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-K.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-L.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-M.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-N.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-O.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-P.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-Q.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-R.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-S.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-T.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-U.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-V.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-W.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-X.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-Y.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index-Z.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/doc-index.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/haddock-bundle.min.js /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/index.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/linuwial.css /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/meta.json /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/quick-jump.css /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/rio.haddock /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/rio.txt /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.ByteString.Lazy.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.ByteString.Lazy.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.ByteString.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.ByteString.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Char.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Char.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Deque.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Directory.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.File.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.FilePath.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.HashMap.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.HashMap.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.HashSet.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Lens.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.List.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.List.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Map.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Map.Unchecked.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Map.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.NonEmpty.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.NonEmpty.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Display.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Exit.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Extra.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.IO.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Lens.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Logger.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.RIO.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Reexports.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Renames.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Simple.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Text.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Trace.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.Types.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.URef.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Prelude.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Process.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Seq.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Set.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Set.Unchecked.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Set.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.State.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Text.Lazy.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Text.Lazy.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Text.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Text.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Time.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Boxed.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Boxed.Unsafe.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Boxed.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Storable.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Storable.Unsafe.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Storable.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Unboxed.Partial.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Unboxed.Unsafe.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Unboxed.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.Unsafe.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Vector.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.Writer.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/RIO.html /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/highlight.js /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/src/style.css /usr/share/doc/ghc-8.10.7/html/libraries/rio-0.1.21.0/synopsis.png /usr/share/doc/packages/ghc-rio-devel /usr/share/doc/packages/ghc-rio-devel/ChangeLog.md /usr/share/doc/packages/ghc-rio-devel/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 17:26:31 2024