packages feed

haskell-language-server-2.7.0.0: plugins/hls-gadt-plugin/test/testdata/Pragma.hs

module Pragma where

data F = G{-# UNPACK #-}Int
    | H {-# NOUNPACK #-} Char