Skip to content

Commit 68eb359

Browse files
committed
Deprecate Dhall.Optics.Getting
1 parent 6ed5599 commit 68eb359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dhall/src/Dhall/Optics.hs

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import Lens.Micro.Internal (foldMapOf, (#.))
2929
import qualified Lens.Micro
3030

3131
-- | Identical to @"Control.Lens.Getter".`Control.Lens.Getter.Getting`@
32+
{-# DEPRECATED Getting "Use Lens.Micro.Getting directly." #-}
3233
type Getting r s a = (a -> Const r a) -> s -> Const r s
3334

3435
-- | Identical to @"Control.Lens.Type".`Control.Lens.Type.Optic`@

0 commit comments

Comments
 (0)