From e8f8f5445dd7891b6e597c72e7c88b36aa581b10 Mon Sep 17 00:00:00 2001 From: Khudyakov Alexey Date: Mon, 27 Sep 2010 19:45:41 +0000 Subject: [hlint] Clean up language pragmas * use LANGUAGE pragmas instead of deprecated one * remove unused pragmas --- lib/Numeric/GSL/Fourier.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Numeric/GSL/Fourier.hs') 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 @@ -{-# OPTIONS_GHC -fglasgow-exts #-} +{-# LANGUAGE ForeignFunctionInterface #-} ----------------------------------------------------------------------------- {- | Module : Numeric.GSL.Fourier -- cgit v1.2.3