diff options
Diffstat (limited to 'packages/special')
8 files changed, 25 insertions, 0 deletions
diff --git a/packages/special/lib/Numeric/GSL/Special/Bessel.hs b/packages/special/lib/Numeric/GSL/Special/Bessel.hs index 70066f8..84d4cf5 100644 --- a/packages/special/lib/Numeric/GSL/Special/Bessel.hs +++ b/packages/special/lib/Numeric/GSL/Special/Bessel.hs | |||
@@ -1,4 +1,7 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | |||
3 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
4 | |||
2 | ------------------------------------------------------------ | 5 | ------------------------------------------------------------ |
3 | -- | | 6 | -- | |
4 | -- Module : Numeric.GSL.Special.Bessel | 7 | -- Module : Numeric.GSL.Special.Bessel |
diff --git a/packages/special/lib/Numeric/GSL/Special/Coulomb.hs b/packages/special/lib/Numeric/GSL/Special/Coulomb.hs index 6904739..3bd3ed6 100644 --- a/packages/special/lib/Numeric/GSL/Special/Coulomb.hs +++ b/packages/special/lib/Numeric/GSL/Special/Coulomb.hs | |||
@@ -1,4 +1,7 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | |||
3 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
4 | |||
2 | ------------------------------------------------------------ | 5 | ------------------------------------------------------------ |
3 | -- | | 6 | -- | |
4 | -- Module : Numeric.GSL.Special.Coulomb | 7 | -- Module : Numeric.GSL.Special.Coulomb |
diff --git a/packages/special/lib/Numeric/GSL/Special/Coupling.hs b/packages/special/lib/Numeric/GSL/Special/Coupling.hs index ad120cc..e8d9aef 100644 --- a/packages/special/lib/Numeric/GSL/Special/Coupling.hs +++ b/packages/special/lib/Numeric/GSL/Special/Coupling.hs | |||
@@ -1,4 +1,7 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | |||
3 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
4 | |||
2 | ------------------------------------------------------------ | 5 | ------------------------------------------------------------ |
3 | -- | | 6 | -- | |
4 | -- Module : Numeric.GSL.Special.Coupling | 7 | -- Module : Numeric.GSL.Special.Coupling |
diff --git a/packages/special/lib/Numeric/GSL/Special/Exp.hs b/packages/special/lib/Numeric/GSL/Special/Exp.hs index b6dfeef..54033c5 100644 --- a/packages/special/lib/Numeric/GSL/Special/Exp.hs +++ b/packages/special/lib/Numeric/GSL/Special/Exp.hs | |||
@@ -1,4 +1,7 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | |||
3 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
4 | |||
2 | ------------------------------------------------------------ | 5 | ------------------------------------------------------------ |
3 | -- | | 6 | -- | |
4 | -- Module : Numeric.GSL.Special.Exp | 7 | -- Module : Numeric.GSL.Special.Exp |
diff --git a/packages/special/lib/Numeric/GSL/Special/Gamma.hs b/packages/special/lib/Numeric/GSL/Special/Gamma.hs index 41e24f0..55950cc 100644 --- a/packages/special/lib/Numeric/GSL/Special/Gamma.hs +++ b/packages/special/lib/Numeric/GSL/Special/Gamma.hs | |||
@@ -1,4 +1,7 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | |||
3 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
4 | |||
2 | ------------------------------------------------------------ | 5 | ------------------------------------------------------------ |
3 | -- | | 6 | -- | |
4 | -- Module : Numeric.GSL.Special.Gamma | 7 | -- Module : Numeric.GSL.Special.Gamma |
diff --git a/packages/special/lib/Numeric/GSL/Special/Gegenbauer.hs b/packages/special/lib/Numeric/GSL/Special/Gegenbauer.hs index fb8bf3f..1dae1f1 100644 --- a/packages/special/lib/Numeric/GSL/Special/Gegenbauer.hs +++ b/packages/special/lib/Numeric/GSL/Special/Gegenbauer.hs | |||
@@ -1,4 +1,7 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | |||
3 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
4 | |||
2 | ------------------------------------------------------------ | 5 | ------------------------------------------------------------ |
3 | -- | | 6 | -- | |
4 | -- Module : Numeric.GSL.Special.Gegenbauer | 7 | -- Module : Numeric.GSL.Special.Gegenbauer |
diff --git a/packages/special/lib/Numeric/GSL/Special/Legendre.hs b/packages/special/lib/Numeric/GSL/Special/Legendre.hs index 927fa2c..5f7d2b0 100644 --- a/packages/special/lib/Numeric/GSL/Special/Legendre.hs +++ b/packages/special/lib/Numeric/GSL/Special/Legendre.hs | |||
@@ -1,4 +1,7 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | |||
3 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
4 | |||
2 | ------------------------------------------------------------ | 5 | ------------------------------------------------------------ |
3 | -- | | 6 | -- | |
4 | -- Module : Numeric.GSL.Special.Legendre | 7 | -- Module : Numeric.GSL.Special.Legendre |
diff --git a/packages/special/lib/Numeric/GSL/Special/Trig.hs b/packages/special/lib/Numeric/GSL/Special/Trig.hs index f2c1519..754bed1 100644 --- a/packages/special/lib/Numeric/GSL/Special/Trig.hs +++ b/packages/special/lib/Numeric/GSL/Special/Trig.hs | |||
@@ -1,4 +1,8 @@ | |||
1 | {-# LANGUAGE CPP #-} | 1 | {-# LANGUAGE CPP #-} |
2 | |||
3 | {-# OPTIONS_GHC -fno-warn-missing-signatures #-} | ||
4 | {-# OPTIONS_GHC -fno-warn-unused-top-binds #-} | ||
5 | |||
2 | ------------------------------------------------------------ | 6 | ------------------------------------------------------------ |
3 | -- | | 7 | -- | |
4 | -- Module : Numeric.GSL.Special.Trig | 8 | -- Module : Numeric.GSL.Special.Trig |