Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion containers-tests/benchmarks/IntSet.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE BangPatterns, GeneralizedNewtypeDeriving #-}

module Main where
Expand Down
1 change: 0 additions & 1 deletion containers-tests/benchmarks/Map.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE BangPatterns #-}
module Main where

Expand Down
1 change: 0 additions & 1 deletion containers-tests/tests/bitqueue-properties.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE BangPatterns #-}

import qualified Data.List as List
Expand Down
1 change: 0 additions & 1 deletion containers-tests/tests/intmap-strictness.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE BangPatterns #-}
{-# OPTIONS_GHC -fno-warn-orphans #-}

Expand Down
1 change: 0 additions & 1 deletion containers-tests/tests/intset-properties.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
import Control.Applicative (Const(..))
import Data.Bits ((.&.), popCount)
import Data.Word (Word)
Expand Down
2 changes: 0 additions & 2 deletions containers-tests/tests/seq-properties.hs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
{-# LANGUAGE PatternGuards #-}
{-# LANGUAGE TemplateHaskell #-}

#include "containers.h"

import Data.Sequence.Internal
( Sized (..)
, Seq (Seq)
Expand Down
1 change: 0 additions & 1 deletion containers-tests/tests/set-properties.hs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{-# LANGUAGE CPP #-}
import qualified Data.IntSet as IntSet
import Data.List (nub, sort, sortBy)
import qualified Data.List as List
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/IntMap.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.IntMap
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/IntMap/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
{-# OPTIONS_HADDOCK not-home #-}
{-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-}

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.IntMap.Internal
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/IntMap/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.IntMap.Lazy
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/IntMap/Merge/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.IntMap.Merge.Lazy
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/IntMap/Merge/Strict.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
{-# LANGUAGE Trustworthy #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.IntMap.Merge.Strict
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/IntMap/Strict.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Trustworthy #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.IntMap.Strict
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/IntMap/Strict/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

{-# OPTIONS_GHC -fno-warn-incomplete-uni-patterns #-}

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.IntMap.Strict.Internal
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/IntSet.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.IntSet
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/Map.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.Map
Expand Down
3 changes: 0 additions & 3 deletions containers/src/Data/Map/Internal/Debug.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{-# LANGUAGE CPP #-}
#include "containers.h"

module Data.Map.Internal.Debug where

import Data.Map.Internal (Map (..), size, delta)
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/Map/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.Map.Lazy
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/Map/Merge/Lazy.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.Map.Merge.Lazy
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/Map/Merge/Strict.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.Map.Merge.Strict
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/Map/Strict.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.Map.Strict
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/Map/Strict/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
#endif
{-# OPTIONS_HADDOCK not-home #-}

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.Map.Strict.Internal
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/Set.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
{-# LANGUAGE Safe #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.Set
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/Set/Internal.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

{-# OPTIONS_HADDOCK not-home #-}

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.Set.Internal
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Data/Tree.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
{-# LANGUAGE Trustworthy #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Data.Tree
Expand Down
3 changes: 0 additions & 3 deletions containers/src/Utils/Containers/Internal/BitQueue.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE BangPatterns #-}

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Utils.Containers.Internal.BitQueue
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Utils/Containers/Internal/BitUtil.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
{-# LANGUAGE Trustworthy #-}
#endif

#include "containers.h"

-----------------------------------------------------------------------------
-- |
-- Module : Utils.Containers.Internal.BitUtil
Expand Down
2 changes: 0 additions & 2 deletions containers/src/Utils/Containers/Internal/State.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{-# LANGUAGE CPP #-}
#include "containers.h"
{-# OPTIONS_HADDOCK hide #-}

-- | A clone of Control.Monad.State.Strict.
Expand Down