Skip to content

Commit

Permalink
drop redundant <> import for old ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed May 3, 2024
1 parent 18e54bc commit 2426d75
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import qualified Data.ByteString.Lazy.Char8 as B
import Data.Char
import Data.List.Extra
import Data.Maybe
#if !MIN_VERSION_base(4,11,0)
import Data.Monoid ((<>))
#endif
import Data.Version.Extra
import SimpleCabal
import SimpleCmd ((+-+))
Expand Down

0 comments on commit 2426d75

Please sign in to comment.