aboutsummaryrefslogtreecommitdiff
path: root/html-test/src/DeprecatedModule2.hs
blob: 9418529755247b7e4b975e909c1cb8a12d958935 (plain) (blame)
1
2
3
4
module DeprecatedModule2 {-# DEPRECATED "Use Foo instead" #-} where

foo :: Int
foo = 23