Skip to content

Commit

Permalink
Remove redundant -XCPP from Cabal-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Jan 7, 2025
1 parent 748ed25 commit 2e53eb9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-# OPTIONS_GHC -fno-warn-deprecations #-}
module UnitTests.Distribution.CabalSpecVersion (tests) where

Expand Down
1 change: 0 additions & 1 deletion Cabal-tests/tests/UnitTests/Distribution/Utils/CharSet.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
module UnitTests.Distribution.Utils.CharSet where

import Prelude hiding (Foldable(..))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
module UnitTests.Distribution.Utils.Structured (tests) where

import Data.Proxy (Proxy (..))
Expand Down

0 comments on commit 2e53eb9

Please sign in to comment.