fourmolu-0.0.6.0: data/examples/module-header/warning-pragma-list-multiline.hs
module Test {-# DEPRECATED ["This module is deprecated.",
"Please use OtherModule instead."
]#-}
( foo
, bar
, baz
)
where
module Test {-# DEPRECATED ["This module is deprecated.",
"Please use OtherModule instead."
]#-}
( foo
, bar
, baz
)
where