File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ 1.2.2
2
+ -----
3
+ * Relaxed upper version bound for ` transformers ` .
4
+
1
5
1.2.1
2
6
-----
3
7
* Explicitly mark ` Data.StateVar ` as Safe (or Trustworthy for GHC before 7.10).
Original file line number Diff line number Diff line change 1
1
Copyright (c) 2014-2015, Edward Kmett
2
- Copyright (c) 2009-2018 , Sven Panne
2
+ Copyright (c) 2009-2021 , Sven Panne
3
3
All rights reserved.
4
4
5
5
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
name : StateVar
2
- version : 1.2.1
2
+ version : 1.2.2
3
3
synopsis : State variables
4
4
description :
5
5
This package contains state variables, which are references in the IO monad,
6
6
like IORefs or parts of the OpenGL state.
7
7
homepage : https://github.com/haskell-opengl/StateVar
8
8
bug-reports : https://github.com/haskell-opengl/StateVar/issues
9
- copyright : Copyright (C) 2014-2015 Edward A. Kmett, 2009-2018 Sven Panne
9
+ copyright : Copyright (C) 2014-2015 Edward A. Kmett, 2009-2021 Sven Panne
10
10
license : BSD3
11
11
license-file : LICENSE
12
12
author : Sven Panne and Edward Kmett
@@ -26,6 +26,8 @@ tested-with:
26
26
GHC == 8.6.5
27
27
GHC == 8.8.4
28
28
GHC == 8.10.3
29
+ GHC == 8.10.4
30
+ GHC == 9.0.1
29
31
cabal-version : >= 1.10
30
32
extra-source-files :
31
33
README.md
Original file line number Diff line number Diff line change 16
16
--------------------------------------------------------------------------------
17
17
-- |
18
18
-- Module : Data.StateVar
19
- -- Copyright : (c) Edward Kmett 2014-2019, Sven Panne 2009-2018
19
+ -- Copyright : (c) Edward Kmett 2014-2019, Sven Panne 2009-2021
20
20
-- License : BSD3
21
21
--
22
22
-- Maintainer : Sven Panne <svenpanne@gmail.com>
You can’t perform that action at this time.
0 commit comments