lifted-base 0.2.1.0 → 0.2.1.1
raw patch · 3 files changed
+3/−5 lines, 3 files
Files
Control/Concurrent/MVar/Lifted.hs view
@@ -2,8 +2,7 @@ , UnicodeSyntax , NoImplicitPrelude , FlexibleContexts- , TupleSections- #-}+ , TupleSections #-} #if __GLASGOW_HASKELL__ >= 702 {-# LANGUAGE Trustworthy #-}
Control/Exception/Lifted.hs view
@@ -3,8 +3,7 @@ , NoImplicitPrelude , ExistentialQuantification , FlexibleContexts- , ImpredicativeTypes- #-}+ , ImpredicativeTypes #-} #if MIN_VERSION_base(4,3,0) {-# LANGUAGE RankNTypes #-} -- for mask
lifted-base.cabal view
@@ -1,5 +1,5 @@ Name: lifted-base-Version: 0.2.1.0+Version: 0.2.1.1 Synopsis: lifted IO operations from the base library License: BSD3 License-file: LICENSE