haddock-2.29.1: html-test/src/DeprecatedModule2.hs
{-# LANGUAGE Haskell2010 #-}
module DeprecatedModule2 {-# DEPRECATED "Use Foo instead" #-} where
foo :: Int
foo = 23
{-# LANGUAGE Haskell2010 #-}
module DeprecatedModule2 {-# DEPRECATED "Use Foo instead" #-} where
foo :: Int
foo = 23