lspitzner / brittany

haskell source code formatter
GNU Affero General Public License v3.0
692 stars 72 forks source link

Brittany removes CApiFFI data comments #344

Open noughtmare opened 3 years ago

noughtmare commented 3 years ago

For example, running brittany on the following (based on the GHC docs):

data    {-# CTYPE "unistd.h" "useconds_t" #-} T

Results in:

data T
tfausak commented 2 years ago

This sounds related to #295. Both involve pragma comments mysteriously disappearing from things.