summaryrefslogtreecommitdiff
path: root/packages/sundials/src/Main.hs
diff options
context:
space:
mode:
authorMathieu Boespflug <m@tweag.io>2018-03-25 12:25:51 +0200
committerMathieu Boespflug <m@tweag.io>2018-03-25 12:25:51 +0200
commit6bfcf9314af77e83886dba9ddf7d651544dc92a7 (patch)
tree479ff9415ba30fda5a59c962e95d2ed56fe4b15d /packages/sundials/src/Main.hs
parent72c116cb338b91ba59af048b0363cb8f113f8535 (diff)
Remove -Wall from source files.
This should be turned on a side effect of passing --pedantic to the build tool. If that flag is not passed, then avoid creating extra noise for downstream users that are building the library.
Diffstat (limited to 'packages/sundials/src/Main.hs')
-rw-r--r--packages/sundials/src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sundials/src/Main.hs b/packages/sundials/src/Main.hs
index 44426f6..d1f6755 100644
--- a/packages/sundials/src/Main.hs
+++ b/packages/sundials/src/Main.hs
@@ -1,4 +1,4 @@
1{-# OPTIONS_GHC -Wall #-} 1module Main where
2 2
3import Numeric.Sundials.Arkode.ODE 3import Numeric.Sundials.Arkode.ODE
4import Numeric.LinearAlgebra 4import Numeric.LinearAlgebra