Bump upper bound of 'stm'

This commit is contained in:
Michael Walker 2018-09-22 21:35:48 +01:00
parent 5414165472
commit 472820aa8b
2 changed files with 10 additions and 1 deletions

View File

@ -7,6 +7,15 @@ standard Haskell versioning scheme.
.. _PVP: https://pvp.haskell.org/
unreleased
----------
Miscellaneous
~~~~~~~~~~~~~
* The upper bound on :hackage:`stm` is <2.6.
1.6.0.0 - IORefs (2018-07-01)
-----------------------------

View File

@ -62,7 +62,7 @@ library
, exceptions >=0.7 && <0.11
, monad-control >=1.0 && <1.1
, mtl >=2.2 && <2.3
, stm >=2.4 && <2.5
, stm >=2.4 && <2.6
, transformers >=0.5 && <0.6
-- hs-source-dirs:
default-language: Haskell2010