hoovercj/vscode-haskell-linter

Removing duplicates

vasilenkoalexey opened this issue · 0 comments

I have next code
{-# OPTIONS -XDeriveDataTypeable #-}
{-# LANGUAGE DeriveDataTypeable #-}
{-# LANGUAGE DeriveDataTypeable #-}
and suggestions
Use better pragmas. Replace with:
Use better pragmas. Replace with: {-# LANGUAGE DeriveDataTypeable #-}
But there are no any changes after suggestions accept. Should be just:
{-# LANGUAGE DeriveDataTypeable #-}