diff options
Diffstat (limited to 'packages/gsl/src/Numeric/GSL/Interpolation.hs')
-rw-r--r-- | packages/gsl/src/Numeric/GSL/Interpolation.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/gsl/src/Numeric/GSL/Interpolation.hs b/packages/gsl/src/Numeric/GSL/Interpolation.hs index 6f02405..484d2a2 100644 --- a/packages/gsl/src/Numeric/GSL/Interpolation.hs +++ b/packages/gsl/src/Numeric/GSL/Interpolation.hs | |||
@@ -1,5 +1,7 @@ | |||
1 | {-# LANGUAGE MagicHash, UnboxedTuples #-} | 1 | {-# LANGUAGE MagicHash, UnboxedTuples #-} |
2 | 2 | ||
3 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
4 | |||
3 | {- | | 5 | {- | |
4 | Module : Numeric.GSL.Interpolation | 6 | Module : Numeric.GSL.Interpolation |
5 | Copyright : (c) Matthew Peddie 2015 | 7 | Copyright : (c) Matthew Peddie 2015 |