diff options
author | Khudyakov Alexey <alexey.skladnoy@gmail.com> | 2010-09-27 19:45:41 +0000 |
---|---|---|
committer | Khudyakov Alexey <alexey.skladnoy@gmail.com> | 2010-09-27 19:45:41 +0000 |
commit | e8f8f5445dd7891b6e597c72e7c88b36aa581b10 (patch) | |
tree | bc66f1cea97351183bcb9625d68443c736f8fc03 /lib/Numeric/GSL/Fourier.hs | |
parent | 7cfba6b4eb311590986a888255cd1dc594bd7264 (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.hs | 2 |
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 | {- | |
4 | Module : Numeric.GSL.Fourier | 4 | Module : Numeric.GSL.Fourier |