Skip to content

Commit cfc567f

Browse files
committed
give timeline for Data.Functor.Constant removal
1 parent 8c9bea4 commit cfc567f

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
@@ -146,8 +146,8 @@ elimLift _ g (Other e) = g e
146146
-- "Control.Monad.Trans.Except", these computations continue after an
147147
-- error, collecting all the errors.
148148
--
149-
-- __The use of `Constant` will be replaced by @Data.Functor.Const.Const@ in a__
150-
-- __future version.__ It is recommended to convert to and from the @Either@
149+
-- __The use of `Constant` will be replaced by @Data.Functor.Const.Const@ in
150+
-- `transformers-0.7`. It is recommended to convert to and from the @Either@
151151
-- values using functions in this module, rather than manipulating the
152152
-- underlying @Lift@ed @Constant@ values directly.
153153
--

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)