packages feed

linear-free 0.1.1.0 → 0.2.0.0

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,9 +1,10 @@ # Revision history for linear-free -## 0.1.1.0+## 0.2.0.0  * Added `Control.Linear.Monad.Free.Church` * Added `Control.Linear.Applicative.Free`+* Change `Control.Monad.Free.Linear` to `Control.Linear.Monad.Free`  ## 0.1.0.0 -- YYYY-mm-dd 
linear-free.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               linear-free-version:            0.1.1.0+version:            0.2.0.0 synopsis:           Linear free monads description:           This package implements free monads on top of `linear-base`. Linear free monads