stm 2.1.2.1 → 2.1.2.2
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Control/Concurrent/STM/TVar.hs +1/−1
- stm.cabal +1/−1
Control/Concurrent/STM/TVar.hs view
@@ -31,6 +31,6 @@ import Control.Sequential.STM #endif -#if ! MIN_VERSION_base(4,2,0)+#if ! (MIN_VERSION_base(4,2,0)) readTVarIO = atomically . readTVar #endif
stm.cabal view
@@ -1,5 +1,5 @@ name: stm-version: 2.1.2.1+version: 2.1.2.2 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org