diff --git a/CHANGELOG.md b/CHANGELOG.md index f989c84..b7b70e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/relude-dependency-graph.png b/relude-dependency-graph.png index 46708f9..979b326 100644 Binary files a/relude-dependency-graph.png and b/relude-dependency-graph.png differ diff --git a/relude.cabal b/relude.cabal index a4f0f82..4291c5f 100644 --- a/relude.cabal +++ b/relude.cabal @@ -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 @@ -85,7 +85,7 @@ license: MIT license-file: LICENSE author: Dmitrii Kovanikov, Veronika Romashkina, Stephen Diehl, Serokell maintainer: Kowainik -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 diff --git a/src/Relude.hs b/src/Relude.hs index 23823a0..c92b272 100644 --- a/src/Relude.hs +++ b/src/Relude.hs @@ -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 Stability : Stable diff --git a/src/Relude/Applicative.hs b/src/Relude/Applicative.hs index e2d7e1e..535db1f 100644 --- a/src/Relude/Applicative.hs +++ b/src/Relude/Applicative.hs @@ -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 Stability : Stable diff --git a/src/Relude/Base.hs b/src/Relude/Base.hs index d8a9cc7..0313987 100644 --- a/src/Relude/Base.hs +++ b/src/Relude/Base.hs @@ -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 Stability : Stable diff --git a/src/Relude/Bool.hs b/src/Relude/Bool.hs index f1a8487..ab4d247 100644 --- a/src/Relude/Bool.hs +++ b/src/Relude/Bool.hs @@ -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 Stability : Stable diff --git a/src/Relude/Bool/Guard.hs b/src/Relude/Bool/Guard.hs index d4dfc08..b1b282f 100644 --- a/src/Relude/Bool/Guard.hs +++ b/src/Relude/Bool/Guard.hs @@ -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 Stability : Stable diff --git a/src/Relude/Bool/Reexport.hs b/src/Relude/Bool/Reexport.hs index 77f8d56..e12b59a 100644 --- a/src/Relude/Bool/Reexport.hs +++ b/src/Relude/Bool/Reexport.hs @@ -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 Stability : Stable diff --git a/src/Relude/Container.hs b/src/Relude/Container.hs index fdf5ec0..bb61e40 100644 --- a/src/Relude/Container.hs +++ b/src/Relude/Container.hs @@ -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 Stability : Stable diff --git a/src/Relude/Container/One.hs b/src/Relude/Container/One.hs index 1812837..c7cee74 100644 --- a/src/Relude/Container/One.hs +++ b/src/Relude/Container/One.hs @@ -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 Stability : Stable diff --git a/src/Relude/Container/Reexport.hs b/src/Relude/Container/Reexport.hs index b709dd7..3e037a1 100644 --- a/src/Relude/Container/Reexport.hs +++ b/src/Relude/Container/Reexport.hs @@ -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 Stability : Stable diff --git a/src/Relude/Debug.hs b/src/Relude/Debug.hs index 26a834a..e48d7f4 100644 --- a/src/Relude/Debug.hs +++ b/src/Relude/Debug.hs @@ -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 Stability : Stable diff --git a/src/Relude/DeepSeq.hs b/src/Relude/DeepSeq.hs index d3744cf..0c741a6 100644 --- a/src/Relude/DeepSeq.hs +++ b/src/Relude/DeepSeq.hs @@ -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 Stability : Stable diff --git a/src/Relude/Enum.hs b/src/Relude/Enum.hs index 8878905..a7ed9ce 100644 --- a/src/Relude/Enum.hs +++ b/src/Relude/Enum.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Enum -Copyright : (c) 2021-2022 Kowainik +Copyright : (c) 2021-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Exception.hs b/src/Relude/Exception.hs index cc713ac..7dd757b 100644 --- a/src/Relude/Exception.hs +++ b/src/Relude/Exception.hs @@ -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 Stability : Stable diff --git a/src/Relude/Extra.hs b/src/Relude/Extra.hs index e99261d..811b565 100644 --- a/src/Relude/Extra.hs +++ b/src/Relude/Extra.hs @@ -1,6 +1,6 @@ {- | Module : Relude.Extra -Copyright : (c) 2019-2022 Kowainik +Copyright : (c) 2019-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Extra/Bifunctor.hs b/src/Relude/Extra/Bifunctor.hs index de7d86f..7bab5ce 100644 --- a/src/Relude/Extra/Bifunctor.hs +++ b/src/Relude/Extra/Bifunctor.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Extra.Bifunctor -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Extra/CallStack.hs b/src/Relude/Extra/CallStack.hs index 3bfec7a..a90ec1d 100644 --- a/src/Relude/Extra/CallStack.hs +++ b/src/Relude/Extra/CallStack.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Extra.CallStack -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Extra/Enum.hs b/src/Relude/Extra/Enum.hs index 5b5eb8e..4d159d6 100644 --- a/src/Relude/Extra/Enum.hs +++ b/src/Relude/Extra/Enum.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Extra.Enum -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Extra/Foldable.hs b/src/Relude/Extra/Foldable.hs index b3d7af3..397fd1a 100644 --- a/src/Relude/Extra/Foldable.hs +++ b/src/Relude/Extra/Foldable.hs @@ -3,7 +3,7 @@ {- | Module : Relude.Extra.Foldable -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Extra/Foldable1.hs b/src/Relude/Extra/Foldable1.hs index 27b823d..6b715a8 100644 --- a/src/Relude/Extra/Foldable1.hs +++ b/src/Relude/Extra/Foldable1.hs @@ -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 Stability : Stable diff --git a/src/Relude/Extra/Group.hs b/src/Relude/Extra/Group.hs index 4da0f2d..02e72f5 100644 --- a/src/Relude/Extra/Group.hs +++ b/src/Relude/Extra/Group.hs @@ -4,7 +4,7 @@ {- | Module : Relude.Extra.Group -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Extra/Lens.hs b/src/Relude/Extra/Lens.hs index 7cbd8e2..6a09804 100644 --- a/src/Relude/Extra/Lens.hs +++ b/src/Relude/Extra/Lens.hs @@ -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 Stability : Stable diff --git a/src/Relude/Extra/Map.hs b/src/Relude/Extra/Map.hs index 179c360..e1e8fec 100644 --- a/src/Relude/Extra/Map.hs +++ b/src/Relude/Extra/Map.hs @@ -5,7 +5,7 @@ {- | Module : Relude.Extra.Map -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Extra/Newtype.hs b/src/Relude/Extra/Newtype.hs index 6a305f7..a22db8a 100644 --- a/src/Relude/Extra/Newtype.hs +++ b/src/Relude/Extra/Newtype.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Extra.Newtype -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Extra/Tuple.hs b/src/Relude/Extra/Tuple.hs index 7fcf440..88576dd 100644 --- a/src/Relude/Extra/Tuple.hs +++ b/src/Relude/Extra/Tuple.hs @@ -3,7 +3,7 @@ {- | Module : Relude.Extra.Tuple -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Extra/Type.hs b/src/Relude/Extra/Type.hs index 3893370..434b4b8 100644 --- a/src/Relude/Extra/Type.hs +++ b/src/Relude/Extra/Type.hs @@ -10,7 +10,7 @@ {- | Module : Relude.Extra.Type -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/File.hs b/src/Relude/File.hs index e791cd7..ca49981 100644 --- a/src/Relude/File.hs +++ b/src/Relude/File.hs @@ -2,7 +2,7 @@ {- | Module : Relude.File -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Foldable.hs b/src/Relude/Foldable.hs index babbe05..abf60a1 100644 --- a/src/Relude/Foldable.hs +++ b/src/Relude/Foldable.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Foldable -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Foldable/Fold.hs b/src/Relude/Foldable/Fold.hs index 301773f..78c7ee5 100644 --- a/src/Relude/Foldable/Fold.hs +++ b/src/Relude/Foldable/Fold.hs @@ -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 Stability : Stable diff --git a/src/Relude/Foldable/Reexport.hs b/src/Relude/Foldable/Reexport.hs index 052bc17..500956f 100644 --- a/src/Relude/Foldable/Reexport.hs +++ b/src/Relude/Foldable/Reexport.hs @@ -3,7 +3,7 @@ {- | Module : Relude.Foldable.Reexport -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Function.hs b/src/Relude/Function.hs index d2fefb8..bf1ef9d 100644 --- a/src/Relude/Function.hs +++ b/src/Relude/Function.hs @@ -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 Stability : Stable diff --git a/src/Relude/Functor.hs b/src/Relude/Functor.hs index e3c3807..3c63013 100644 --- a/src/Relude/Functor.hs +++ b/src/Relude/Functor.hs @@ -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 Stability : Stable diff --git a/src/Relude/Functor/Fmap.hs b/src/Relude/Functor/Fmap.hs index 58266c8..d8dd70b 100644 --- a/src/Relude/Functor/Fmap.hs +++ b/src/Relude/Functor/Fmap.hs @@ -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 Stability : Stable diff --git a/src/Relude/Functor/Reexport.hs b/src/Relude/Functor/Reexport.hs index d7e691e..e0f576d 100644 --- a/src/Relude/Functor/Reexport.hs +++ b/src/Relude/Functor/Reexport.hs @@ -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 Stability : Stable diff --git a/src/Relude/Lifted.hs b/src/Relude/Lifted.hs index 6e6ef30..6e18c23 100644 --- a/src/Relude/Lifted.hs +++ b/src/Relude/Lifted.hs @@ -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 Stability : Stable diff --git a/src/Relude/Lifted/Concurrent.hs b/src/Relude/Lifted/Concurrent.hs index fe9c72a..277605e 100644 --- a/src/Relude/Lifted/Concurrent.hs +++ b/src/Relude/Lifted/Concurrent.hs @@ -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 Stability : Stable diff --git a/src/Relude/Lifted/Env.hs b/src/Relude/Lifted/Env.hs index 0de54e8..7961772 100644 --- a/src/Relude/Lifted/Env.hs +++ b/src/Relude/Lifted/Env.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Lifted.Env -Copyright : (c) 2020-2022 Kowainik +Copyright : (c) 2020-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Lifted/Exit.hs b/src/Relude/Lifted/Exit.hs index 305d4a7..b1d8196 100644 --- a/src/Relude/Lifted/Exit.hs +++ b/src/Relude/Lifted/Exit.hs @@ -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 Stability : Stable diff --git a/src/Relude/Lifted/File.hs b/src/Relude/Lifted/File.hs index befe1e0..654ed6b 100644 --- a/src/Relude/Lifted/File.hs +++ b/src/Relude/Lifted/File.hs @@ -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 Stability : Stable diff --git a/src/Relude/Lifted/Handle.hs b/src/Relude/Lifted/Handle.hs index 7f08fc8..1bb9436 100644 --- a/src/Relude/Lifted/Handle.hs +++ b/src/Relude/Lifted/Handle.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Lifted.Handle -Copyright : (c) 2020-2022 Kowainik +Copyright : (c) 2020-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Lifted/IORef.hs b/src/Relude/Lifted/IORef.hs index 4f4e1a1..4f71f85 100644 --- a/src/Relude/Lifted/IORef.hs +++ b/src/Relude/Lifted/IORef.hs @@ -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 Stability : Stable diff --git a/src/Relude/Lifted/Terminal.hs b/src/Relude/Lifted/Terminal.hs index e0aeaaa..a95e5d9 100644 --- a/src/Relude/Lifted/Terminal.hs +++ b/src/Relude/Lifted/Terminal.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Lifted.Terminal -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/List.hs b/src/Relude/List.hs index c9fb9ea..6ec77e4 100644 --- a/src/Relude/List.hs +++ b/src/Relude/List.hs @@ -4,7 +4,7 @@ Module : Relude.List Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/List/NonEmpty.hs b/src/Relude/List/NonEmpty.hs index 4590789..49c83fa 100644 --- a/src/Relude/List/NonEmpty.hs +++ b/src/Relude/List/NonEmpty.hs @@ -10,7 +10,7 @@ Module : Relude.List.NonEmpty Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/List/Reexport.hs b/src/Relude/List/Reexport.hs index 2bb3e4a..fd4f56c 100644 --- a/src/Relude/List/Reexport.hs +++ b/src/Relude/List/Reexport.hs @@ -4,7 +4,7 @@ Module : Relude.List.Reexport Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Monad.hs b/src/Relude/Monad.hs index 3587bb7..8482edd 100644 --- a/src/Relude/Monad.hs +++ b/src/Relude/Monad.hs @@ -4,7 +4,7 @@ Module : Relude.Monad Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Monad/Either.hs b/src/Relude/Monad/Either.hs index 4c1c67e..8017860 100644 --- a/src/Relude/Monad/Either.hs +++ b/src/Relude/Monad/Either.hs @@ -6,7 +6,7 @@ Module : Relude.Monad.Either Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Monad/Maybe.hs b/src/Relude/Monad/Maybe.hs index 8113fd3..2c83843 100644 --- a/src/Relude/Monad/Maybe.hs +++ b/src/Relude/Monad/Maybe.hs @@ -4,7 +4,7 @@ Module : Relude.Monad.Maybe Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Monad/Reexport.hs b/src/Relude/Monad/Reexport.hs index 044a4eb..627fda2 100644 --- a/src/Relude/Monad/Reexport.hs +++ b/src/Relude/Monad/Reexport.hs @@ -4,7 +4,7 @@ Module : Relude.Monad.Reexport Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Monad/Trans.hs b/src/Relude/Monad/Trans.hs index 2eb09a4..27fbe11 100644 --- a/src/Relude/Monad/Trans.hs +++ b/src/Relude/Monad/Trans.hs @@ -4,7 +4,7 @@ Module : Relude.Monad.Trans Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Monoid.hs b/src/Relude/Monoid.hs index 1724547..0220027 100644 --- a/src/Relude/Monoid.hs +++ b/src/Relude/Monoid.hs @@ -5,13 +5,12 @@ {-# LANGUAGE Trustworthy #-} #else {-# LANGUAGE Safe #-} -#endif {- | Module : Relude.Monoid Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable @@ -20,6 +19,7 @@ Portability : Portable Reexports functions to work with monoids plus adds extra useful functions. -} +#endif module Relude.Monoid ( -- * Reexports module Data.Monoid diff --git a/src/Relude/Nub.hs b/src/Relude/Nub.hs index 02e8880..04ab764 100644 --- a/src/Relude/Nub.hs +++ b/src/Relude/Nub.hs @@ -5,7 +5,7 @@ Module : Relude.Nub Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Numeric.hs b/src/Relude/Numeric.hs index c9947fd..cad9487 100644 --- a/src/Relude/Numeric.hs +++ b/src/Relude/Numeric.hs @@ -2,7 +2,7 @@ {- | Module : Relude.Numeric -Copyright : (c) 2018-2022 Kowainik +Copyright : (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Print.hs b/src/Relude/Print.hs index cbb0087..cc4961c 100644 --- a/src/Relude/Print.hs +++ b/src/Relude/Print.hs @@ -7,7 +7,7 @@ Module : Relude.Print Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/String.hs b/src/Relude/String.hs index 9ba29cf..c8acc35 100644 --- a/src/Relude/String.hs +++ b/src/Relude/String.hs @@ -4,7 +4,7 @@ Module : Relude.String Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/String/Conversion.hs b/src/Relude/String/Conversion.hs index 0a11ba8..b69111c 100644 --- a/src/Relude/String/Conversion.hs +++ b/src/Relude/String/Conversion.hs @@ -13,7 +13,7 @@ Module : Relude.String.Conversion Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/String/Reexport.hs b/src/Relude/String/Reexport.hs index d3d382d..329b0c3 100644 --- a/src/Relude/String/Reexport.hs +++ b/src/Relude/String/Reexport.hs @@ -11,7 +11,7 @@ Module : Relude.String.Reexport Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable diff --git a/src/Relude/Unsafe.hs b/src/Relude/Unsafe.hs index 64214f3..8f39b35 100644 --- a/src/Relude/Unsafe.hs +++ b/src/Relude/Unsafe.hs @@ -4,7 +4,7 @@ Module : Relude.Unsafe Copyright : (c) 2016 Stephen Diehl (c) 2016-2018 Serokell - (c) 2018-2022 Kowainik + (c) 2018-2023 Kowainik SPDX-License-Identifier : MIT Maintainer : Kowainik Stability : Stable