-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
60 changed files
with
61 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
Oops, something went wrong.