packages feed

ormolu-0.0.1.0: data/examples/module-header/warning-pragma-multiline-out.hs

module Test
  {-# DEPRECATED "This module is unstable" #-}
  ( foo,
    bar,
    baz,
  )
where

import Blah