We have some news to share for the request index beta feature. We’ve added more options to sort your requests, counters to the individual filters and documentation for the search functionality. Checkout the blog post for more details.

File ghc-rio.changes of Package ghc-rio

-------------------------------------------------------------------
Mon Aug  9 15:16:53 UTC 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 10:07:59 UTC 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 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
 
- disable %{ix86} build
 
-------------------------------------------------------------------
Wed Sep 16 12:55:09 UTC 2020 - psimons@suse.com

- Update rio to version 0.1.19.0.
  ## 0.1.19.0

  * Expose `fromLeft` and `fromRight`

-------------------------------------------------------------------
Tue Sep  1 14:41:19 UTC 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 08:07:09 UTC 2020 - psimons@suse.com

- Update rio to version 0.1.14.1.
  ## 0.1.14.1

  * Support `unliftio-core` 0.2

-------------------------------------------------------------------
Thu Feb 27 14:16:53 UTC 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 10:34:21 UTC 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  8 16:14:37 UTC 2019 - Peter Simons <psimons@suse.com>

- Drop obsolete group attributes.

-------------------------------------------------------------------
Tue Aug 27 02:01:53 UTC 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 02:02:02 UTC 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  2 02:02:09 UTC 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 02:06:41 UTC 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 02:02:26 UTC 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 02:03:15 UTC 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 03:01:27 UTC 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 03:00:59 UTC 2018 - psimons@suse.com

- Update rio to version 0.1.7.0.
  ## 0.1.7.0

  * Addition of `textDisplay` to `Display` class.

-------------------------------------------------------------------
Sat Dec  8 03:01:23 UTC 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 11:31:57 UTC 2018 - Peter Simons <psimons@suse.com>

- Use https URL to refer to bugs.opensuse.org.

-------------------------------------------------------------------
Thu Aug  2 16:30:05 UTC 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 14:32:15 UTC 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 17:02:11 UTC 2018 - psimons@suse.com

- Add rio at version 0.1.2.0.
openSUSE Build Service is sponsored by