Skip to content

Commit 400ef84

Browse files
committed
give timeline for Data.Functor.Constant removal
1 parent e21c86a commit 400ef84

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Control/Applicative/Lift.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ elimLift _ g (Other e) = g e
148148
-- "Control.Monad.Trans.Except", these computations continue after an
149149
-- error, collecting all the errors.
150150
--
151-
-- __The use of `Constant` will be replaced by @Data.Functor.Const.Const@ in a__
152-
-- __future version.__ It is recommended to convert to and from the @Either@
151+
-- __The use of `Constant` will be replaced by @Data.Functor.Const.Const@ in
152+
-- `transformers-0.7`. It is recommended to convert to and from the @Either@
153153
-- values using functions in this module, rather than manipulating the
154154
-- underlying @Lift@ed @Constant@ values directly.
155155
--

Data/Functor/Constant.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
-- The constant functor.
1919
-----------------------------------------------------------------------------
2020

21-
module Data.Functor.Constant {-# DEPRECATED "Use Data.Functor.Const" #-} (
21+
module Data.Functor.Constant {-# DEPRECATED "Use Data.Functor.Const; will be removed in transformers 0.7" #-} (
2222
Constant(..),
2323
) where
2424

0 commit comments

Comments
 (0)