*** setup configure Configuring HaLeX-1.1.1... Dependency base -any: using base-4.3.0.0 Dependency mtl -any: using mtl-2.0.1.0 Using Cabal-1.8.0.6 compiled by ghc-6.12 Using compiler: ghc-7.0.1 Using install prefix: /usr/local/tmp/archive/install Binaries installed in: /usr/local/tmp/archive/install/bin Libraries installed in: /usr/local/tmp/archive/install/lib/HaLeX-1.1.1/ghc-7.0.1 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/HaLeX-1.1.1 Documentation installed in: /usr/local/tmp/archive/install/share/doc/HaLeX-1.1.1 Using alex version 2.3.3 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.16.0 found on system at: /usr/local/bin/c2hs Using cpphs version 1.11 found on system at: /usr/local/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.4.5 found on system at: /usr/bin/gcc Using ghc version 7.0.1 found on system at: /usr/local/bin/ghc Using ghc-pkg version 7.0.1 found on system at: /usr/local/bin/ghc-pkg No greencard found Using haddock version 2.8.0 found on system at: /usr/local/bin/haddock Using happy version 1.18.5 found on system at: /usr/local/bin/happy No hmake found Using hsc2hs version 0.67 found on system at: /usr/local/bin/hsc2hs Using hscolour version 1.17 found on system at: /usr/local/bin/HsColour Using hugs found on system at: /usr/local/bin/hugs No jhc found Using ld found on system at: /usr/bin/ld No lhc found No lhc-pkg found No nhc98 found Using pkg-config version 0.25 found on system at: /usr/bin/pkg-config Using ranlib found on system at: /usr/bin/ranlib Using strip found on system at: /usr/bin/strip Using tar found on system at: /bin/tar *** setup build Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library HaLeX-1.1.1... Preprocessing executables for HaLeX-1.1.1... Building HaLeX-1.1.1... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc --make -package-name HaLeX-1.1.1 -hide-all-packages -fbuilding-cabal-package -i -idist/build -iHaLeX_lib -idist/build/autogen -Idist/build/autogen -Idist/build -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build -hidir dist/build -stubdir dist/build -package-id base-4.3.0.0-b91367e4fa5bd47d8e75958171ad21b7 -package-id mtl-2.0.1.0-53db6a067853ff76cc2a84d2eb4d3dbf -O -O2 -Wall -XFlexibleContexts -XFlexibleInstances -XMultiParamTypeClasses Language.HaLex.RegExpAsDiGraph Language.HaLex.Ndfa Language.HaLex.Dfa2MDfa Language.HaLex.Minimize Language.HaLex.Examples.Real Language.HaLex.Examples.Robot Language.HaLex.RegExpParser Language.HaLex.FaClasses Language.HaLex.RegExp Language.HaLex.Dfa Language.HaLex.DfaMonad Language.HaLex.Fa2RegExp Language.HaLex.Parser Language.HaLex.RegExp2Fa Language.HaLex.FaAsDiGraph Language.HaLex.FaOperations Language.HaLex.Util Language.HaLex.Equivalence [ 1 of 18] Compiling Language.HaLex.Parser ( HaLeX_lib/Language/HaLex/Parser.hs, dist/build/Language/HaLex/Parser.o ) HaLeX_lib/Language/HaLex/Parser.hs:40:9: Warning: Defined but not used: `p' HaLeX_lib/Language/HaLex/Parser.hs:60:1: Warning: Top-level binding with no type signature: (<*>) :: forall t t1 t2 t3 t4. (t -> [(t2 -> t3, t1)]) -> (t1 -> [(t2, t4)]) -> t -> [(t3, t4)] HaLeX_lib/Language/HaLex/Parser.hs:65:1: Warning: Top-level binding with no type signature: (<$>) :: forall t t1 t2 t3. (t1 -> t2) -> (t -> [(t1, t3)]) -> t -> [(t2, t3)] [ 2 of 18] Compiling Language.HaLex.Util ( HaLeX_lib/Language/HaLex/Util.hs, dist/build/Language/HaLex/Util.o ) HaLeX_lib/Language/HaLex/Util.hs:55:1: Warning: Pattern match(es) are non-exhaustive In an equation for `insAtPos': Patterns not matched: _ _ [] HaLeX_lib/Language/HaLex/Util.hs:55:1: Warning: Top-level binding with no type signature: insAtPos :: forall a a1. Num a1 => a1 -> a -> [a] -> [a] [ 3 of 18] Compiling Language.HaLex.Dfa ( HaLeX_lib/Language/HaLex/Dfa.hs, dist/build/Language/HaLex/Dfa.o ) HaLeX_lib/Language/HaLex/Dfa.hs:78:9: Warning: Defined but not used: `delta' HaLeX_lib/Language/HaLex/Dfa.hs:89:1: Warning: Defined but not used: `dfaaccept'' HaLeX_lib/Language/HaLex/Dfa.hs:89:17: Warning: Defined but not used: `v' HaLeX_lib/Language/HaLex/Dfa.hs:89:19: Warning: Defined but not used: `q' HaLeX_lib/Language/HaLex/Dfa.hs:99:16: Warning: Defined but not used: `v' HaLeX_lib/Language/HaLex/Dfa.hs:99:18: Warning: Defined but not used: `q' HaLeX_lib/Language/HaLex/Dfa.hs:109:17: Warning: Defined but not used: `p' HaLeX_lib/Language/HaLex/Dfa.hs:216:29: Warning: Defined but not used: `s' HaLeX_lib/Language/HaLex/Dfa.hs:216:31: Warning: Defined but not used: `z' HaLeX_lib/Language/HaLex/Dfa.hs:239:9: Warning: Pattern match(es) are non-exhaustive In an equation for `lookUptt': Patterns not matched: _ _ [] HaLeX_lib/Language/HaLex/Dfa.hs:239:18: Warning: Defined but not used: `q' HaLeX_lib/Language/HaLex/Dfa.hs:239:20: Warning: Defined but not used: `v' HaLeX_lib/Language/HaLex/Dfa.hs:239:24: Warning: Defined but not used: `a' HaLeX_lib/Language/HaLex/Dfa.hs:239:26: Warning: Defined but not used: `b' HaLeX_lib/Language/HaLex/Dfa.hs:259:1: Warning: Pattern match(es) are non-exhaustive In an equation for `lookupSt': Patterns not matched: _ [] HaLeX_lib/Language/HaLex/Dfa.hs:263:1: Warning: Pattern match(es) are non-exhaustive In an equation for `lookupNewSt': Patterns not matched: _ [] HaLeX_lib/Language/HaLex/Dfa.hs:267:18: Warning: Defined but not used: `qaux' HaLeX_lib/Language/HaLex/Dfa.hs:274:18: Warning: Defined but not used: `i' HaLeX_lib/Language/HaLex/Dfa.hs:284:1: Warning: Top-level binding with no type signature: stsDfa :: forall a b. [(a, b)] -> [a] HaLeX_lib/Language/HaLex/Dfa.hs:285:1: Warning: Top-level binding with no type signature: stsRHS :: forall a b. [(a, b)] -> [b] HaLeX_lib/Language/HaLex/Dfa.hs:286:1: Warning: Top-level binding with no type signature: allstsTable :: forall a a1. [(a1, [a])] -> [a] HaLeX_lib/Language/HaLex/Dfa.hs:295:17: Warning: Defined but not used: `q' HaLeX_lib/Language/HaLex/Dfa.hs:295:21: Warning: Defined but not used: `z' HaLeX_lib/Language/HaLex/Dfa.hs:312:10: Warning: Defined but not used: `delta' HaLeX_lib/Language/HaLex/Dfa.hs:312:23: Warning: Defined but not used: `alfabet' HaLeX_lib/Language/HaLex/Dfa.hs:328:22: Warning: Defined but not used: `q' HaLeX_lib/Language/HaLex/Dfa.hs:328:24: Warning: Defined but not used: `s' HaLeX_lib/Language/HaLex/Dfa.hs:334:46: Warning: Defined but not used: `b' HaLeX_lib/Language/HaLex/Dfa.hs:346:20: Warning: Defined but not used: `st' HaLeX_lib/Language/HaLex/Dfa.hs:357:1: Warning: Top-level binding with no type signature: lookupNewSts :: forall t a b. (Eq a, Eq b) => (a -> t -> a) -> b -> t -> [(a, b)] -> b HaLeX_lib/Language/HaLex/Dfa.hs:360:1: Warning: Top-level binding with no type signature: getNewSt :: forall a b. Eq a => a -> [(a, b)] -> b HaLeX_lib/Language/HaLex/Dfa.hs:360:49: Warning: Defined but not used: `b' HaLeX_lib/Language/HaLex/Dfa.hs:361:1: Warning: Top-level binding with no type signature: getOldSt :: forall a b. Eq b => b -> [(a, b)] -> a HaLeX_lib/Language/HaLex/Dfa.hs:361:47: Warning: Defined but not used: `a' HaLeX_lib/Language/HaLex/Dfa.hs:382:25: Warning: Defined but not used: `s' HaLeX_lib/Language/HaLex/Dfa.hs:425:15: Warning: Defined but not used: `z' [ 4 of 18] Compiling Language.HaLex.Ndfa ( HaLeX_lib/Language/HaLex/Ndfa.hs, dist/build/Language/HaLex/Ndfa.o ) HaLeX_lib/Language/HaLex/Ndfa.hs:48:1: Warning: The import of `Language.HaLex.Dfa' is redundant except perhaps to import instances from `Language.HaLex.Dfa' To import instances alone, use: import Language.HaLex.Dfa() HaLeX_lib/Language/HaLex/Ndfa.hs:87:10: Warning: Defined but not used: `delta' HaLeX_lib/Language/HaLex/Ndfa.hs:99:8: Warning: Defined but not used: `delta' HaLeX_lib/Language/HaLex/Ndfa.hs:99:23: Warning: Defined but not used: `sy' HaLeX_lib/Language/HaLex/Ndfa.hs:118:17: Warning: Defined but not used: `p' HaLeX_lib/Language/HaLex/Ndfa.hs:133:1: Warning: Top-level binding with no type signature: showNdfaDelta :: forall a a1 a2. (Eq a1, Show a, Show a2, Show a1) => [a2] -> [a] -> (a2 -> Maybe a -> [a1]) -> String -> String HaLeX_lib/Language/HaLex/Ndfa.hs:223:33: Warning: Defined but not used: `s' HaLeX_lib/Language/HaLex/Ndfa.hs:223:35: Warning: Defined but not used: `z' HaLeX_lib/Language/HaLex/Ndfa.hs:249:9: Warning: Pattern match(es) are non-exhaustive In an equation for `lookupTT': Patterns not matched: _ _ [] HaLeX_lib/Language/HaLex/Ndfa.hs:277:47: Warning: Defined but not used: `b' HaLeX_lib/Language/HaLex/Ndfa.hs:281:45: Warning: Defined but not used: `a' HaLeX_lib/Language/HaLex/Ndfa.hs:294:27: Warning: Defined but not used: `s' HaLeX_lib/Language/HaLex/Ndfa.hs:326:1: Warning: Defined but not used: `isSyncState' [ 5 of 18] Compiling Language.HaLex.DfaMonad ( HaLeX_lib/Language/HaLex/DfaMonad.lhs, dist/build/Language/HaLex/DfaMonad.o ) HaLeX_lib/Language/HaLex/DfaMonad.lhs:350:14: Not in scope: data constructor `State' HaLeX_lib/Language/HaLex/DfaMonad.lhs:439:14: Not in scope: data constructor `State' HaLeX_lib/Language/HaLex/DfaMonad.lhs:442:14: Not in scope: data constructor `State' HaLeX_lib/Language/HaLex/DfaMonad.lhs:487:15: Not in scope: data constructor `State' HaLeX_lib/Language/HaLex/DfaMonad.lhs:490:15: Not in scope: data constructor `State' HaLeX_lib/Language/HaLex/DfaMonad.lhs:554:15: Not in scope: data constructor `State' HaLeX_lib/Language/HaLex/DfaMonad.lhs:557:12: Not in scope: data constructor `State' HaLeX_lib/Language/HaLex/DfaMonad.lhs:560:12: Not in scope: data constructor `State' HaLeX_lib/Language/HaLex/DfaMonad.lhs:563:14: Not in scope: data constructor `State'