Skip to content

Commit

Permalink
Merge pull request #170 from tejon/data-ord-down
Browse files Browse the repository at this point in the history
Re-export Data.Ord.Down from RIO.Prelude
  • Loading branch information
snoyberg authored Apr 28, 2019
2 parents 11bdd81 + cb84fa1 commit 9d480a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions rio/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* 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
* Re-export `Data.Ord.Down` from `RIO.Prelude`
* Addition of `RIO.NonEmpty` module
* Addition of `RIO.NonEmpty.Partial` module

Expand Down
2 changes: 1 addition & 1 deletion rio/src/RIO/Prelude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ module RIO.Prelude
, Data.Ord.min
, Data.Ord.compare
, Data.Ord.comparing
, Data.Ord.Down(..)

-- * @Enum@
-- | Re-exported from "Prelude":
Expand Down Expand Up @@ -442,4 +443,3 @@ import qualified Data.Text.Encoding.Error (lenientDecode)

import qualified Control.Monad.Primitive (primitive)
import qualified Control.Monad.ST

0 comments on commit 9d480a2

Please sign in to comment.