| 1 | scripts/build.sh |
|---|
| 2 | Building mtl-1.1.0.2... |
|---|
| 3 | "/usr/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 4 | [1 of 1] Compiling Main ( Setup.hs, Setup.o ) |
|---|
| 5 | Linking Setup ... |
|---|
| 6 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/pkg/haskell-platform" "--with-compiler=/usr/bin/ghc" "--with-hc-pkg=/usr/bin/ghc-pkg" "--with-hsc2hs=/usr/bin/hsc2hs" |
|---|
| 7 | Configuring mtl-1.1.0.2... |
|---|
| 8 | "./Setup" "build" |
|---|
| 9 | Preprocessing library mtl-1.1.0.2... |
|---|
| 10 | Building mtl-1.1.0.2... |
|---|
| 11 | |
|---|
| 12 | Control/Monad/Cont.hs:1:11: |
|---|
| 13 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 14 | |
|---|
| 15 | Control/Monad/Cont/Class.hs:1:11: |
|---|
| 16 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 17 | |
|---|
| 18 | Control/Monad/Error.hs:1:11: |
|---|
| 19 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 20 | |
|---|
| 21 | Control/Monad/Error/Class.hs:1:11: |
|---|
| 22 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 23 | |
|---|
| 24 | Control/Monad/List.hs:1:11: |
|---|
| 25 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 26 | |
|---|
| 27 | Control/Monad/RWS/Lazy.hs:1:11: |
|---|
| 28 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 29 | |
|---|
| 30 | Control/Monad/RWS/Strict.hs:1:11: |
|---|
| 31 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 32 | |
|---|
| 33 | Control/Monad/Reader.hs:2:11: |
|---|
| 34 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 35 | |
|---|
| 36 | Control/Monad/Reader/Class.hs:1:11: |
|---|
| 37 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 38 | |
|---|
| 39 | Control/Monad/State/Lazy.hs:1:11: |
|---|
| 40 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 41 | |
|---|
| 42 | Control/Monad/State/Strict.hs:1:11: |
|---|
| 43 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 44 | |
|---|
| 45 | Control/Monad/Writer.hs:1:11: |
|---|
| 46 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 47 | |
|---|
| 48 | Control/Monad/Writer/Class.hs:1:11: |
|---|
| 49 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 50 | |
|---|
| 51 | Control/Monad/Writer/Lazy.hs:1:11: |
|---|
| 52 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 53 | |
|---|
| 54 | Control/Monad/Writer/Strict.hs:1:11: |
|---|
| 55 | Warning: -fallow-undecidable-instances is deprecated: use -XUndecidableInstances or pragma {-# LANGUAGE UndecidableInstances#-} instead |
|---|
| 56 | [ 1 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist/build/Control/Monad/Writer/Class.o ) |
|---|
| 57 | [ 2 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist/build/Control/Monad/Trans.o ) |
|---|
| 58 | [ 3 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist/build/Control/Monad/State/Class.o ) |
|---|
| 59 | [ 4 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist/build/Control/Monad/Reader/Class.o ) |
|---|
| 60 | [ 5 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist/build/Control/Monad/RWS/Class.o ) |
|---|
| 61 | [ 6 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist/build/Control/Monad/Identity.o ) |
|---|
| 62 | [ 7 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist/build/Control/Monad/Error/Class.o ) |
|---|
| 63 | [ 8 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist/build/Control/Monad/Cont/Class.o ) |
|---|
| 64 | [ 9 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist/build/Control/Monad/Error.o ) |
|---|
| 65 | [10 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist/build/Control/Monad/List.o ) |
|---|
| 66 | [11 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist/build/Control/Monad/RWS/Lazy.o ) |
|---|
| 67 | [12 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist/build/Control/Monad/RWS.o ) |
|---|
| 68 | [13 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist/build/Control/Monad/RWS/Strict.o ) |
|---|
| 69 | [14 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist/build/Control/Monad/Reader.o ) |
|---|
| 70 | [15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist/build/Control/Monad/State/Lazy.o ) |
|---|
| 71 | [16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist/build/Control/Monad/State.o ) |
|---|
| 72 | [17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist/build/Control/Monad/State/Strict.o ) |
|---|
| 73 | [18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist/build/Control/Monad/Writer/Lazy.o ) |
|---|
| 74 | [19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist/build/Control/Monad/Writer.o ) |
|---|
| 75 | [20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist/build/Control/Monad/Writer/Strict.o ) |
|---|
| 76 | [21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist/build/Control/Monad/Cont.o ) |
|---|
| 77 | ar: creating archive dist/build/libHSmtl-1.1.0.2.a |
|---|
| 78 | "./Setup" "register" "--inplace" |
|---|
| 79 | Registering mtl-1.1.0.2... |
|---|
| 80 | Reading package info from "dist/inplace-pkg-config" ... done. |
|---|
| 81 | Writing new package config file... done. |
|---|
| 82 | Building happy-1.18.2... |
|---|
| 83 | "/usr/bin/ghc" "--make" "Setup" "-o" "Setup" "-package" "Cabal-1.6.0.3" |
|---|
| 84 | [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) |
|---|
| 85 | |
|---|
| 86 | Setup.lhs:6:51: |
|---|
| 87 | Warning: In the use of `buildVerbose' |
|---|
| 88 | (imported from Distribution.Simple.Setup): |
|---|
| 89 | Deprecated: "Use buildVerbosity instead" |
|---|
| 90 | |
|---|
| 91 | Setup.lhs:7:51: |
|---|
| 92 | Warning: In the use of `defaultUserHooks' |
|---|
| 93 | (imported from Distribution.Simple): |
|---|
| 94 | Deprecated: "Use simpleUserHooks or autoconfUserHooks, unless you need Cabal-1.2 |
|---|
| 95 | compatibility in which case you must stick with defaultUserHooks" |
|---|
| 96 | Linking Setup ... |
|---|
| 97 | "./Setup" "configure" "--package-db=../../packages/package.conf.inplace" "--prefix=/pkg/haskell-platform" "--with-compiler=/usr/bin/ghc" "--with-hc-pkg=/usr/bin/ghc-pkg" "--with-hsc2hs=/usr/bin/hsc2hs" |
|---|
| 98 | Warning: defaultUserHooks in Setup script is deprecated. |
|---|
| 99 | Configuring happy-1.18.2... |
|---|
| 100 | "./Setup" "build" |
|---|
| 101 | Preprocessing executables for happy-1.18.2... |
|---|
| 102 | Building happy-1.18.2... |
|---|
| 103 | [ 1 of 19] Compiling Paths_happy ( dist/build/autogen/Paths_happy.hs, dist/build/happy/happy-tmp/Paths_happy.o ) |
|---|
| 104 | [ 2 of 19] Compiling GenUtils ( src/GenUtils.lhs, dist/build/happy/happy-tmp/GenUtils.o ) |
|---|
| 105 | |
|---|
| 106 | src/GenUtils.lhs:48:11: Warning: Defined but not used: `f' |
|---|
| 107 | |
|---|
| 108 | src/GenUtils.lhs:55:11: Warning: Defined but not used: `f' |
|---|
| 109 | |
|---|
| 110 | src/GenUtils.lhs:72:8: |
|---|
| 111 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 112 | In the definition of `match': Patterns not matched: [] |
|---|
| 113 | |
|---|
| 114 | src/GenUtils.lhs:72:19: Warning: Defined but not used: `c' |
|---|
| 115 | |
|---|
| 116 | src/GenUtils.lhs:76:8: Warning: Defined but not used: `f' |
|---|
| 117 | |
|---|
| 118 | src/GenUtils.lhs:77:8: Warning: Defined but not used: `f' |
|---|
| 119 | |
|---|
| 120 | src/GenUtils.lhs:116:13: Warning: Defined but not used: `f' |
|---|
| 121 | |
|---|
| 122 | src/GenUtils.lhs:117:13: Warning: Defined but not used: `f' |
|---|
| 123 | |
|---|
| 124 | src/GenUtils.lhs:137:30: Warning: Defined but not used: `vs' |
|---|
| 125 | [ 3 of 19] Compiling ParseMonad ( src/ParseMonad.lhs, dist/build/happy/happy-tmp/ParseMonad.o ) |
|---|
| 126 | [ 4 of 19] Compiling AttrGrammar ( src/AttrGrammar.lhs, dist/build/happy/happy-tmp/AttrGrammar.o ) |
|---|
| 127 | |
|---|
| 128 | src/AttrGrammar.lhs:27:2: |
|---|
| 129 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 130 | In the definition of `subRefVal': |
|---|
| 131 | Patterns not matched: |
|---|
| 132 | AgTok_EOF |
|---|
| 133 | AgTok_Unknown _ |
|---|
| 134 | AgTok_RightmostRef _ |
|---|
| 135 | AgTok_SelfRef _ |
|---|
| 136 | ... |
|---|
| 137 | |
|---|
| 138 | src/AttrGrammar.lhs:28:2: |
|---|
| 139 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 140 | In the definition of `selfRefVal': |
|---|
| 141 | Patterns not matched: |
|---|
| 142 | AgTok_EOF |
|---|
| 143 | AgTok_Unknown _ |
|---|
| 144 | AgTok_RightmostRef _ |
|---|
| 145 | AgTok_SubRef _ |
|---|
| 146 | ... |
|---|
| 147 | |
|---|
| 148 | src/AttrGrammar.lhs:29:2: |
|---|
| 149 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 150 | In the definition of `rightRefVal': |
|---|
| 151 | Patterns not matched: |
|---|
| 152 | AgTok_EOF |
|---|
| 153 | AgTok_Unknown _ |
|---|
| 154 | AgTok_SubRef _ |
|---|
| 155 | AgTok_SelfRef _ |
|---|
| 156 | ... |
|---|
| 157 | |
|---|
| 158 | src/AttrGrammar.lhs:63:21: Warning: Defined but not used: `l' |
|---|
| 159 | [ 5 of 19] Compiling AttrGrammarParser ( dist/build/happy/happy-tmp/AttrGrammarParser.hs, dist/build/happy/happy-tmp/AttrGrammarParser.o ) |
|---|
| 160 | |
|---|
| 161 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:18:23: |
|---|
| 162 | Warning: Defined but not used: data constructor `HappyAbsSyn' |
|---|
| 163 | |
|---|
| 164 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:103:0: |
|---|
| 165 | Warning: Defined but not used: `happy_n_terms' |
|---|
| 166 | |
|---|
| 167 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:104:0: |
|---|
| 168 | Warning: Defined but not used: `happy_n_nonterms' |
|---|
| 169 | |
|---|
| 170 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:115:1: |
|---|
| 171 | Warning: Defined but not used: `happy_x_2' |
|---|
| 172 | |
|---|
| 173 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:137:1: |
|---|
| 174 | Warning: Defined but not used: `happy_x_2' |
|---|
| 175 | |
|---|
| 176 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:147:1: |
|---|
| 177 | Warning: Defined but not used: `happy_x_2' |
|---|
| 178 | |
|---|
| 179 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:157:1: |
|---|
| 180 | Warning: Defined but not used: `happy_x_2' |
|---|
| 181 | |
|---|
| 182 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:167:1: |
|---|
| 183 | Warning: Defined but not used: `happy_x_1' |
|---|
| 184 | |
|---|
| 185 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:313:1: |
|---|
| 186 | Warning: Pattern match(es) are overlapped |
|---|
| 187 | In a case alternative: _ -> ... |
|---|
| 188 | |
|---|
| 189 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:333:0: |
|---|
| 190 | Warning: Defined but not used: `happyThen1' |
|---|
| 191 | |
|---|
| 192 | dist/build/happy/happy-tmp/AttrGrammarParser.hs:337:19: |
|---|
| 193 | Warning: Defined but not used: `token' |
|---|
| 194 | |
|---|
| 195 | templates/GenericTemplate.hs:83:15: |
|---|
| 196 | Warning: Defined but not used: `tk' |
|---|
| 197 | |
|---|
| 198 | templates/GenericTemplate.hs:83:18: |
|---|
| 199 | Warning: Defined but not used: `st' |
|---|
| 200 | |
|---|
| 201 | templates/GenericTemplate.hs:83:21: |
|---|
| 202 | Warning: Defined but not used: `sts' |
|---|
| 203 | |
|---|
| 204 | templates/GenericTemplate.hs:85:14: |
|---|
| 205 | Warning: Defined but not used: `tk' |
|---|
| 206 | |
|---|
| 207 | templates/GenericTemplate.hs:85:20: |
|---|
| 208 | Warning: Defined but not used: `sts' |
|---|
| 209 | |
|---|
| 210 | templates/GenericTemplate.hs:179:21: |
|---|
| 211 | Warning: Defined but not used: `i' |
|---|
| 212 | |
|---|
| 213 | templates/GenericTemplate.hs:184:18: |
|---|
| 214 | Warning: Defined but not used: `i' |
|---|
| 215 | |
|---|
| 216 | templates/GenericTemplate.hs:184:20: |
|---|
| 217 | Warning: Defined but not used: `fn' |
|---|
| 218 | |
|---|
| 219 | templates/GenericTemplate.hs:186:34: |
|---|
| 220 | Warning: Defined but not used: `action' |
|---|
| 221 | |
|---|
| 222 | templates/GenericTemplate.hs:189:18: |
|---|
| 223 | Warning: Defined but not used: `i' |
|---|
| 224 | |
|---|
| 225 | templates/GenericTemplate.hs:189:20: |
|---|
| 226 | Warning: Defined but not used: `fn' |
|---|
| 227 | |
|---|
| 228 | templates/GenericTemplate.hs:191:52: |
|---|
| 229 | Warning: Defined but not used: `action' |
|---|
| 230 | |
|---|
| 231 | templates/GenericTemplate.hs:195:18: |
|---|
| 232 | Warning: Defined but not used: `i' |
|---|
| 233 | |
|---|
| 234 | templates/GenericTemplate.hs:195:20: |
|---|
| 235 | Warning: Defined but not used: `fn' |
|---|
| 236 | |
|---|
| 237 | templates/GenericTemplate.hs:197:68: |
|---|
| 238 | Warning: Defined but not used: `action' |
|---|
| 239 | |
|---|
| 240 | templates/GenericTemplate.hs:201:18: |
|---|
| 241 | Warning: Defined but not used: `i' |
|---|
| 242 | |
|---|
| 243 | templates/GenericTemplate.hs:201:20: |
|---|
| 244 | Warning: Defined but not used: `fn' |
|---|
| 245 | |
|---|
| 246 | templates/GenericTemplate.hs:203:84: |
|---|
| 247 | Warning: Defined but not used: `action' |
|---|
| 248 | |
|---|
| 249 | templates/GenericTemplate.hs:207:12: |
|---|
| 250 | Warning: Defined but not used: `k' |
|---|
| 251 | |
|---|
| 252 | templates/GenericTemplate.hs:207:14: |
|---|
| 253 | Warning: Defined but not used: `i' |
|---|
| 254 | |
|---|
| 255 | templates/GenericTemplate.hs:207:16: |
|---|
| 256 | Warning: Defined but not used: `fn' |
|---|
| 257 | |
|---|
| 258 | templates/GenericTemplate.hs:209:25: |
|---|
| 259 | Warning: Defined but not used: `st' |
|---|
| 260 | |
|---|
| 261 | templates/GenericTemplate.hs:211:25: |
|---|
| 262 | Warning: Defined but not used: `action' |
|---|
| 263 | |
|---|
| 264 | templates/GenericTemplate.hs:215:0: |
|---|
| 265 | Warning: Defined but not used: `happyMonadReduce' |
|---|
| 266 | |
|---|
| 267 | templates/GenericTemplate.hs:215:17: |
|---|
| 268 | Warning: Defined but not used: `k' |
|---|
| 269 | |
|---|
| 270 | templates/GenericTemplate.hs:215:19: |
|---|
| 271 | Warning: Defined but not used: `nt' |
|---|
| 272 | |
|---|
| 273 | templates/GenericTemplate.hs:215:22: |
|---|
| 274 | Warning: Defined but not used: `fn' |
|---|
| 275 | |
|---|
| 276 | templates/GenericTemplate.hs:219:36: |
|---|
| 277 | Warning: Defined but not used: `action' |
|---|
| 278 | |
|---|
| 279 | templates/GenericTemplate.hs:222:0: |
|---|
| 280 | Warning: Defined but not used: `happyMonad2Reduce' |
|---|
| 281 | |
|---|
| 282 | templates/GenericTemplate.hs:222:18: |
|---|
| 283 | Warning: Defined but not used: `k' |
|---|
| 284 | |
|---|
| 285 | templates/GenericTemplate.hs:222:20: |
|---|
| 286 | Warning: Defined but not used: `nt' |
|---|
| 287 | |
|---|
| 288 | templates/GenericTemplate.hs:222:23: |
|---|
| 289 | Warning: Defined but not used: `fn' |
|---|
| 290 | |
|---|
| 291 | templates/GenericTemplate.hs:224:26: |
|---|
| 292 | Warning: Defined but not used: `j' |
|---|
| 293 | |
|---|
| 294 | templates/GenericTemplate.hs:226:36: |
|---|
| 295 | Warning: Defined but not used: `action' |
|---|
| 296 | |
|---|
| 297 | templates/GenericTemplate.hs:239:0: |
|---|
| 298 | Warning: Defined but not used: `happyDropStk' |
|---|
| 299 | |
|---|
| 300 | templates/GenericTemplate.hs:240:16: |
|---|
| 301 | Warning: Defined but not used: `x' |
|---|
| 302 | |
|---|
| 303 | templates/GenericTemplate.hs:260:17: |
|---|
| 304 | Warning: Defined but not used: `old_st' |
|---|
| 305 | |
|---|
| 306 | templates/GenericTemplate.hs:260:26: |
|---|
| 307 | Warning: Defined but not used: `stk' |
|---|
| 308 | |
|---|
| 309 | templates/GenericTemplate.hs:290:12: |
|---|
| 310 | Warning: Defined but not used: `x' |
|---|
| 311 | |
|---|
| 312 | templates/GenericTemplate.hs:302:13: |
|---|
| 313 | Warning: Defined but not used: `a' |
|---|
| 314 | [ 6 of 19] Compiling AbsSyn ( src/AbsSyn.lhs, dist/build/happy/happy-tmp/AbsSyn.o ) |
|---|
| 315 | |
|---|
| 316 | src/AbsSyn.lhs:101:2: |
|---|
| 317 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 318 | In the definition of `getPrioNames': |
|---|
| 319 | Patterns not matched: |
|---|
| 320 | TokenAttribute _ _ |
|---|
| 321 | TokenAttributetype _ |
|---|
| 322 | TokenError _ |
|---|
| 323 | TokenExpect _ |
|---|
| 324 | ... |
|---|
| 325 | [ 7 of 19] Compiling Set ( src/Set.hs, dist/build/happy/happy-tmp/Set.o ) |
|---|
| 326 | [ 8 of 19] Compiling ParamRules ( src/ParamRules.hs, dist/build/happy/happy-tmp/ParamRules.o ) |
|---|
| 327 | [ 9 of 19] Compiling Grammar ( src/Grammar.lhs, dist/build/happy/happy-tmp/Grammar.o ) |
|---|
| 328 | |
|---|
| 329 | src/Grammar.lhs:124:9: Warning: Defined but not used: `i' |
|---|
| 330 | |
|---|
| 331 | src/Grammar.lhs:183:24: Warning: Defined but not used: `hd' |
|---|
| 332 | |
|---|
| 333 | src/Grammar.lhs:183:39: Warning: Defined but not used: `tl' |
|---|
| 334 | |
|---|
| 335 | src/Grammar.lhs:237:8: |
|---|
| 336 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 337 | In the definition of `lookupStart': |
|---|
| 338 | Patterns not matched: |
|---|
| 339 | TokenAttribute _ _ |
|---|
| 340 | TokenAttributetype _ |
|---|
| 341 | TokenError _ |
|---|
| 342 | TokenExpect _ |
|---|
| 343 | ... |
|---|
| 344 | |
|---|
| 345 | src/Grammar.lhs:237:31: Warning: Defined but not used: `s' |
|---|
| 346 | |
|---|
| 347 | src/Grammar.lhs:238:31: Warning: Defined but not used: `s' |
|---|
| 348 | |
|---|
| 349 | src/Grammar.lhs:273:30: Warning: Defined but not used: `ty' |
|---|
| 350 | |
|---|
| 351 | src/Grammar.lhs:302:27: Warning: Defined but not used: `a' |
|---|
| 352 | |
|---|
| 353 | src/Grammar.lhs:380:18: Warning: Defined but not used: `lhs' |
|---|
| 354 | |
|---|
| 355 | src/Grammar.lhs:380:22: |
|---|
| 356 | Warning: Defined but not used: `nonterm_names' |
|---|
| 357 | |
|---|
| 358 | src/Grammar.lhs:448:20: Warning: Defined but not used: `attrNames' |
|---|
| 359 | |
|---|
| 360 | src/Grammar.lhs:458:9: |
|---|
| 361 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 362 | In the definition of `formatSelfRule': |
|---|
| 363 | Patterns not matched: |
|---|
| 364 | Conditional _ |
|---|
| 365 | RightmostAssign _ _ |
|---|
| 366 | SubAssign _ _ |
|---|
| 367 | |
|---|
| 368 | src/Grammar.lhs:482:9: |
|---|
| 369 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 370 | In the definition of `formatCondition': |
|---|
| 371 | Patterns not matched: |
|---|
| 372 | RightmostAssign _ _ |
|---|
| 373 | SubAssign _ _ |
|---|
| 374 | SelfAssign _ _ |
|---|
| 375 | |
|---|
| 376 | src/Grammar.lhs:484:23: Warning: Defined but not used: `i' |
|---|
| 377 | |
|---|
| 378 | src/Grammar.lhs:485:23: Warning: Defined but not used: `i' |
|---|
| 379 | |
|---|
| 380 | src/Grammar.lhs:489:9: |
|---|
| 381 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 382 | In the definition of `formatToken': Patterns not matched: AgTok_EOF |
|---|
| 383 | |
|---|
| 384 | src/Grammar.lhs:534:24: |
|---|
| 385 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 386 | In a case alternative: Patterns not matched: [] |
|---|
| 387 | [10 of 19] Compiling ProduceGLRCode ( src/ProduceGLRCode.lhs, dist/build/happy/happy-tmp/ProduceGLRCode.o ) |
|---|
| 388 | |
|---|
| 389 | src/ProduceGLRCode.lhs:18:20: |
|---|
| 390 | Warning: Imported from `GenUtils' but not used: `fst3' |
|---|
| 391 | |
|---|
| 392 | src/ProduceGLRCode.lhs:23:2: |
|---|
| 393 | Warning: Module `Data.Maybe' is imported, but nothing from it is used, |
|---|
| 394 | except perhaps instances visible in `Data.Maybe' |
|---|
| 395 | To suppress this warning, use: import Data.Maybe() |
|---|
| 396 | |
|---|
| 397 | src/ProduceGLRCode.lhs:24:21: |
|---|
| 398 | Warning: Imported from `Data.Char' but not used: `isUpper' |
|---|
| 399 | |
|---|
| 400 | src/ProduceGLRCode.lhs:92:27: |
|---|
| 401 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 402 | In a case alternative: Patterns not matched: [] |
|---|
| 403 | |
|---|
| 404 | src/ProduceGLRCode.lhs:190:16: |
|---|
| 405 | Warning: Defined but not used: `drop_me' |
|---|
| 406 | |
|---|
| 407 | src/ProduceGLRCode.lhs:301:7: |
|---|
| 408 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 409 | In a case alternative: |
|---|
| 410 | Patterns not matched: |
|---|
| 411 | LR'MustFail |
|---|
| 412 | LR'Fail |
|---|
| 413 | LR'Multiple _ (LR'Multiple _ _) |
|---|
| 414 | LR'Multiple _ LR'MustFail |
|---|
| 415 | ... |
|---|
| 416 | |
|---|
| 417 | src/ProduceGLRCode.lhs:310:6: Warning: Defined but not used: `rule' |
|---|
| 418 | |
|---|
| 419 | src/ProduceGLRCode.lhs:317:37: |
|---|
| 420 | Warning: Defined but not used: `code' |
|---|
| 421 | |
|---|
| 422 | src/ProduceGLRCode.lhs:317:42: |
|---|
| 423 | Warning: Defined but not used: `dollar_vars' |
|---|
| 424 | |
|---|
| 425 | src/ProduceGLRCode.lhs:505:42: |
|---|
| 426 | Warning: Defined but not used: `ignore_monad_info' |
|---|
| 427 | |
|---|
| 428 | src/ProduceGLRCode.lhs:511:8: Warning: Defined but not used: `ty' |
|---|
| 429 | |
|---|
| 430 | src/ProduceGLRCode.lhs:512:25: Warning: Defined but not used: `ps' |
|---|
| 431 | |
|---|
| 432 | src/ProduceGLRCode.lhs:531:8: Warning: Defined but not used: `ty' |
|---|
| 433 | |
|---|
| 434 | src/ProduceGLRCode.lhs:538:41: |
|---|
| 435 | Warning: Defined but not used: `other' |
|---|
| 436 | |
|---|
| 437 | src/ProduceGLRCode.lhs:587:45: |
|---|
| 438 | Warning: Defined but not used: `j_vs' |
|---|
| 439 | |
|---|
| 440 | src/ProduceGLRCode.lhs:614:28: Warning: Defined but not used: `tn' |
|---|
| 441 | |
|---|
| 442 | src/ProduceGLRCode.lhs:642:22: |
|---|
| 443 | Warning: Defined but not used: `mask' |
|---|
| 444 | [11 of 19] Compiling Target ( src/Target.lhs, dist/build/happy/happy-tmp/Target.o ) |
|---|
| 445 | [12 of 19] Compiling ProduceCode ( src/ProduceCode.lhs, dist/build/happy/happy-tmp/ProduceCode.o ) |
|---|
| 446 | |
|---|
| 447 | src/ProduceCode.lhs:22:2: |
|---|
| 448 | Warning: Module `Array' is imported, but nothing from it is used, |
|---|
| 449 | except perhaps instances visible in `Array' |
|---|
| 450 | To suppress this warning, use: import Array() |
|---|
| 451 | |
|---|
| 452 | src/ProduceCode.lhs:45:33: |
|---|
| 453 | Warning: Defined but not used: `lookupProd' |
|---|
| 454 | |
|---|
| 455 | src/ProduceCode.lhs:46:38: |
|---|
| 456 | Warning: Defined but not used: `lookupProdNos' |
|---|
| 457 | |
|---|
| 458 | src/ProduceCode.lhs:50:32: Warning: Defined but not used: `names' |
|---|
| 459 | |
|---|
| 460 | src/ProduceCode.lhs:203:36: Warning: Defined but not used: `action' |
|---|
| 461 | |
|---|
| 462 | src/ProduceCode.lhs:209:25: Warning: Defined but not used: `action' |
|---|
| 463 | |
|---|
| 464 | src/ProduceCode.lhs:422:10: |
|---|
| 465 | Warning: Defined but not used: `eofError' |
|---|
| 466 | |
|---|
| 467 | src/ProduceCode.lhs:527:30: Warning: Defined but not used: `t' |
|---|
| 468 | |
|---|
| 469 | src/ProduceCode.lhs:539:28: Warning: Defined but not used: `t' |
|---|
| 470 | |
|---|
| 471 | src/ProduceCode.lhs:662:11: Warning: Defined but not used: `n' |
|---|
| 472 | |
|---|
| 473 | src/ProduceCode.lhs:767:26: |
|---|
| 474 | Warning: Defined but not used: `start_nonterm' |
|---|
| 475 | |
|---|
| 476 | src/ProduceCode.lhs:865:2: Warning: Defined but not used: `gotoVal' |
|---|
| 477 | |
|---|
| 478 | src/ProduceCode.lhs:873:24: Warning: Defined but not used: `as' |
|---|
| 479 | |
|---|
| 480 | src/ProduceCode.lhs:1078:28: |
|---|
| 481 | Warning: Defined but not used: `fst_zero' |
|---|
| 482 | |
|---|
| 483 | src/ProduceCode.lhs:1088:21: Warning: Defined but not used: `s' |
|---|
| 484 | |
|---|
| 485 | src/ProduceCode.lhs:1088:26: Warning: Defined but not used: `off' |
|---|
| 486 | |
|---|
| 487 | src/ProduceCode.lhs:1102:37: Warning: Defined but not used: `deflt' |
|---|
| 488 | |
|---|
| 489 | src/ProduceCode.lhs:1145:7: Warning: Defined but not used: `off' |
|---|
| 490 | |
|---|
| 491 | src/ProduceCode.lhs:1145:14: Warning: Defined but not used: `table' |
|---|
| 492 | |
|---|
| 493 | src/ProduceCode.lhs:1151:11: Warning: Defined but not used: `off' |
|---|
| 494 | |
|---|
| 495 | src/ProduceCode.lhs:1151:15: Warning: Defined but not used: `table' |
|---|
| 496 | |
|---|
| 497 | src/ProduceCode.lhs:1151:21: Warning: Defined but not used: `check' |
|---|
| 498 | |
|---|
| 499 | src/ProduceCode.lhs:1157:11: Warning: Defined but not used: `t' |
|---|
| 500 | |
|---|
| 501 | src/ProduceCode.lhs:1182:13: Warning: Defined but not used: `n' |
|---|
| 502 | [13 of 19] Compiling Lexer ( src/Lexer.lhs, dist/build/happy/happy-tmp/Lexer.o ) |
|---|
| 503 | |
|---|
| 504 | src/Lexer.lhs:23:2: |
|---|
| 505 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 506 | In the definition of `tokenToId': Patterns not matched: TokenEOF |
|---|
| 507 | |
|---|
| 508 | src/Lexer.lhs:187:15: Warning: Defined but not used: `cont' |
|---|
| 509 | |
|---|
| 510 | src/Lexer.lhs:233:8: Warning: Defined but not used: `c' |
|---|
| 511 | [14 of 19] Compiling Parser ( dist/build/happy/happy-tmp/Parser.hs, dist/build/happy/happy-tmp/Parser.o ) |
|---|
| 512 | |
|---|
| 513 | dist/build/happy/happy-tmp/Parser.hs:19:23: |
|---|
| 514 | Warning: Defined but not used: data constructor `HappyAbsSyn' |
|---|
| 515 | |
|---|
| 516 | dist/build/happy/happy-tmp/Parser.hs:217:0: |
|---|
| 517 | Warning: Defined but not used: `happy_n_terms' |
|---|
| 518 | |
|---|
| 519 | dist/build/happy/happy-tmp/Parser.hs:218:0: |
|---|
| 520 | Warning: Defined but not used: `happy_n_nonterms' |
|---|
| 521 | |
|---|
| 522 | dist/build/happy/happy-tmp/Parser.hs:223:1: |
|---|
| 523 | Warning: Defined but not used: `happy_x_3' |
|---|
| 524 | |
|---|
| 525 | dist/build/happy/happy-tmp/Parser.hs:253:1: |
|---|
| 526 | Warning: Defined but not used: `happy_x_5' |
|---|
| 527 | |
|---|
| 528 | dist/build/happy/happy-tmp/Parser.hs:255:1: |
|---|
| 529 | Warning: Defined but not used: `happy_x_3' |
|---|
| 530 | |
|---|
| 531 | dist/build/happy/happy-tmp/Parser.hs:259:4: |
|---|
| 532 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 533 | In a case alternative: |
|---|
| 534 | Patterns not matched: |
|---|
| 535 | TokenEOF |
|---|
| 536 | TokenKW _ |
|---|
| 537 | TokenNum _ _ |
|---|
| 538 | TokenInfo _ TokComma |
|---|
| 539 | ... |
|---|
| 540 | |
|---|
| 541 | dist/build/happy/happy-tmp/Parser.hs:261:1: |
|---|
| 542 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 543 | In a case alternative: |
|---|
| 544 | Patterns not matched: |
|---|
| 545 | TokenEOF |
|---|
| 546 | TokenKW _ |
|---|
| 547 | TokenNum _ _ |
|---|
| 548 | TokenInfo _ TokComma |
|---|
| 549 | ... |
|---|
| 550 | |
|---|
| 551 | dist/build/happy/happy-tmp/Parser.hs:269:1: |
|---|
| 552 | Warning: Defined but not used: `happy_x_6' |
|---|
| 553 | |
|---|
| 554 | dist/build/happy/happy-tmp/Parser.hs:270:1: |
|---|
| 555 | Warning: Defined but not used: `happy_x_5' |
|---|
| 556 | |
|---|
| 557 | dist/build/happy/happy-tmp/Parser.hs:272:1: |
|---|
| 558 | Warning: Defined but not used: `happy_x_3' |
|---|
| 559 | |
|---|
| 560 | dist/build/happy/happy-tmp/Parser.hs:276:4: |
|---|
| 561 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 562 | In a case alternative: |
|---|
| 563 | Patterns not matched: |
|---|
| 564 | TokenEOF |
|---|
| 565 | TokenKW _ |
|---|
| 566 | TokenNum _ _ |
|---|
| 567 | TokenInfo _ TokComma |
|---|
| 568 | ... |
|---|
| 569 | |
|---|
| 570 | dist/build/happy/happy-tmp/Parser.hs:278:1: |
|---|
| 571 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 572 | In a case alternative: |
|---|
| 573 | Patterns not matched: |
|---|
| 574 | TokenEOF |
|---|
| 575 | TokenKW _ |
|---|
| 576 | TokenNum _ _ |
|---|
| 577 | TokenInfo _ TokComma |
|---|
| 578 | ... |
|---|
| 579 | |
|---|
| 580 | dist/build/happy/happy-tmp/Parser.hs:286:1: |
|---|
| 581 | Warning: Defined but not used: `happy_x_3' |
|---|
| 582 | |
|---|
| 583 | dist/build/happy/happy-tmp/Parser.hs:290:4: |
|---|
| 584 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 585 | In a case alternative: |
|---|
| 586 | Patterns not matched: |
|---|
| 587 | TokenEOF |
|---|
| 588 | TokenKW _ |
|---|
| 589 | TokenNum _ _ |
|---|
| 590 | TokenInfo _ TokComma |
|---|
| 591 | ... |
|---|
| 592 | |
|---|
| 593 | dist/build/happy/happy-tmp/Parser.hs:298:17: |
|---|
| 594 | Warning: Defined but not used: `happy_x_3' |
|---|
| 595 | |
|---|
| 596 | dist/build/happy/happy-tmp/Parser.hs:300:1: |
|---|
| 597 | Warning: Defined but not used: `happy_x_1' |
|---|
| 598 | |
|---|
| 599 | dist/build/happy/happy-tmp/Parser.hs:313:5: |
|---|
| 600 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 601 | In a case alternative: |
|---|
| 602 | Patterns not matched: |
|---|
| 603 | TokenEOF |
|---|
| 604 | TokenKW _ |
|---|
| 605 | TokenNum _ _ |
|---|
| 606 | TokenInfo _ TokComma |
|---|
| 607 | ... |
|---|
| 608 | |
|---|
| 609 | dist/build/happy/happy-tmp/Parser.hs:320:1: |
|---|
| 610 | Warning: Defined but not used: `happy_x_2' |
|---|
| 611 | |
|---|
| 612 | dist/build/happy/happy-tmp/Parser.hs:323:1: |
|---|
| 613 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 614 | In a case alternative: |
|---|
| 615 | Patterns not matched: |
|---|
| 616 | TokenEOF |
|---|
| 617 | TokenKW _ |
|---|
| 618 | TokenNum _ _ |
|---|
| 619 | TokenInfo _ TokComma |
|---|
| 620 | ... |
|---|
| 621 | |
|---|
| 622 | dist/build/happy/happy-tmp/Parser.hs:330:1: |
|---|
| 623 | Warning: Defined but not used: `happy_x_2' |
|---|
| 624 | |
|---|
| 625 | dist/build/happy/happy-tmp/Parser.hs:346:19: |
|---|
| 626 | Warning: Defined but not used: `happy_x_4' |
|---|
| 627 | |
|---|
| 628 | dist/build/happy/happy-tmp/Parser.hs:350:1: |
|---|
| 629 | Warning: Defined but not used: `happyRest' |
|---|
| 630 | |
|---|
| 631 | dist/build/happy/happy-tmp/Parser.hs:350:12: |
|---|
| 632 | Warning: Defined but not used: `tk' |
|---|
| 633 | |
|---|
| 634 | dist/build/happy/happy-tmp/Parser.hs:353:1: |
|---|
| 635 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 636 | In a case alternative: |
|---|
| 637 | Patterns not matched: |
|---|
| 638 | TokenEOF |
|---|
| 639 | TokenKW _ |
|---|
| 640 | TokenNum _ _ |
|---|
| 641 | TokenInfo _ TokComma |
|---|
| 642 | ... |
|---|
| 643 | |
|---|
| 644 | dist/build/happy/happy-tmp/Parser.hs:361:1: |
|---|
| 645 | Warning: Defined but not used: `happyRest' |
|---|
| 646 | |
|---|
| 647 | dist/build/happy/happy-tmp/Parser.hs:361:12: |
|---|
| 648 | Warning: Defined but not used: `tk' |
|---|
| 649 | |
|---|
| 650 | dist/build/happy/happy-tmp/Parser.hs:364:1: |
|---|
| 651 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 652 | In a case alternative: |
|---|
| 653 | Patterns not matched: |
|---|
| 654 | TokenEOF |
|---|
| 655 | TokenKW _ |
|---|
| 656 | TokenNum _ _ |
|---|
| 657 | TokenInfo _ TokComma |
|---|
| 658 | ... |
|---|
| 659 | |
|---|
| 660 | dist/build/happy/happy-tmp/Parser.hs:370:5: |
|---|
| 661 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 662 | In a case alternative: |
|---|
| 663 | Patterns not matched: |
|---|
| 664 | TokenEOF |
|---|
| 665 | TokenKW _ |
|---|
| 666 | TokenNum _ _ |
|---|
| 667 | TokenInfo _ TokComma |
|---|
| 668 | ... |
|---|
| 669 | |
|---|
| 670 | dist/build/happy/happy-tmp/Parser.hs:376:19: |
|---|
| 671 | Warning: Defined but not used: `happy_x_4' |
|---|
| 672 | |
|---|
| 673 | dist/build/happy/happy-tmp/Parser.hs:378:1: |
|---|
| 674 | Warning: Defined but not used: `happy_x_2' |
|---|
| 675 | |
|---|
| 676 | dist/build/happy/happy-tmp/Parser.hs:381:4: |
|---|
| 677 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 678 | In a case alternative: |
|---|
| 679 | Patterns not matched: |
|---|
| 680 | TokenEOF |
|---|
| 681 | TokenKW _ |
|---|
| 682 | TokenNum _ _ |
|---|
| 683 | TokenInfo _ TokComma |
|---|
| 684 | ... |
|---|
| 685 | |
|---|
| 686 | dist/build/happy/happy-tmp/Parser.hs:424:1: |
|---|
| 687 | Warning: Defined but not used: `happy_x_2' |
|---|
| 688 | |
|---|
| 689 | dist/build/happy/happy-tmp/Parser.hs:434:1: |
|---|
| 690 | Warning: Defined but not used: `happy_x_1' |
|---|
| 691 | |
|---|
| 692 | dist/build/happy/happy-tmp/Parser.hs:435:5: |
|---|
| 693 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 694 | In a case alternative: |
|---|
| 695 | Patterns not matched: |
|---|
| 696 | TokenEOF |
|---|
| 697 | TokenKW _ |
|---|
| 698 | TokenNum _ _ |
|---|
| 699 | TokenInfo _ TokComma |
|---|
| 700 | ... |
|---|
| 701 | |
|---|
| 702 | dist/build/happy/happy-tmp/Parser.hs:463:1: |
|---|
| 703 | Warning: Defined but not used: `happy_x_1' |
|---|
| 704 | |
|---|
| 705 | dist/build/happy/happy-tmp/Parser.hs:464:5: |
|---|
| 706 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 707 | In a case alternative: |
|---|
| 708 | Patterns not matched: |
|---|
| 709 | TokenEOF |
|---|
| 710 | TokenKW _ |
|---|
| 711 | TokenNum _ _ |
|---|
| 712 | TokenInfo _ TokComma |
|---|
| 713 | ... |
|---|
| 714 | |
|---|
| 715 | dist/build/happy/happy-tmp/Parser.hs:471:1: |
|---|
| 716 | Warning: Defined but not used: `happy_x_1' |
|---|
| 717 | |
|---|
| 718 | dist/build/happy/happy-tmp/Parser.hs:480:1: |
|---|
| 719 | Warning: Defined but not used: `happy_x_1' |
|---|
| 720 | |
|---|
| 721 | dist/build/happy/happy-tmp/Parser.hs:481:5: |
|---|
| 722 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 723 | In a case alternative: |
|---|
| 724 | Patterns not matched: |
|---|
| 725 | TokenEOF |
|---|
| 726 | TokenKW _ |
|---|
| 727 | TokenNum _ _ |
|---|
| 728 | TokenInfo _ TokComma |
|---|
| 729 | ... |
|---|
| 730 | |
|---|
| 731 | dist/build/happy/happy-tmp/Parser.hs:490:1: |
|---|
| 732 | Warning: Defined but not used: `happy_x_1' |
|---|
| 733 | |
|---|
| 734 | dist/build/happy/happy-tmp/Parser.hs:491:5: |
|---|
| 735 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 736 | In a case alternative: |
|---|
| 737 | Patterns not matched: |
|---|
| 738 | TokenEOF |
|---|
| 739 | TokenKW _ |
|---|
| 740 | TokenNum _ _ |
|---|
| 741 | TokenInfo _ TokComma |
|---|
| 742 | ... |
|---|
| 743 | |
|---|
| 744 | dist/build/happy/happy-tmp/Parser.hs:498:18: |
|---|
| 745 | Warning: Defined but not used: `happy_x_1' |
|---|
| 746 | |
|---|
| 747 | dist/build/happy/happy-tmp/Parser.hs:506:1: |
|---|
| 748 | Warning: Defined but not used: `happy_x_1' |
|---|
| 749 | |
|---|
| 750 | dist/build/happy/happy-tmp/Parser.hs:507:5: |
|---|
| 751 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 752 | In a case alternative: |
|---|
| 753 | Patterns not matched: |
|---|
| 754 | TokenEOF |
|---|
| 755 | TokenKW _ |
|---|
| 756 | TokenNum _ _ |
|---|
| 757 | TokenInfo _ TokComma |
|---|
| 758 | ... |
|---|
| 759 | |
|---|
| 760 | dist/build/happy/happy-tmp/Parser.hs:508:1: |
|---|
| 761 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 762 | In a case alternative: |
|---|
| 763 | Patterns not matched: |
|---|
| 764 | TokenEOF |
|---|
| 765 | TokenKW _ |
|---|
| 766 | TokenNum _ _ |
|---|
| 767 | TokenInfo _ TokComma |
|---|
| 768 | ... |
|---|
| 769 | |
|---|
| 770 | dist/build/happy/happy-tmp/Parser.hs:515:1: |
|---|
| 771 | Warning: Defined but not used: `happy_x_1' |
|---|
| 772 | |
|---|
| 773 | dist/build/happy/happy-tmp/Parser.hs:516:5: |
|---|
| 774 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 775 | In a case alternative: |
|---|
| 776 | Patterns not matched: |
|---|
| 777 | TokenEOF |
|---|
| 778 | TokenKW _ |
|---|
| 779 | TokenNum _ _ |
|---|
| 780 | TokenInfo _ TokComma |
|---|
| 781 | ... |
|---|
| 782 | |
|---|
| 783 | dist/build/happy/happy-tmp/Parser.hs:524:1: |
|---|
| 784 | Warning: Defined but not used: `happy_x_1' |
|---|
| 785 | |
|---|
| 786 | dist/build/happy/happy-tmp/Parser.hs:525:5: |
|---|
| 787 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 788 | In a case alternative: |
|---|
| 789 | Patterns not matched: |
|---|
| 790 | TokenEOF |
|---|
| 791 | TokenKW _ |
|---|
| 792 | TokenNum _ _ |
|---|
| 793 | TokenInfo _ TokComma |
|---|
| 794 | ... |
|---|
| 795 | |
|---|
| 796 | dist/build/happy/happy-tmp/Parser.hs:526:1: |
|---|
| 797 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 798 | In a case alternative: |
|---|
| 799 | Patterns not matched: |
|---|
| 800 | TokenEOF |
|---|
| 801 | TokenKW _ |
|---|
| 802 | TokenNum _ _ |
|---|
| 803 | TokenInfo _ TokComma |
|---|
| 804 | ... |
|---|
| 805 | |
|---|
| 806 | dist/build/happy/happy-tmp/Parser.hs:535:1: |
|---|
| 807 | Warning: Defined but not used: `happy_x_1' |
|---|
| 808 | |
|---|
| 809 | dist/build/happy/happy-tmp/Parser.hs:537:4: |
|---|
| 810 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 811 | In a case alternative: |
|---|
| 812 | Patterns not matched: |
|---|
| 813 | TokenEOF |
|---|
| 814 | TokenKW _ |
|---|
| 815 | TokenNum _ _ |
|---|
| 816 | TokenInfo _ TokComma |
|---|
| 817 | ... |
|---|
| 818 | |
|---|
| 819 | dist/build/happy/happy-tmp/Parser.hs:538:1: |
|---|
| 820 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 821 | In a case alternative: |
|---|
| 822 | Patterns not matched: |
|---|
| 823 | TokenEOF |
|---|
| 824 | TokenKW _ |
|---|
| 825 | TokenNum _ _ |
|---|
| 826 | TokenInfo _ TokComma |
|---|
| 827 | ... |
|---|
| 828 | |
|---|
| 829 | dist/build/happy/happy-tmp/Parser.hs:539:1: |
|---|
| 830 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 831 | In a case alternative: |
|---|
| 832 | Patterns not matched: |
|---|
| 833 | TokenEOF |
|---|
| 834 | TokenKW _ |
|---|
| 835 | TokenNum _ _ |
|---|
| 836 | TokenInfo _ TokComma |
|---|
| 837 | ... |
|---|
| 838 | |
|---|
| 839 | dist/build/happy/happy-tmp/Parser.hs:549:1: |
|---|
| 840 | Warning: Defined but not used: `happy_x_1' |
|---|
| 841 | |
|---|
| 842 | dist/build/happy/happy-tmp/Parser.hs:551:4: |
|---|
| 843 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 844 | In a case alternative: |
|---|
| 845 | Patterns not matched: |
|---|
| 846 | TokenEOF |
|---|
| 847 | TokenKW _ |
|---|
| 848 | TokenNum _ _ |
|---|
| 849 | TokenInfo _ TokComma |
|---|
| 850 | ... |
|---|
| 851 | |
|---|
| 852 | dist/build/happy/happy-tmp/Parser.hs:552:1: |
|---|
| 853 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 854 | In a case alternative: |
|---|
| 855 | Patterns not matched: |
|---|
| 856 | TokenEOF |
|---|
| 857 | TokenKW _ |
|---|
| 858 | TokenNum _ _ |
|---|
| 859 | TokenInfo _ TokComma |
|---|
| 860 | ... |
|---|
| 861 | |
|---|
| 862 | dist/build/happy/happy-tmp/Parser.hs:553:1: |
|---|
| 863 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 864 | In a case alternative: |
|---|
| 865 | Patterns not matched: |
|---|
| 866 | TokenEOF |
|---|
| 867 | TokenKW _ |
|---|
| 868 | TokenNum _ _ |
|---|
| 869 | TokenInfo _ TokComma |
|---|
| 870 | ... |
|---|
| 871 | |
|---|
| 872 | dist/build/happy/happy-tmp/Parser.hs:554:1: |
|---|
| 873 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 874 | In a case alternative: |
|---|
| 875 | Patterns not matched: |
|---|
| 876 | TokenEOF |
|---|
| 877 | TokenKW _ |
|---|
| 878 | TokenNum _ _ |
|---|
| 879 | TokenInfo _ TokComma |
|---|
| 880 | ... |
|---|
| 881 | |
|---|
| 882 | dist/build/happy/happy-tmp/Parser.hs:561:1: |
|---|
| 883 | Warning: Defined but not used: `happy_x_1' |
|---|
| 884 | |
|---|
| 885 | dist/build/happy/happy-tmp/Parser.hs:569:1: |
|---|
| 886 | Warning: Defined but not used: `happy_x_1' |
|---|
| 887 | |
|---|
| 888 | dist/build/happy/happy-tmp/Parser.hs:577:1: |
|---|
| 889 | Warning: Defined but not used: `happy_x_1' |
|---|
| 890 | |
|---|
| 891 | dist/build/happy/happy-tmp/Parser.hs:585:1: |
|---|
| 892 | Warning: Defined but not used: `happy_x_1' |
|---|
| 893 | |
|---|
| 894 | dist/build/happy/happy-tmp/Parser.hs:586:5: |
|---|
| 895 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 896 | In a case alternative: |
|---|
| 897 | Patterns not matched: |
|---|
| 898 | TokenEOF |
|---|
| 899 | TokenKW _ |
|---|
| 900 | TokenInfo _ _ |
|---|
| 901 | TokenNum _ TokComma |
|---|
| 902 | ... |
|---|
| 903 | |
|---|
| 904 | dist/build/happy/happy-tmp/Parser.hs:593:1: |
|---|
| 905 | Warning: Defined but not used: `happy_x_1' |
|---|
| 906 | |
|---|
| 907 | dist/build/happy/happy-tmp/Parser.hs:594:5: |
|---|
| 908 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 909 | In a case alternative: |
|---|
| 910 | Patterns not matched: |
|---|
| 911 | TokenEOF |
|---|
| 912 | TokenKW _ |
|---|
| 913 | TokenNum _ _ |
|---|
| 914 | TokenInfo _ TokComma |
|---|
| 915 | ... |
|---|
| 916 | |
|---|
| 917 | dist/build/happy/happy-tmp/Parser.hs:601:1: |
|---|
| 918 | Warning: Defined but not used: `happy_x_1' |
|---|
| 919 | |
|---|
| 920 | dist/build/happy/happy-tmp/Parser.hs:602:5: |
|---|
| 921 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 922 | In a case alternative: |
|---|
| 923 | Patterns not matched: |
|---|
| 924 | TokenEOF |
|---|
| 925 | TokenKW _ |
|---|
| 926 | TokenNum _ _ |
|---|
| 927 | TokenInfo _ TokComma |
|---|
| 928 | ... |
|---|
| 929 | |
|---|
| 930 | dist/build/happy/happy-tmp/Parser.hs:610:1: |
|---|
| 931 | Warning: Defined but not used: `happy_x_1' |
|---|
| 932 | |
|---|
| 933 | dist/build/happy/happy-tmp/Parser.hs:611:5: |
|---|
| 934 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 935 | In a case alternative: |
|---|
| 936 | Patterns not matched: |
|---|
| 937 | TokenEOF |
|---|
| 938 | TokenKW _ |
|---|
| 939 | TokenNum _ _ |
|---|
| 940 | TokenInfo _ TokComma |
|---|
| 941 | ... |
|---|
| 942 | |
|---|
| 943 | dist/build/happy/happy-tmp/Parser.hs:612:1: |
|---|
| 944 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 945 | In a case alternative: |
|---|
| 946 | Patterns not matched: |
|---|
| 947 | TokenEOF |
|---|
| 948 | TokenKW _ |
|---|
| 949 | TokenNum _ _ |
|---|
| 950 | TokenInfo _ TokComma |
|---|
| 951 | ... |
|---|
| 952 | |
|---|
| 953 | dist/build/happy/happy-tmp/Parser.hs:619:5: |
|---|
| 954 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 955 | In a case alternative: |
|---|
| 956 | Patterns not matched: |
|---|
| 957 | TokenEOF |
|---|
| 958 | TokenKW _ |
|---|
| 959 | TokenNum _ _ |
|---|
| 960 | TokenInfo _ TokComma |
|---|
| 961 | ... |
|---|
| 962 | |
|---|
| 963 | dist/build/happy/happy-tmp/Parser.hs:648:5: |
|---|
| 964 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 965 | In a case alternative: |
|---|
| 966 | Patterns not matched: |
|---|
| 967 | TokenEOF |
|---|
| 968 | TokenKW _ |
|---|
| 969 | TokenNum _ _ |
|---|
| 970 | TokenInfo _ TokComma |
|---|
| 971 | ... |
|---|
| 972 | |
|---|
| 973 | dist/build/happy/happy-tmp/Parser.hs:649:1: |
|---|
| 974 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 975 | In a case alternative: |
|---|
| 976 | Patterns not matched: |
|---|
| 977 | TokenEOF |
|---|
| 978 | TokenKW _ |
|---|
| 979 | TokenNum _ _ |
|---|
| 980 | TokenInfo _ TokComma |
|---|
| 981 | ... |
|---|
| 982 | |
|---|
| 983 | dist/build/happy/happy-tmp/Parser.hs:657:5: |
|---|
| 984 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 985 | In a case alternative: |
|---|
| 986 | Patterns not matched: |
|---|
| 987 | TokenEOF |
|---|
| 988 | TokenKW _ |
|---|
| 989 | TokenNum _ _ |
|---|
| 990 | TokenInfo _ TokComma |
|---|
| 991 | ... |
|---|
| 992 | |
|---|
| 993 | dist/build/happy/happy-tmp/Parser.hs:670:5: |
|---|
| 994 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 995 | In a case alternative: |
|---|
| 996 | Patterns not matched: |
|---|
| 997 | TokenEOF |
|---|
| 998 | TokenKW _ |
|---|
| 999 | TokenNum _ _ |
|---|
| 1000 | TokenInfo _ TokComma |
|---|
| 1001 | ... |
|---|
| 1002 | |
|---|
| 1003 | dist/build/happy/happy-tmp/Parser.hs:685:11: |
|---|
| 1004 | Warning: Defined but not used: `happy_dollar_dollar' |
|---|
| 1005 | |
|---|
| 1006 | dist/build/happy/happy-tmp/Parser.hs:701:11: |
|---|
| 1007 | Warning: Defined but not used: `happy_dollar_dollar' |
|---|
| 1008 | |
|---|
| 1009 | dist/build/happy/happy-tmp/Parser.hs:702:10: |
|---|
| 1010 | Warning: Defined but not used: `happy_dollar_dollar' |
|---|
| 1011 | |
|---|
| 1012 | dist/build/happy/happy-tmp/Parser.hs:724:19: |
|---|
| 1013 | Warning: Defined but not used: `token' |
|---|
| 1014 | |
|---|
| 1015 | templates/GenericTemplate.hs:83:15: |
|---|
| 1016 | Warning: Defined but not used: `tk' |
|---|
| 1017 | |
|---|
| 1018 | templates/GenericTemplate.hs:83:18: |
|---|
| 1019 | Warning: Defined but not used: `st' |
|---|
| 1020 | |
|---|
| 1021 | templates/GenericTemplate.hs:83:21: |
|---|
| 1022 | Warning: Defined but not used: `sts' |
|---|
| 1023 | |
|---|
| 1024 | templates/GenericTemplate.hs:85:14: |
|---|
| 1025 | Warning: Defined but not used: `tk' |
|---|
| 1026 | |
|---|
| 1027 | templates/GenericTemplate.hs:85:20: |
|---|
| 1028 | Warning: Defined but not used: `sts' |
|---|
| 1029 | |
|---|
| 1030 | templates/GenericTemplate.hs:179:21: |
|---|
| 1031 | Warning: Defined but not used: `i' |
|---|
| 1032 | |
|---|
| 1033 | templates/GenericTemplate.hs:184:18: |
|---|
| 1034 | Warning: Defined but not used: `i' |
|---|
| 1035 | |
|---|
| 1036 | templates/GenericTemplate.hs:184:20: |
|---|
| 1037 | Warning: Defined but not used: `fn' |
|---|
| 1038 | |
|---|
| 1039 | templates/GenericTemplate.hs:186:34: |
|---|
| 1040 | Warning: Defined but not used: `action' |
|---|
| 1041 | |
|---|
| 1042 | templates/GenericTemplate.hs:189:18: |
|---|
| 1043 | Warning: Defined but not used: `i' |
|---|
| 1044 | |
|---|
| 1045 | templates/GenericTemplate.hs:189:20: |
|---|
| 1046 | Warning: Defined but not used: `fn' |
|---|
| 1047 | |
|---|
| 1048 | templates/GenericTemplate.hs:191:52: |
|---|
| 1049 | Warning: Defined but not used: `action' |
|---|
| 1050 | |
|---|
| 1051 | templates/GenericTemplate.hs:195:18: |
|---|
| 1052 | Warning: Defined but not used: `i' |
|---|
| 1053 | |
|---|
| 1054 | templates/GenericTemplate.hs:195:20: |
|---|
| 1055 | Warning: Defined but not used: `fn' |
|---|
| 1056 | |
|---|
| 1057 | templates/GenericTemplate.hs:197:68: |
|---|
| 1058 | Warning: Defined but not used: `action' |
|---|
| 1059 | |
|---|
| 1060 | templates/GenericTemplate.hs:201:18: |
|---|
| 1061 | Warning: Defined but not used: `i' |
|---|
| 1062 | |
|---|
| 1063 | templates/GenericTemplate.hs:201:20: |
|---|
| 1064 | Warning: Defined but not used: `fn' |
|---|
| 1065 | |
|---|
| 1066 | templates/GenericTemplate.hs:203:84: |
|---|
| 1067 | Warning: Defined but not used: `action' |
|---|
| 1068 | |
|---|
| 1069 | templates/GenericTemplate.hs:207:12: |
|---|
| 1070 | Warning: Defined but not used: `k' |
|---|
| 1071 | |
|---|
| 1072 | templates/GenericTemplate.hs:207:14: |
|---|
| 1073 | Warning: Defined but not used: `i' |
|---|
| 1074 | |
|---|
| 1075 | templates/GenericTemplate.hs:207:16: |
|---|
| 1076 | Warning: Defined but not used: `fn' |
|---|
| 1077 | |
|---|
| 1078 | templates/GenericTemplate.hs:209:25: |
|---|
| 1079 | Warning: Defined but not used: `st' |
|---|
| 1080 | |
|---|
| 1081 | templates/GenericTemplate.hs:211:25: |
|---|
| 1082 | Warning: Defined but not used: `action' |
|---|
| 1083 | |
|---|
| 1084 | templates/GenericTemplate.hs:215:17: |
|---|
| 1085 | Warning: Defined but not used: `k' |
|---|
| 1086 | |
|---|
| 1087 | templates/GenericTemplate.hs:215:19: |
|---|
| 1088 | Warning: Defined but not used: `nt' |
|---|
| 1089 | |
|---|
| 1090 | templates/GenericTemplate.hs:215:22: |
|---|
| 1091 | Warning: Defined but not used: `fn' |
|---|
| 1092 | |
|---|
| 1093 | templates/GenericTemplate.hs:219:36: |
|---|
| 1094 | Warning: Defined but not used: `action' |
|---|
| 1095 | |
|---|
| 1096 | templates/GenericTemplate.hs:222:0: |
|---|
| 1097 | Warning: Defined but not used: `happyMonad2Reduce' |
|---|
| 1098 | |
|---|
| 1099 | templates/GenericTemplate.hs:222:18: |
|---|
| 1100 | Warning: Defined but not used: `k' |
|---|
| 1101 | |
|---|
| 1102 | templates/GenericTemplate.hs:222:20: |
|---|
| 1103 | Warning: Defined but not used: `nt' |
|---|
| 1104 | |
|---|
| 1105 | templates/GenericTemplate.hs:222:23: |
|---|
| 1106 | Warning: Defined but not used: `fn' |
|---|
| 1107 | |
|---|
| 1108 | templates/GenericTemplate.hs:224:26: |
|---|
| 1109 | Warning: Defined but not used: `j' |
|---|
| 1110 | |
|---|
| 1111 | templates/GenericTemplate.hs:226:36: |
|---|
| 1112 | Warning: Defined but not used: `action' |
|---|
| 1113 | |
|---|
| 1114 | templates/GenericTemplate.hs:240:16: |
|---|
| 1115 | Warning: Defined but not used: `x' |
|---|
| 1116 | |
|---|
| 1117 | templates/GenericTemplate.hs:260:17: |
|---|
| 1118 | Warning: Defined but not used: `old_st' |
|---|
| 1119 | |
|---|
| 1120 | templates/GenericTemplate.hs:260:26: |
|---|
| 1121 | Warning: Defined but not used: `stk' |
|---|
| 1122 | |
|---|
| 1123 | templates/GenericTemplate.hs:290:12: |
|---|
| 1124 | Warning: Defined but not used: `x' |
|---|
| 1125 | |
|---|
| 1126 | templates/GenericTemplate.hs:302:13: |
|---|
| 1127 | Warning: Defined but not used: `a' |
|---|
| 1128 | [15 of 19] Compiling NameSet ( src/NameSet.hs, dist/build/happy/happy-tmp/NameSet.o ) |
|---|
| 1129 | [16 of 19] Compiling LALR ( src/LALR.lhs, dist/build/happy/happy-tmp/LALR.o ) |
|---|
| 1130 | |
|---|
| 1131 | src/LALR.lhs:106:51: Warning: Defined but not used: `name' |
|---|
| 1132 | |
|---|
| 1133 | src/LALR.lhs:187:28: Warning: Defined but not used: `old' |
|---|
| 1134 | |
|---|
| 1135 | src/LALR.lhs:237:8: |
|---|
| 1136 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1137 | In the definition of `numberSets': |
|---|
| 1138 | Patterns not matched: ((_, _) : _) (_, [], _) |
|---|
| 1139 | |
|---|
| 1140 | src/LALR.lhs:349:18: Warning: Defined but not used: `array' |
|---|
| 1141 | |
|---|
| 1142 | src/LALR.lhs:363:17: Warning: Defined but not used: `array' |
|---|
| 1143 | |
|---|
| 1144 | src/LALR.lhs:369:10: Warning: Defined but not used: `array' |
|---|
| 1145 | |
|---|
| 1146 | src/LALR.lhs:370:22: Warning: Defined but not used: `item' |
|---|
| 1147 | |
|---|
| 1148 | src/LALR.lhs:370:27: Warning: Defined but not used: `s' |
|---|
| 1149 | |
|---|
| 1150 | src/LALR.lhs:384:25: Warning: Defined but not used: `m' |
|---|
| 1151 | |
|---|
| 1152 | src/LALR.lhs:498:21: Warning: Defined but not used: `set' |
|---|
| 1153 | |
|---|
| 1154 | src/LALR.lhs:522:24: Warning: Defined but not used: `set' |
|---|
| 1155 | |
|---|
| 1156 | src/LALR.lhs:575:24: Warning: Defined but not used: `x' |
|---|
| 1157 | |
|---|
| 1158 | src/LALR.lhs:576:12: Warning: Defined but not used: `x' |
|---|
| 1159 | |
|---|
| 1160 | src/LALR.lhs:581:12: Warning: Defined but not used: `a' |
|---|
| 1161 | |
|---|
| 1162 | src/LALR.lhs:581:33: Warning: Defined but not used: `b' |
|---|
| 1163 | |
|---|
| 1164 | src/LALR.lhs:585:12: Warning: Defined but not used: `a' |
|---|
| 1165 | |
|---|
| 1166 | src/LALR.lhs:585:33: Warning: Defined but not used: `b' |
|---|
| 1167 | |
|---|
| 1168 | src/LALR.lhs:600:24: Warning: Defined but not used: `s' |
|---|
| 1169 | |
|---|
| 1170 | src/LALR.lhs:600:26: Warning: Defined but not used: `p' |
|---|
| 1171 | |
|---|
| 1172 | src/LALR.lhs:600:42: Warning: Defined but not used: `s'' |
|---|
| 1173 | |
|---|
| 1174 | src/LALR.lhs:600:45: Warning: Defined but not used: `p'' |
|---|
| 1175 | |
|---|
| 1176 | src/LALR.lhs:601:25: Warning: Defined but not used: `s' |
|---|
| 1177 | |
|---|
| 1178 | src/LALR.lhs:601:42: Warning: Defined but not used: `s'' |
|---|
| 1179 | |
|---|
| 1180 | src/LALR.lhs:617:29: Warning: Defined but not used: `c' |
|---|
| 1181 | |
|---|
| 1182 | src/LALR.lhs:636:29: Warning: Defined but not used: `state' |
|---|
| 1183 | |
|---|
| 1184 | src/LALR.lhs:643:40: Warning: Defined but not used: `as' |
|---|
| 1185 | |
|---|
| 1186 | src/LALR.lhs:643:43: Warning: Defined but not used: `a' |
|---|
| 1187 | |
|---|
| 1188 | src/LALR.lhs:643:47: Warning: Defined but not used: `sr' |
|---|
| 1189 | |
|---|
| 1190 | src/LALR.lhs:643:50: Warning: Defined but not used: `rr' |
|---|
| 1191 | [17 of 19] Compiling Info ( src/Info.lhs, dist/build/happy/happy-tmp/Info.o ) |
|---|
| 1192 | |
|---|
| 1193 | src/Info.lhs:39:31: Warning: Defined but not used: `terms' |
|---|
| 1194 | |
|---|
| 1195 | src/Info.lhs:41:30: Warning: Defined but not used: `eof' |
|---|
| 1196 | |
|---|
| 1197 | src/Info.lhs:42:32: Warning: Defined but not used: `fst_term' |
|---|
| 1198 | |
|---|
| 1199 | src/Info.lhs:65:24: Warning: Defined but not used: `state' |
|---|
| 1200 | |
|---|
| 1201 | src/Info.lhs:102:30: Warning: Defined but not used: `sem' |
|---|
| 1202 | |
|---|
| 1203 | src/Info.lhs:102:35: Warning: Defined but not used: `prec' |
|---|
| 1204 | |
|---|
| 1205 | src/Info.lhs:134:27: Warning: Defined but not used: `sem' |
|---|
| 1206 | |
|---|
| 1207 | src/Info.lhs:134:32: Warning: Defined but not used: `prec' |
|---|
| 1208 | |
|---|
| 1209 | src/Info.lhs:137:16: Warning: Defined but not used: `t' |
|---|
| 1210 | |
|---|
| 1211 | src/Info.lhs:145:4: |
|---|
| 1212 | Warning: Pattern match(es) are non-exhaustive |
|---|
| 1213 | In the definition of `showAction'': Patterns not matched: LR'Fail |
|---|
| 1214 | |
|---|
| 1215 | src/Info.lhs:162:14: Warning: Defined but not used: `nt' |
|---|
| 1216 | [18 of 19] Compiling First ( src/First.lhs, dist/build/happy/happy-tmp/First.o ) |
|---|
| 1217 | [19 of 19] Compiling Main ( src/Main.lhs, dist/build/happy/happy-tmp/Main.o ) |
|---|
| 1218 | |
|---|
| 1219 | src/Main.lhs:92:13: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1220 | |
|---|
| 1221 | src/Main.lhs:103:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1222 | |
|---|
| 1223 | src/Main.lhs:104:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1224 | |
|---|
| 1225 | src/Main.lhs:105:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1226 | |
|---|
| 1227 | src/Main.lhs:106:34: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1228 | |
|---|
| 1229 | src/Main.lhs:107:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1230 | |
|---|
| 1231 | src/Main.lhs:108:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1232 | |
|---|
| 1233 | src/Main.lhs:109:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1234 | |
|---|
| 1235 | src/Main.lhs:110:26: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1236 | |
|---|
| 1237 | src/Main.lhs:111:40: _scc_ is deprecated; use an SCC pragma instead |
|---|
| 1238 | |
|---|
| 1239 | src/Main.lhs:106:12: Warning: Defined but not used: `lainfo' |
|---|
| 1240 | |
|---|
| 1241 | src/Main.lhs:140:16: Warning: Defined but not used: `n' |
|---|
| 1242 | |
|---|
| 1243 | src/Main.lhs:143:16: Warning: Defined but not used: `n' |
|---|
| 1244 | |
|---|
| 1245 | src/Main.lhs:294:2: Warning: Defined but not used: `optPrint' |
|---|
| 1246 | |
|---|
| 1247 | src/Main.lhs:345:25: Warning: Defined but not used: `fl' |
|---|
| 1248 | |
|---|
| 1249 | src/Main.lhs:354:19: Warning: Defined but not used: `r' |
|---|
| 1250 | |
|---|
| 1251 | src/Main.lhs:361:16: Warning: Defined but not used: `c' |
|---|
| 1252 | |
|---|
| 1253 | src/Main.lhs:367:18: |
|---|
| 1254 | Warning: Defined but not used: data constructor `DumpMangle' |
|---|
| 1255 | |
|---|
| 1256 | src/Main.lhs:368:18: |
|---|
| 1257 | Warning: Defined but not used: data constructor `DumpLR0' |
|---|
| 1258 | |
|---|
| 1259 | src/Main.lhs:369:18: |
|---|
| 1260 | Warning: Defined but not used: data constructor `DumpAction' |
|---|
| 1261 | |
|---|
| 1262 | src/Main.lhs:370:18: |
|---|
| 1263 | Warning: Defined but not used: data constructor `DumpGoto' |
|---|
| 1264 | |
|---|
| 1265 | src/Main.lhs:371:18: |
|---|
| 1266 | Warning: Defined but not used: data constructor `DumpLA' |
|---|
| 1267 | |
|---|
| 1268 | src/Main.lhs:447:36: Warning: Defined but not used: `coerce' |
|---|
| 1269 | |
|---|
| 1270 | src/Main.lhs:520:37: Warning: Defined but not used: `ext' |
|---|
| 1271 | |
|---|
| 1272 | src/Main.lhs:541:12: Warning: Defined but not used: `target' |
|---|
| 1273 | Linking dist/build/happy/happy ... |
|---|
| 1274 | ld: in /Users/mvanier/_/src/haskell-platform/haskell-platform-2009.2.0/packages/mtl-1.1.0.2/dist/build/libHSmtl-1.1.0.2.a, archive has no table of contents |
|---|
| 1275 | collect2: ld returned 1 exit status |
|---|
| 1276 | |
|---|
| 1277 | Error: |
|---|
| 1278 | Building the happy-1.18.2 package failed |
|---|
| 1279 | make: *** [build.stamp] Error 2 |
|---|