Skip to content

Commit

Permalink
Prepare 1.2.0.0 release (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
vrom911 authored Mar 1, 2023
1 parent 1dc4b82 commit e633cb3
Show file tree
Hide file tree
Showing 60 changed files with 61 additions and 61 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`relude` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## Unreleased
## 1.2.0.0 – Mar 1, 2023

* [#420](https://github.com/kowainik/relude/issues/420):
Support GHC-9.4.
Expand Down
Binary file modified relude-dependency-graph.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions relude.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: relude
version: 1.1.0.0
version: 1.2.0.0
synopsis: Safe, performant, user-friendly and lightweight Haskell Standard Library
description:
@__relude__@ is an alternative prelude library. If you find the default
Expand Down Expand Up @@ -85,7 +85,7 @@ license: MIT
license-file: LICENSE
author: Dmitrii Kovanikov, Veronika Romashkina, Stephen Diehl, Serokell
maintainer: Kowainik <[email protected]>
copyright: 2016 Stephen Diehl, 2016-2018 Serokell, 2018-2021 Kowainik
copyright: 2016 Stephen Diehl, 2016-2018 Serokell, 2018-2023 Kowainik
category: Prelude
stability: stable
build-type: Simple
Expand Down
2 changes: 1 addition & 1 deletion src/Relude.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Applicative.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Applicative
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Base.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Module : Relude.Base
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Bool.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Bool
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Bool/Guard.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Bool.Guard
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Bool/Reexport.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Bool.Reexport
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Container.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Container
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Container/One.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Module : Relude.Container.One
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Container/Reexport.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Container.Reexport
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Debug.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Module : Relude.Debug
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/DeepSeq.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.DeepSeq
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Enum.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.Enum
Copyright : (c) 2021-2022 Kowainik
Copyright : (c) 2021-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Exception.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Module : Relude.Exception
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Relude.Extra
Copyright : (c) 2019-2022 Kowainik
Copyright : (c) 2019-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Bifunctor.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.Extra.Bifunctor
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/CallStack.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.Extra.CallStack
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Enum.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.Extra.Enum
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Foldable.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{- |
Module : Relude.Extra.Foldable
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Foldable1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{- |
Module : Relude.Extra.Foldable1
Copyright : (c) 2011-2015 Edward Kmett
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Group.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{- |
Module : Relude.Extra.Group
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Lens.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{- |
Module : Relude.Extra.Lens
Copyright : (c) 2012-2016 Edward Kmett
(c) 2019-2022 Kowainik
(c) 2019-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Map.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{- |
Module : Relude.Extra.Map
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Newtype.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.Extra.Newtype
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Tuple.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{- |
Module : Relude.Extra.Tuple
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Extra/Type.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

{- |
Module : Relude.Extra.Type
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/File.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.File
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Foldable.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.Foldable
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Foldable/Fold.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Module : Relude.Foldable.Fold
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Foldable/Reexport.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{- |
Module : Relude.Foldable.Reexport
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Function.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Function
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Functor.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Functor
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Functor/Fmap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Module : Relude.Functor.Fmap
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Functor/Reexport.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Module : Relude.Functor.Reexport
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Lifted.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Lifted
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Lifted/Concurrent.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Lifted.Concurrent
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Lifted/Env.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.Lifted.Env
Copyright : (c) 2020-2022 Kowainik
Copyright : (c) 2020-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Lifted/Exit.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Lifted.Exit
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Lifted/File.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Module : Relude.Lifted.File
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Lifted/Handle.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.Lifted.Handle
Copyright : (c) 2020-2022 Kowainik
Copyright : (c) 2020-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Lifted/IORef.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Module : Relude.Lifted.IORef
Copyright : (c) 2016 Stephen Diehl
(c) 2016-2018 Serokell
(c) 2018-2022 Kowainik
(c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Relude/Lifted/Terminal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Relude.Lifted.Terminal
Copyright : (c) 2018-2022 Kowainik
Copyright : (c) 2018-2023 Kowainik
SPDX-License-Identifier : MIT
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
Loading

0 comments on commit e633cb3

Please sign in to comment.