summaryrefslogtreecommitdiff
path: root/.stack-work/logs/matrix-0.3.6.1.log
diff options
context:
space:
mode:
Diffstat (limited to '.stack-work/logs/matrix-0.3.6.1.log')
-rw-r--r--.stack-work/logs/matrix-0.3.6.1.log86
1 files changed, 0 insertions, 86 deletions
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 @@
1Configuring matrix-0.3.6.1...
2Preprocessing library for matrix-0.3.6.1..
3Building library for matrix-0.3.6.1..
4[1 of 1] Compiling Data.Matrix ( Data/Matrix.hs, .stack-work/dist/x86_64-linux/Cabal-2.4.0.1/build/Data/Matrix.o )
5
6Data/Matrix.hs:79:1: warning: [-Wunused-imports]
7 The import of ‘Data.Monoid’ is redundant
8 except perhaps to import instances from ‘Data.Monoid’
9 To import instances alone, use: import Data.Monoid()
10 |
1179 | import Data.Monoid
12 | ^^^^^^^^^^^^^^^^^^
13
14Data/Matrix.hs:81:1: warning: [-Wunused-imports]
15 The import of ‘Data.Traversable’ is redundant
16 except perhaps to import instances from ‘Data.Traversable’
17 To import instances alone, use: import Data.Traversable()
18 |
1981 | import Data.Traversable
20 | ^^^^^^^^^^^^^^^^^^^^^^^
21
22Data/Matrix.hs:1364:1: warning: [-Winline-rule-shadowing]
23 Rule "matrix/traceOfSum" may never fire
24 because ‘trace’ might inline first
25 Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘trace’
26 |
271364 | "matrix/traceOfSum"
28 | ^^^^^^^^^^^^^^^^^^^...
29
30Data/Matrix.hs:1364:1: warning: [-Winline-rule-shadowing]
31 Rule "matrix/traceOfSum" may never fire
32 because rule "Class op +" for ‘+’ might fire first
33 Probable fix: add phase [n] or [~n] to the competing rule
34 |
351364 | "matrix/traceOfSum"
36 | ^^^^^^^^^^^^^^^^^^^...
37
38Data/Matrix.hs:1367:1: warning: [-Winline-rule-shadowing]
39 Rule "matrix/traceOfScale" may never fire
40 because ‘trace’ might inline first
41 Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘trace’
42 |
431367 | "matrix/traceOfScale"
44 | ^^^^^^^^^^^^^^^^^^^^^...
45
46Data/Matrix.hs:1367:1: warning: [-Winline-rule-shadowing]
47 Rule "matrix/traceOfScale" may never fire
48 because ‘scaleMatrix’ might inline first
49 Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘scaleMatrix’
50 |
511367 | "matrix/traceOfScale"
52 | ^^^^^^^^^^^^^^^^^^^^^...
53
54Data/Matrix.hs:1392:1: warning: [-Winline-rule-shadowing]
55 Rule "matrix/detLaplaceProduct" may never fire
56 because ‘detLaplace’ might inline first
57 Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘detLaplace’
58 |
591392 | "matrix/detLaplaceProduct"
60 | ^^^^^^^^^^^^^^^^^^^^^^^^^^...
61
62Data/Matrix.hs:1392:1: warning: [-Winline-rule-shadowing]
63 Rule "matrix/detLaplaceProduct" may never fire
64 because rule "Class op *" for ‘*’ might fire first
65 Probable fix: add phase [n] or [~n] to the competing rule
66 |
671392 | "matrix/detLaplaceProduct"
68 | ^^^^^^^^^^^^^^^^^^^^^^^^^^...
69
70Data/Matrix.hs:1395:1: warning: [-Winline-rule-shadowing]
71 Rule "matrix/detLUProduct" may never fire
72 because ‘detLU’ might inline first
73 Probable fix: add an INLINE[n] or NOINLINE[n] pragma for ‘detLU’
74 |
751395 | "matrix/detLUProduct"
76 | ^^^^^^^^^^^^^^^^^^^^^...
77
78Data/Matrix.hs:1395:1: warning: [-Winline-rule-shadowing]
79 Rule "matrix/detLUProduct" may never fire
80 because rule "Class op *" for ‘*’ might fire first
81 Probable fix: add phase [n] or [~n] to the competing rule
82 |
831395 | "matrix/detLUProduct"
84 | ^^^^^^^^^^^^^^^^^^^^^...
85Installing 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
86Registering library for matrix-0.3.6.1..