packages feed

monad-skeleton 0.1 → 0.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

monad-skeleton.cabal view
@@ -1,5 +1,5 @@ name:                monad-skeleton
-version:             0.1
+version:             0.1.1
 synopsis:            An undead monad
 description:         A simple operational monad based on Reflection without Remorse
 homepage:            https://github.com/fumieval/monad-skeleton
src/Control/Monad/Skeleton.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE RankNTypes, GADTs, PolyKinds #-}+{-# LANGUAGE Trustworthy, RankNTypes, GADTs, PolyKinds #-} module Control.Monad.Skeleton (MonadView(..), hoistMonadView, Skeleton, bone, unbone, hoistSkeleton) where import qualified Data.Sequence as Seq import Unsafe.Coerce