packages feed

fourmolu-0.6.0.0: data/examples/module-header/warning-pragma-list-multiline-four-ie-out.hs

module Test
    {-# DEPRECATED
        [ "This module is deprecated."
        , "Please use OtherModule instead."
        ]
        #-}
    ( foo
    , bar
    , baz
    )
where