Package Release Info

ghc-rio-0.1.14.1-bp153.1.20

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-rio
ghc-rio-devel

Change Logs

Version: 0.1.14.1-bp152.1.1
* 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`