diff options
author | Dominic Steinitz <dominic@steinitz.org> | 2018-04-03 07:41:34 +0100 |
---|---|---|
committer | Dominic Steinitz <dominic@steinitz.org> | 2018-04-03 07:41:34 +0100 |
commit | 62d745b157313909c275a00cdb0226741678031b (patch) | |
tree | e3ff2d556ce9c0b653d25879a1336ca5ed1ced2a /packages/gsl/src/Numeric | |
parent | 617625917faa0d8ab514de2b4f0a178e66dfbf1d (diff) | |
parent | 6c120cf8c1271da8c39926b47384ac1b117e7c96 (diff) |
Merge branch 'master' into sundials-clean
Diffstat (limited to 'packages/gsl/src/Numeric')
-rw-r--r-- | packages/gsl/src/Numeric/GSL/Fitting.hs | 2 | ||||
-rw-r--r-- | packages/gsl/src/Numeric/GSL/Fourier.hs | 2 | ||||
-rw-r--r-- | packages/gsl/src/Numeric/GSL/Integration.hs | 2 | ||||
-rw-r--r-- | packages/gsl/src/Numeric/GSL/Internal.hs | 3 | ||||
-rw-r--r-- | packages/gsl/src/Numeric/GSL/Interpolation.hs | 2 | ||||
-rw-r--r-- | packages/gsl/src/Numeric/GSL/LinearAlgebra.hs | 3 | ||||
-rw-r--r-- | packages/gsl/src/Numeric/GSL/Minimization.hs | 2 | ||||
-rw-r--r-- | packages/gsl/src/Numeric/GSL/ODE.hs | 2 | ||||
-rw-r--r-- | packages/gsl/src/Numeric/GSL/Root.hs | 2 | ||||
-rw-r--r-- | packages/gsl/src/Numeric/GSL/Vector.hs | 3 |
10 files changed, 23 insertions, 0 deletions
diff --git a/packages/gsl/src/Numeric/GSL/Fitting.hs b/packages/gsl/src/Numeric/GSL/Fitting.hs index 8f2eae3..a732c25 100644 --- a/packages/gsl/src/Numeric/GSL/Fitting.hs +++ b/packages/gsl/src/Numeric/GSL/Fitting.hs | |||
@@ -1,6 +1,8 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | {-# LANGUAGE FlexibleContexts #-} | 2 | {-# LANGUAGE FlexibleContexts #-} |
3 | 3 | ||
4 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
5 | |||
4 | {- | | 6 | {- | |
5 | Module : Numeric.GSL.Fitting | 7 | Module : Numeric.GSL.Fitting |
6 | Copyright : (c) Alberto Ruiz 2010 | 8 | Copyright : (c) Alberto Ruiz 2010 |
diff --git a/packages/gsl/src/Numeric/GSL/Fourier.hs b/packages/gsl/src/Numeric/GSL/Fourier.hs index bffab87..ed7353a 100644 --- a/packages/gsl/src/Numeric/GSL/Fourier.hs +++ b/packages/gsl/src/Numeric/GSL/Fourier.hs | |||
@@ -1,5 +1,7 @@ | |||
1 | {-# LANGUAGE TypeFamilies #-} | 1 | {-# LANGUAGE TypeFamilies #-} |
2 | 2 | ||
3 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
4 | |||
3 | {- | | 5 | {- | |
4 | Module : Numeric.GSL.Fourier | 6 | Module : Numeric.GSL.Fourier |
5 | Copyright : (c) Alberto Ruiz 2006 | 7 | Copyright : (c) Alberto Ruiz 2006 |
diff --git a/packages/gsl/src/Numeric/GSL/Integration.hs b/packages/gsl/src/Numeric/GSL/Integration.hs index 9c1d43a..0a1b4c6 100644 --- a/packages/gsl/src/Numeric/GSL/Integration.hs +++ b/packages/gsl/src/Numeric/GSL/Integration.hs | |||
@@ -1,3 +1,5 @@ | |||
1 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
2 | |||
1 | {- | | 3 | {- | |
2 | Module : Numeric.GSL.Integration | 4 | Module : Numeric.GSL.Integration |
3 | Copyright : (c) Alberto Ruiz 2006 | 5 | Copyright : (c) Alberto Ruiz 2006 |
diff --git a/packages/gsl/src/Numeric/GSL/Internal.hs b/packages/gsl/src/Numeric/GSL/Internal.hs index f70e167..1217162 100644 --- a/packages/gsl/src/Numeric/GSL/Internal.hs +++ b/packages/gsl/src/Numeric/GSL/Internal.hs | |||
@@ -1,5 +1,8 @@ | |||
1 | {-# LANGUAGE FlexibleContexts #-} | 1 | {-# LANGUAGE FlexibleContexts #-} |
2 | 2 | ||
3 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
4 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
5 | |||
3 | -- | | 6 | -- | |
4 | -- Module : Numeric.GSL.Internal | 7 | -- Module : Numeric.GSL.Internal |
5 | -- Copyright : (c) Alberto Ruiz 2009 | 8 | -- Copyright : (c) Alberto Ruiz 2009 |
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 |
diff --git a/packages/gsl/src/Numeric/GSL/LinearAlgebra.hs b/packages/gsl/src/Numeric/GSL/LinearAlgebra.hs index 1bf357b..aee64f7 100644 --- a/packages/gsl/src/Numeric/GSL/LinearAlgebra.hs +++ b/packages/gsl/src/Numeric/GSL/LinearAlgebra.hs | |||
@@ -1,3 +1,6 @@ | |||
1 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
2 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
3 | |||
1 | ----------------------------------------------------------------------------- | 4 | ----------------------------------------------------------------------------- |
2 | -- | | 5 | -- | |
3 | -- Module : Numeric.GSL.LinearAlgebra | 6 | -- Module : Numeric.GSL.LinearAlgebra |
diff --git a/packages/gsl/src/Numeric/GSL/Minimization.hs b/packages/gsl/src/Numeric/GSL/Minimization.hs index a0e5306..1fd951b 100644 --- a/packages/gsl/src/Numeric/GSL/Minimization.hs +++ b/packages/gsl/src/Numeric/GSL/Minimization.hs | |||
@@ -1,3 +1,5 @@ | |||
1 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
2 | |||
1 | {-# LANGUAGE FlexibleContexts #-} | 3 | {-# LANGUAGE FlexibleContexts #-} |
2 | 4 | ||
3 | 5 | ||
diff --git a/packages/gsl/src/Numeric/GSL/ODE.hs b/packages/gsl/src/Numeric/GSL/ODE.hs index 987d47e..a1ccd38 100644 --- a/packages/gsl/src/Numeric/GSL/ODE.hs +++ b/packages/gsl/src/Numeric/GSL/ODE.hs | |||
@@ -1,5 +1,7 @@ | |||
1 | {-# LANGUAGE FlexibleContexts #-} | 1 | {-# LANGUAGE FlexibleContexts #-} |
2 | 2 | ||
3 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
4 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
3 | 5 | ||
4 | {- | | 6 | {- | |
5 | Module : Numeric.GSL.ODE | 7 | Module : Numeric.GSL.ODE |
diff --git a/packages/gsl/src/Numeric/GSL/Root.hs b/packages/gsl/src/Numeric/GSL/Root.hs index 724f32f..9cdb061 100644 --- a/packages/gsl/src/Numeric/GSL/Root.hs +++ b/packages/gsl/src/Numeric/GSL/Root.hs | |||
@@ -1,5 +1,7 @@ | |||
1 | {-# LANGUAGE FlexibleContexts #-} | 1 | {-# LANGUAGE FlexibleContexts #-} |
2 | 2 | ||
3 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
4 | |||
3 | {- | | 5 | {- | |
4 | Module : Numeric.GSL.Root | 6 | Module : Numeric.GSL.Root |
5 | Copyright : (c) Alberto Ruiz 2009 | 7 | Copyright : (c) Alberto Ruiz 2009 |
diff --git a/packages/gsl/src/Numeric/GSL/Vector.hs b/packages/gsl/src/Numeric/GSL/Vector.hs index b1c0106..2ca7cc0 100644 --- a/packages/gsl/src/Numeric/GSL/Vector.hs +++ b/packages/gsl/src/Numeric/GSL/Vector.hs | |||
@@ -1,3 +1,6 @@ | |||
1 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
2 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
3 | |||
1 | ----------------------------------------------------------------------------- | 4 | ----------------------------------------------------------------------------- |
2 | -- | | 5 | -- | |
3 | -- Module : Numeric.GSL.Vector | 6 | -- Module : Numeric.GSL.Vector |