From ba07f3549313ad470fe2de9e0cac72556afb8046 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 30 May 2019 13:06:39 -0400 Subject: ignore .stack-work --- .stack-work/logs/matrix-0.3.6.1.log | 86 ------------------------------------- 1 file changed, 86 deletions(-) delete mode 100644 .stack-work/logs/matrix-0.3.6.1.log (limited to '.stack-work/logs/matrix-0.3.6.1.log') diff --git a/.stack-work/logs/matrix-0.3.6.1.log b/.stack-work/logs/matrix-0.3.6.1.log deleted file mode 100644 index 039799c..0000000 --- a/.stack-work/logs/matrix-0.3.6.1.log +++ /dev/null @@ -1,86 +0,0 @@ -Configuring matrix-0.3.6.1... -Preprocessing library for matrix-0.3.6.1.. -Building library for matrix-0.3.6.1.. -[1 of 1] Compiling Data.Matrix ( Data/Matrix.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/Matrix.o ) - -Data/Matrix.hs:79:1: warning: [-Wunused-imports] - The import of ‘Data.Monoid’ is redundant - except perhaps to import instances from ‘Data.Monoid’ - To import instances alone, use: import Data.Monoid() - | -79 | import Data.Monoid - | ^^^^^^^^^^^^^^^^^^ - -Data/Matrix.hs:81:1: warning: [-Wunused-imports] - The import of ‘Data.Traversable’ is redundant - except perhaps to import instances from ‘Data.Traversable’ - To import instances alone, use: import Data.Traversable() - | -81 | import Data.Traversable - | ^^^^^^^^^^^^^^^^^^^^^^^ - -Data/Matrix.hs:1364:1: warning: [-Winline-rule-shadowing] - Rule "matrix/traceOfSum" may never fire - because ‘trace’ might inline first - Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘trace’ - | -1364 | "matrix/traceOfSum" - | ^^^^^^^^^^^^^^^^^^^... - -Data/Matrix.hs:1364:1: warning: [-Winline-rule-shadowing] - Rule "matrix/traceOfSum" may never fire - because rule "Class op +" for ‘+’ might fire first - Probable fix: add phase [n] or [~n] to the competing rule - | -1364 | "matrix/traceOfSum" - | ^^^^^^^^^^^^^^^^^^^... - -Data/Matrix.hs:1367:1: warning: [-Winline-rule-shadowing] - Rule "matrix/traceOfScale" may never fire - because ‘trace’ might inline first - Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘trace’ - | -1367 | "matrix/traceOfScale" - | ^^^^^^^^^^^^^^^^^^^^^... - -Data/Matrix.hs:1367:1: warning: [-Winline-rule-shadowing] - Rule "matrix/traceOfScale" may never fire - because ‘scaleMatrix’ might inline first - Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘scaleMatrix’ - | -1367 | "matrix/traceOfScale" - | ^^^^^^^^^^^^^^^^^^^^^... - -Data/Matrix.hs:1392:1: warning: [-Winline-rule-shadowing] - Rule "matrix/detLaplaceProduct" may never fire - because ‘detLaplace’ might inline first - Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘detLaplace’ - | -1392 | "matrix/detLaplaceProduct" - | ^^^^^^^^^^^^^^^^^^^^^^^^^^... - -Data/Matrix.hs:1392:1: warning: [-Winline-rule-shadowing] - Rule "matrix/detLaplaceProduct" may never fire - because rule "Class op *" for ‘*’ might fire first - Probable fix: add phase [n] or [~n] to the competing rule - | -1392 | "matrix/detLaplaceProduct" - | ^^^^^^^^^^^^^^^^^^^^^^^^^^... - -Data/Matrix.hs:1395:1: warning: [-Winline-rule-shadowing] - Rule "matrix/detLUProduct" may never fire - because ‘detLU’ might inline first - Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘detLU’ - | -1395 | "matrix/detLUProduct" - | ^^^^^^^^^^^^^^^^^^^^^... - -Data/Matrix.hs:1395:1: warning: [-Winline-rule-shadowing] - Rule "matrix/detLUProduct" may never fire - because rule "Class op *" for ‘*’ might fire first - Probable fix: add phase [n] or [~n] to the competing rule - | -1395 | "matrix/detLUProduct" - | ^^^^^^^^^^^^^^^^^^^^^... -Installing library in /home/sv/.stack/snapshots/x86_64-linux/lts-13.22/8.6.5/lib/x86_64-linux-ghc-8.6.5/matrix-0.3.6.1-CUcUqfmsmAA7saz436AQSk -Registering library for matrix-0.3.6.1.. -- cgit v1.2.3