packages feed

haddock-2.29.1: html-test/src/DeprecatedModule.hs

{-# LANGUAGE Haskell2010 #-}
-- | Documentation for "DeprecatedModule".
module DeprecatedModule {-# DEPRECATED "Use \"Foo\" instead" #-} where

foo :: Int
foo = 23