packages feed

transformers 0.6.0.5 → 0.6.0.6

raw patch · 3 files changed

+5/−2 lines, 3 filesdep ~base

Dependency ranges changed: base

Files

Control/Monad/Trans/Class.hs view
@@ -5,7 +5,7 @@ #if __GLASGOW_HASKELL__ >= 710 && __GLASGOW_HASKELL__ < 802 {-# LANGUAGE AutoDeriveTypeable #-} #endif-#if __GLASGOW_HASKELL__ >= 808+#if __GLASGOW_HASKELL__ >= 806 {-# LANGUAGE QuantifiedConstraints #-} #endif -----------------------------------------------------------------------------
changelog view
@@ -1,5 +1,8 @@ -*-change-log-*- +0.6.0.6 Ross Paterson <R.Paterson@city.ac.uk> Jan 2023+	* Fix for GHC 8.6+ 0.6.0.5 Ross Paterson <R.Paterson@city.ac.uk> Jan 2023 	* Revert to allowing MonadTrans constraint with GHC >= 8.6 
transformers.cabal view
@@ -1,5 +1,5 @@ name:         transformers-version:      0.6.0.5+version:      0.6.0.6 license:      BSD3 license-file: LICENSE author:       Andy Gill, Ross Paterson