packages feed

global-variables 1.0.1.0 → 1.0.1.1

raw patch · 1 files changed

+5/−3 lines, 1 filesdep ~stmPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: stm

API changes (from Hackage documentation)

Files

global-variables.cabal view
@@ -1,5 +1,5 @@ Name:               global-variables-Version:            1.0.1.0+Version:            1.0.1.1  Synopsis:           Namespaced, global, and top-level mutable variables without                     unsafePerformIO.@@ -36,6 +36,8 @@    .    Version History:    .+   1.0.1.1: made compatible with stm-2.3+   .    1.0.1.0: added declareEmptyMVar and widened the stm dependency    .    1.0: First public release@@ -44,7 +46,7 @@ License-file:       LICENSE Author:             Jean-Marie Gaillourdet and Patrick Michel Maintainer:         Jean-Marie Gaillourdet <jmg@gaillourdet.net>-Copyright:          2011 Jean-Marie Gaillourdet+Copyright:          2011, 2012 Jean-Marie Gaillourdet Bug-Reports:        http://bitbucket.org/jmg/global-variables/issues Stability:          stable @@ -65,7 +67,7 @@    Build-depends:      base >= 4 && < 5                     , containers >= 0.3 && < 0.5-                    , stm >= 2.1 && < 2.3+                    , stm >= 2.1 && < 2.4    Other-modules:    Data.Global.Registry