Skip to content

Commit

Permalink
[#418] Prepare release 1.3.3.2 (#419)
Browse files Browse the repository at this point in the history
Resolves #418
  • Loading branch information
vrom911 authored Oct 5, 2022
1 parent 1fac051 commit 561aefd
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 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 @@
`tomland` uses [PVP Versioning][1].
The changelog is available [on GitHub][2].

## Unreleased
## 1.3.3.2 – Oct 5, 2022

* [#395](https://github.com/kowainik/tomland/issues/395):
Support GHC-9.2.4.
Expand Down
2 changes: 1 addition & 1 deletion src/Toml.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/BiMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{- |
Module : Toml.Codec.BiMap
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/BiMap/Conversion.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Toml.Codec.BiMap.Conversion
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Code.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Code
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Combinator
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Toml.Codec.Combinator.Common
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/Custom.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Combinator.Custom
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/List.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Combinator.List
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/Map.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{- |
Module : Toml.Codec.Combinator.Map
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/Monoid.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Combinator.Monoid
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/Primitive.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Combinator.Primitive
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/Set.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Combinator.Set
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/Table.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Combinator.Table
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/Time.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Combinator.Time
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Combinator/Tuple.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Combinator.Tuple
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Di.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Codec.Di
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Error.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{- |
Module : Toml.Codec.Error
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Generic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

{- |
Module : Toml.Codec.Generic
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Codec/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{- |
Module : Toml.Codec.Types
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Parser.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Parser
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Parser/Core.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Parser.Core
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Parser/Item.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Parser.Item
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Parser/Key.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Parser.Key
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Parser/String.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Parser.String
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Parser/Validate.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Parser.Validate
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Parser/Value.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Parser.Value
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Type.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Type
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Type/AnyValue.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{- |
Module : Toml.Type.AnyValue
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Type/Edsl.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{- |
Module : Toml.Type.Edsl
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion src/Toml/Type/Key.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

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

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

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

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

{- |
Module : Toml.Type.Value
Copyright : (c) 2018-2021 Kowainik
Copyright : (c) 2018-2022 Kowainik
SPDX-License-Identifier : MPL-2.0
Maintainer : Kowainik <[email protected]>
Stability : Stable
Expand Down
2 changes: 1 addition & 1 deletion tomland.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: tomland
version: 1.3.3.1
version: 1.3.3.2
synopsis: Bidirectional TOML serialization
description:
Implementation of bidirectional TOML serialization. Simple codecs look like this:
Expand Down

0 comments on commit 561aefd

Please sign in to comment.