Skip to content

Commit

Permalink
Satisfy fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 16, 2025
1 parent 35aaef6 commit 2b8fdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/src/Distribution/Simple.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RankNTypes #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}
-----------------------------------------------------------------------------
{-
Work around this warning:
Expand All @@ -14,6 +13,7 @@ libraries/Cabal/Distribution/Simple.hs:78:0:
Deprecated: "Please use the new testing interface instead!"
-}
{-# OPTIONS_GHC -Wno-deprecations #-}
{-# OPTIONS_GHC -Wno-incomplete-uni-patterns #-}

-- |
-- Module : Distribution.Simple
Expand Down

0 comments on commit 2b8fdf7

Please sign in to comment.