Skip to content

Commit 2575ba6

Browse files
committed
Merge pull request #2 from dterei/master
fix mistake in last patch
2 parents 770fbc3 + 667591b commit 2575ba6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Data/IntMap.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
{-# LANGUAGE NoBangPatterns, ScopedTypeVariables #-}
12
#if !defined(TESTING) && __GLASGOW_HASKELL__ >= 701
23
{-# LANGUAGE Trustworthy #-}
34
#endif
4-
{-# LANGUAGE NoBangPatterns, ScopedTypeVariables #-}
55
-----------------------------------------------------------------------------
66
-- |
77
-- Module : Data.IntMap

Data/Map.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
{-# LANGUAGE NoBangPatterns #-}
12
#if !defined(TESTING) && __GLASGOW_HASKELL__ >= 701
23
{-# LANGUAGE Safe #-}
34
#endif
4-
{-# LANGUAGE NoBangPatterns #-}
55
-----------------------------------------------------------------------------
66
-- |
77
-- Module : Data.Map

0 commit comments

Comments
 (0)