summaryrefslogtreecommitdiff
path: root/packages/special/lib/Numeric/GSL/Special/Exp.hs
diff options
context:
space:
mode:
authoridontgetoutmuch <dominic@steinitz.org>2018-04-01 10:25:10 -0700
committerGitHub <noreply@github.com>2018-04-01 10:25:10 -0700
commit7ff1249249cb1b238e3e5ffafdaa9180c86242b9 (patch)
tree903fa549ea33ae9eff9fb527375f87548948d41d /packages/special/lib/Numeric/GSL/Special/Exp.hs
parent1bdd94324c6e7cd9d9361c4136998d4c14ea3857 (diff)
parent63ceed4a69563c08e54269a4a9d3e5d27cb7c489 (diff)
Merge branch 'master' into master
Diffstat (limited to 'packages/special/lib/Numeric/GSL/Special/Exp.hs')
-rw-r--r--packages/special/lib/Numeric/GSL/Special/Exp.hs3
1 files changed, 3 insertions, 0 deletions
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