summaryrefslogtreecommitdiff
path: root/lib/Data/Packed/Internal/Matrix.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/Internal/Matrix.hs
parent7cfba6b4eb311590986a888255cd1dc594bd7264 (diff)
[hlint] Clean up language pragmas
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas
Diffstat (limited to 'lib/Data/Packed/Internal/Matrix.hs')
-rw-r--r--lib/Data/Packed/Internal/Matrix.hs6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Data/Packed/Internal/Matrix.hs b/lib/Data/Packed/Internal/Matrix.hs
index b616442..c4491fb 100644
--- a/lib/Data/Packed/Internal/Matrix.hs
+++ b/lib/Data/Packed/Internal/Matrix.hs
@@ -1,5 +1,7 @@
1{-# OPTIONS_GHC -fglasgow-exts #-} 1{-# LANGUAGE ForeignFunctionInterface #-}
2{-# LANGUAGE CPP, BangPatterns #-} 2{-# LANGUAGE FlexibleContexts #-}
3{-# LANGUAGE FlexibleInstances #-}
4{-# LANGUAGE BangPatterns #-}
3----------------------------------------------------------------------------- 5-----------------------------------------------------------------------------
4-- | 6-- |
5-- Module : Data.Packed.Internal.Matrix 7-- Module : Data.Packed.Internal.Matrix