diff options
author | idontgetoutmuch <dominic@steinitz.org> | 2018-04-01 10:25:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-01 10:25:10 -0700 |
commit | 7ff1249249cb1b238e3e5ffafdaa9180c86242b9 (patch) | |
tree | 903fa549ea33ae9eff9fb527375f87548948d41d /packages/special/lib/Numeric/GSL/Special/Legendre.hs | |
parent | 1bdd94324c6e7cd9d9361c4136998d4c14ea3857 (diff) | |
parent | 63ceed4a69563c08e54269a4a9d3e5d27cb7c489 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/Legendre.hs')
-rw-r--r-- | packages/special/lib/Numeric/GSL/Special/Legendre.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |