Skip to content

Commit

Permalink
Remove unnecessary uses of -XCPP
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Sep 29, 2019
1 parent c9e6776 commit 2301bd2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Data/Singletons/CustomStar.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, TypeFamilies, KindSignatures, TemplateHaskell, CPP #-}
{-# LANGUAGE DataKinds, TypeFamilies, KindSignatures, TemplateHaskell #-}

-----------------------------------------------------------------------------
-- |
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Singletons/Single.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ [email protected]
This file contains functions to refine constructs to work with singleton
types. It is an internal module to the singletons package.
-}
{-# LANGUAGE TemplateHaskell, TupleSections, ParallelListComp, CPP #-}
{-# LANGUAGE TemplateHaskell, TupleSections, ParallelListComp #-}

module Data.Singletons.Single where

Expand Down
2 changes: 1 addition & 1 deletion src/Data/Singletons/TH.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{-# LANGUAGE ExplicitNamespaces, CPP #-}
{-# LANGUAGE ExplicitNamespaces #-}

-----------------------------------------------------------------------------
-- |
Expand Down
1 change: 0 additions & 1 deletion tests/SingletonsTestSuiteUtils.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE DeriveAnyClass #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
Expand Down

0 comments on commit 2301bd2

Please sign in to comment.