From 6bfcf9314af77e83886dba9ddf7d651544dc92a7 Mon Sep 17 00:00:00 2001 From: Mathieu Boespflug Date: Sun, 25 Mar 2018 12:25:51 +0200 Subject: 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. --- packages/sundials/src/Main.hs | 2 +- packages/sundials/src/Numeric/Sundials/Arkode/ODE.hs | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'packages') 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 @@ -{-# OPTIONS_GHC -Wall #-} +module Main where import Numeric.Sundials.Arkode.ODE import Numeric.LinearAlgebra diff --git a/packages/sundials/src/Numeric/Sundials/Arkode/ODE.hs b/packages/sundials/src/Numeric/Sundials/Arkode/ODE.hs index 7b0cb0d..6d9a1b2 100644 --- a/packages/sundials/src/Numeric/Sundials/Arkode/ODE.hs +++ b/packages/sundials/src/Numeric/Sundials/Arkode/ODE.hs @@ -1,5 +1,3 @@ -{-# OPTIONS_GHC -Wall #-} - {-# LANGUAGE MultiWayIf #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE QuasiQuotes #-} -- cgit v1.2.3