lifted-base 0.2.3.9 → 0.2.3.10
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/IORef/Lifted.hs +1/−1
- lifted-base.cabal +1/−1
Data/IORef/Lifted.hs view
@@ -2,7 +2,7 @@ {-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE FlexibleContexts #-} -#if __GLASGOW_HASKELL__ >= 702+#if __GLASGOW_HASKELL__ >= 704 {-# LANGUAGE Safe #-} #endif
lifted-base.cabal view
@@ -1,5 +1,5 @@ Name: lifted-base-Version: 0.2.3.9+Version: 0.2.3.10 Synopsis: lifted IO operations from the base library License: BSD3 License-file: LICENSE