summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/ST.hs
diff options
context:
space:
mode:
authorKhudyakov Alexey <alexey.skladnoy@gmail.com>2010-09-27 19:45:41 +0000
committerKhudyakov Alexey <alexey.skladnoy@gmail.com>2010-09-27 19:45:41 +0000
commite8f8f5445dd7891b6e597c72e7c88b36aa581b10 (patch)
treebc66f1cea97351183bcb9625d68443c736f8fc03 /lib/Data/Packed/ST.hs
parent7cfba6b4eb311590986a888255cd1dc594bd7264 (diff)
[hlint] Clean up language pragmas
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas
Diffstat (limited to 'lib/Data/Packed/ST.hs')
-rw-r--r--lib/Data/Packed/ST.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Data/Packed/ST.hs b/lib/Data/Packed/ST.hs
index 652f43e..2fad6ae 100644
--- a/lib/Data/Packed/ST.hs
+++ b/lib/Data/Packed/ST.hs
@@ -1,5 +1,6 @@
1{-# OPTIONS -XTypeOperators -XRank2Types -XFlexibleContexts -XBangPatterns #-} 1{-# LANGUAGE TypeOperators #-}
2 2{-# LANGUAGE Rank2Types #-}
3{-# LANGUAGE BangPatterns #-}
3----------------------------------------------------------------------------- 4-----------------------------------------------------------------------------
4-- | 5-- |
5-- Module : Data.Packed.ST 6-- Module : Data.Packed.ST