summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Fourier.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/Numeric/GSL/Fourier.hs
parent7cfba6b4eb311590986a888255cd1dc594bd7264 (diff)
[hlint] Clean up language pragmas
* use LANGUAGE pragmas instead of deprecated one * remove unused pragmas
Diffstat (limited to 'lib/Numeric/GSL/Fourier.hs')
-rw-r--r--lib/Numeric/GSL/Fourier.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/Fourier.hs b/lib/Numeric/GSL/Fourier.hs
index 84943a0..22782b7 100644
--- a/lib/Numeric/GSL/Fourier.hs
+++ b/lib/Numeric/GSL/Fourier.hs
@@ -1,4 +1,4 @@
1{-# OPTIONS_GHC -fglasgow-exts #-} 1{-# LANGUAGE ForeignFunctionInterface #-}
2----------------------------------------------------------------------------- 2-----------------------------------------------------------------------------
3{- | 3{- |
4Module : Numeric.GSL.Fourier 4Module : Numeric.GSL.Fourier