From 232599fbdfaf13dcf009f40585369e0ec71fd0bd Mon Sep 17 00:00:00 2001 From: Yamada Ryo Date: Wed, 17 Jul 2024 17:11:43 +0900 Subject: [PATCH] [fix] outdated module descriptions. --- heftia/src/Control/Effect/Free.hs | 2 +- heftia/src/Control/Effect/Hefty.hs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/heftia/src/Control/Effect/Free.hs b/heftia/src/Control/Effect/Free.hs index a0451d1..9bfa927 100644 --- a/heftia/src/Control/Effect/Free.hs +++ b/heftia/src/Control/Effect/Free.hs @@ -12,7 +12,7 @@ Stability : experimental Portability : portable A Freer carrier that can be used as a handler for effect systems based -on [@classy-effects@](https://hackage.haskell.org/package/classy-effects). +on [@data-effects@](https://hackage.haskell.org/package/data-effects). -} module Control.Effect.Free where diff --git a/heftia/src/Control/Effect/Hefty.hs b/heftia/src/Control/Effect/Hefty.hs index 1b6e0c3..f24da5b 100644 --- a/heftia/src/Control/Effect/Hefty.hs +++ b/heftia/src/Control/Effect/Hefty.hs @@ -12,8 +12,8 @@ Maintainer : ymdfield@outlook.jp Stability : experimental Portability : portable -A Heftia carrier that can be used as a handler for effect systems based -on [@classy-effects@](https://hackage.haskell.org/package/classy-effects). +A Hefty carrier that can be used as a handler for effect systems based +on [@data-effects@](https://hackage.haskell.org/package/data-effects). -} module Control.Effect.Hefty where