Skip to content

Commit

Permalink
Bumped version to 1.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
svenpanne committed Jul 25, 2021
1 parent f1032d0 commit 8d2dd46
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.2.2
-----
* Relaxed upper version bound for `transformers`.

1.2.1
-----
* Explicitly mark `Data.StateVar` as Safe (or Trustworthy for GHC before 7.10).
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Copyright (c) 2014-2015, Edward Kmett
Copyright (c) 2009-2018, Sven Panne
Copyright (c) 2009-2021, Sven Panne
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
6 changes: 4 additions & 2 deletions StateVar.cabal
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: StateVar
version: 1.2.1
version: 1.2.2
synopsis: State variables
description:
This package contains state variables, which are references in the IO monad,
like IORefs or parts of the OpenGL state.
homepage: https://github.com/haskell-opengl/StateVar
bug-reports: https://github.com/haskell-opengl/StateVar/issues
copyright: Copyright (C) 2014-2015 Edward A. Kmett, 2009-2018 Sven Panne
copyright: Copyright (C) 2014-2015 Edward A. Kmett, 2009-2021 Sven Panne
license: BSD3
license-file: LICENSE
author: Sven Panne and Edward Kmett
Expand All @@ -26,6 +26,8 @@ tested-with:
GHC == 8.6.5
GHC == 8.8.4
GHC == 8.10.3
GHC == 8.10.4
GHC == 9.0.1
cabal-version: >= 1.10
extra-source-files:
README.md
Expand Down
2 changes: 1 addition & 1 deletion src/Data/StateVar.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
--------------------------------------------------------------------------------
-- |
-- Module : Data.StateVar
-- Copyright : (c) Edward Kmett 2014-2019, Sven Panne 2009-2018
-- Copyright : (c) Edward Kmett 2014-2019, Sven Panne 2009-2021
-- License : BSD3
--
-- Maintainer : Sven Panne <svenpanne@gmail.com>
Expand Down

0 comments on commit 8d2dd46

Please # to comment.