Skip to content

Commit 50f7b3e

Browse files
committed
Removed not needed CPP extension
1 parent 0386481 commit 50f7b3e

File tree

9 files changed

+0
-9
lines changed

9 files changed

+0
-9
lines changed

io-sim/src/Control/Monad/IOSim/Internal.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE BangPatterns #-}
2-
{-# LANGUAGE CPP #-}
32
{-# LANGUAGE DerivingVia #-}
43
{-# LANGUAGE ExistentialQuantification #-}
54
{-# LANGUAGE FlexibleInstances #-}

io-sim/src/Control/Monad/IOSimPOR/Internal.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE BangPatterns #-}
2-
{-# LANGUAGE CPP #-}
32
{-# LANGUAGE DerivingVia #-}
43
{-# LANGUAGE ExistentialQuantification #-}
54
{-# LANGUAGE FlexibleContexts #-}

io-sim/test/Test/Control/Monad/IOSimPOR.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
{-# LANGUAGE DeriveGeneric #-}
32
{-# LANGUAGE FlexibleContexts #-}
43
{-# LANGUAGE LambdaCase #-}

io-sim/test/Test/Control/Monad/Utils.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{-# LANGUAGE CPP #-}
21
{-# LANGUAGE FlexibleContexts #-}
32
{-# LANGUAGE RankNTypes #-}
43
{-# LANGUAGE ScopedTypeVariables #-}

strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TArray.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE BangPatterns #-}
2-
{-# LANGUAGE CPP #-}
32
{-# LANGUAGE ExplicitNamespaces #-}
43
{-# LANGUAGE FlexibleContexts #-}
54
{-# LANGUAGE FlexibleInstances #-}

strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TBQueue.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE BangPatterns #-}
2-
{-# LANGUAGE CPP #-}
32
{-# LANGUAGE ExplicitNamespaces #-}
43
{-# LANGUAGE GADTs #-}
54
{-# LANGUAGE TypeOperators #-}

strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TChan.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE BangPatterns #-}
2-
{-# LANGUAGE CPP #-}
32
{-# LANGUAGE ExplicitNamespaces #-}
43
{-# LANGUAGE GADTs #-}
54
{-# LANGUAGE NamedFieldPuns #-}

strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TMVar.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE BangPatterns #-}
2-
{-# LANGUAGE CPP #-}
32
{-# LANGUAGE ExplicitNamespaces #-}
43
{-# LANGUAGE GADTs #-}
54
{-# LANGUAGE TypeOperators #-}

strict-stm/src/Control/Concurrent/Class/MonadSTM/Strict/TQueue.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{-# LANGUAGE BangPatterns #-}
2-
{-# LANGUAGE CPP #-}
32
{-# LANGUAGE ExplicitNamespaces #-}
43
{-# LANGUAGE GADTs #-}
54
{-# LANGUAGE NamedFieldPuns #-}

0 commit comments

Comments
 (0)