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/special/lib/Numeric/GSL/Special/Gamma.hs | |
parent | 617625917faa0d8ab514de2b4f0a178e66dfbf1d (diff) | |
parent | 6c120cf8c1271da8c39926b47384ac1b117e7c96 (diff) |
Merge branch 'master' into sundials-clean
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/Gamma.hs')
-rw-r--r-- | packages/special/lib/Numeric/GSL/Special/Gamma.hs | 3 |
1 files changed, 3 insertions, 0 deletions
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 |