mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-23 06:02:52 +03:00
Bump upper bound of 'stm'
This commit is contained in:
parent
5414165472
commit
472820aa8b
@ -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)
|
||||
-----------------------------
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user