*** setup configure Configuring reify-0.1... Dependency base -any && -any: using base-4.1.0.0 Dependency ghc -any && -any: using ghc-6.10.2 Using Cabal-1.6.0.1 compiled by ghc-6.8 Using compiler: ghc-6.10.2 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/reify-0.1/ghc-6.10.2 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/reify-0.1 Documentation installed in: /usr/local/tmp/archive/install/share/doc/reify-0.1 Using alex version 2.2 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.15.1 found on system at: /usr/local/bin/c2hs Using cpphs version 0.7 found on system at: /usr/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.3.3 found on system at: /usr/bin/gcc Using ghc version 6.10.2 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.10.2 found on system at: /usr/local/bin/ghc-pkg No greencard found Using haddock version 2.4.2 found on system at: /usr/local/bin/haddock Using happy version 1.17 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.9 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 nhc98 found Using pkg-config version 0.22 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 reify-0.1... Preprocessing executables for reify-0.1... Building reify-0.1... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc -package-name reify-0.1 --make -hide-all-packages -i -idist/build -i. -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 base-4.1.0.0 -package ghc-6.10.2 -O -XCPP -XForeignFunctionInterface PrettyGraph ReifyHs ReifyHs.hs:1:15: Warning: -ffi is deprecated: use -XForeignFunctionInterface or pragma {-# LANGUAGE ForeignFunctionInterface#-} instead [1 of 2] Compiling ReifyHs ( ReifyHs.hs, dist/build/ReifyHs.o ) [2 of 2] Compiling PrettyGraph ( PrettyGraph.hs, dist/build/PrettyGraph.o ) Linking... /usr/bin/ar q dist/build/libHSreify-0.1.a dist/build/PrettyGraph.o dist/build/ReifyHs.o /usr/bin/ar: creating dist/build/libHSreify-0.1.a /usr/bin/ld -x -r -o dist/build/HSreify-0.1.o.tmp dist/build/PrettyGraph.o dist/build/ReifyHs.o Building executable: reify... Creating dist/build/reify (and its parents) Creating dist/build/reify/reify-tmp (and its parents) /usr/local/bin/ghc -o dist/build/reify/reify --make -hide-all-packages -i -idist/build/reify/reify-tmp -i. -idist/build/autogen -Idist/build/autogen -Idist/build/reify/reify-tmp -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build/reify/reify-tmp -hidir dist/build/reify/reify-tmp -stubdir dist/build/reify/reify-tmp -package base-4.1.0.0 -package ghc-6.10.2 -O -O2 -Wall -optl-Wl,-s ./Main.hs ReifyHs.hs:1:15: Warning: -ffi is deprecated: use -XForeignFunctionInterface or pragma {-# LANGUAGE ForeignFunctionInterface#-} instead [1 of 3] Compiling ReifyHs ( ReifyHs.hs, dist/build/reify/reify-tmp/ReifyHs.o ) ReifyHs.hs:94:0: Warning: Pattern match(es) are non-exhaustive In the definition of `tagToKind': Patterns not matched: ghc-prim:GHC.Types.I# #x with #x `notElem` [1#, 2#, 3#, 4#, 5#, 6#, 7#, 8#, 9#, 10#, 11#, 12#, 13#] ReifyHs.hs:112:12: Warning: Defined but not used: `other' ReifyHs.hs:124:20: Warning: This binding for `tail' shadows the existing binding imported from Prelude In the definition of `isTupleDesc' ReifyHs.hs:132:19: Warning: Defined but not used: `other' ReifyHs.hs:133:15: Warning: Defined but not used: `other' ReifyHs.hs:134:13: Warning: Defined but not used: `other' [2 of 3] Compiling PrettyGraph ( PrettyGraph.hs, dist/build/reify/reify-tmp/PrettyGraph.o ) PrettyGraph.hs:33:18: Warning: This binding for `parens' shadows the existing binding bound at PrettyGraph.hs:27:13 In the definition of `prettyGraphApp' PrettyGraph.hs:33:25: Warning: This binding for `desc' shadows the existing binding bound at PrettyGraph.hs:27:43 In the definition of `prettyGraphApp' PrettyGraph.hs:33:30: Warning: This binding for `tag' shadows the existing binding bound at PrettyGraph.hs:27:48 In the definition of `prettyGraphApp' PrettyGraph.hs:33:30: Warning: Defined but not used: `tag' PrettyGraph.hs:33:34: Warning: This binding for `numKids' shadows the existing binding bound at PrettyGraph.hs:27:52 In the definition of `prettyGraphApp' PrettyGraph.hs:33:42: Warning: This binding for `kids' shadows the existing binding bound at PrettyGraph.hs:27:60 In the definition of `prettyGraphApp' PrettyGraph.hs:34:8: Warning: Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: GNull GDouble GFloat GInteger ... PrettyGraph.hs:44:14: Warning: This binding for `parens' shadows the existing binding bound at PrettyGraph.hs:27:13 In the definition of `prettyKids' PrettyGraph.hs:44:14: Warning: Defined but not used: `parens' PrettyGraph.hs:45:14: Warning: This binding for `parens' shadows the existing binding bound at PrettyGraph.hs:27:13 In the definition of `prettyKids' PrettyGraph.hs:46:14: Warning: This binding for `parens' shadows the existing binding bound at PrettyGraph.hs:27:13 In the definition of `prettyKids' PrettyGraph.hs:47:13: Warning: Defined but not used: `parens' PrettyGraph.hs:48:13: Warning: Defined but not used: `parens' PrettyGraph.hs:49:13: Warning: Defined but not used: `parens' PrettyGraph.hs:50:13: Warning: Defined but not used: `parens' PrettyGraph.hs:51:13: Warning: Defined but not used: `parens' PrettyGraph.hs:52:13: Warning: Defined but not used: `parens' PrettyGraph.hs:64:0: Warning: Pattern match(es) are non-exhaustive In the definition of `prettyListNormal': Patterns not matched: NullNode DoubleNode _ FloatNode _ IntegerNode _ ... PrettyGraph.hs:67:26: Warning: This binding for `_unique' shadows the existing binding bound at PrettyGraph.hs:65:26 In the definition of `prettyl' PrettyGraph.hs:67:39: Warning: This binding for `_tag' shadows the existing binding bound at PrettyGraph.hs:65:38 In the definition of `prettyl' PrettyGraph.hs:67:44: Warning: This binding for `_numKids' shadows the existing binding bound at PrettyGraph.hs:65:43 In the definition of `prettyl' PrettyGraph.hs:68:26: Warning: This binding for `_unique' shadows the existing binding bound at PrettyGraph.hs:65:26 In the definition of `prettyl' PrettyGraph.hs:68:38: Warning: This binding for `_tag' shadows the existing binding bound at PrettyGraph.hs:65:38 In the definition of `prettyl' PrettyGraph.hs:68:43: Warning: This binding for `_numKids' shadows the existing binding bound at PrettyGraph.hs:65:43 In the definition of `prettyl' PrettyGraph.hs:68:53: Warning: This binding for `x' shadows the existing binding bound at PrettyGraph.hs:65:53 In the definition of `prettyl' PrettyGraph.hs:68:55: Warning: This binding for `xs' shadows the existing binding bound at PrettyGraph.hs:65:55 In the definition of `prettyl' PrettyGraph.hs:74:0: Warning: Pattern match(es) are non-exhaustive In the definition of `prettyString': Patterns not matched: _ NullNode _ (DoubleNode _) _ (FloatNode _) _ (IntegerNode _) ... PrettyGraph.hs:80:17: Warning: This binding for `quotes' shadows the existing binding bound at PrettyGraph.hs:77:13 In the definition of `prettyl' PrettyGraph.hs:80:33: Warning: This binding for `_unique' shadows the existing binding bound at PrettyGraph.hs:77:29 In the definition of `prettyl' PrettyGraph.hs:80:46: Warning: This binding for `_tag' shadows the existing binding bound at PrettyGraph.hs:77:41 In the definition of `prettyl' PrettyGraph.hs:80:51: Warning: This binding for `_numKids' shadows the existing binding bound at PrettyGraph.hs:77:46 In the definition of `prettyl' PrettyGraph.hs:83:17: Warning: This binding for `quotes' shadows the existing binding bound at PrettyGraph.hs:77:13 In the definition of `prettyl' PrettyGraph.hs:83:33: Warning: This binding for `_unique' shadows the existing binding bound at PrettyGraph.hs:77:29 In the definition of `prettyl' PrettyGraph.hs:83:45: Warning: This binding for `_tag' shadows the existing binding bound at PrettyGraph.hs:77:41 In the definition of `prettyl' PrettyGraph.hs:83:50: Warning: This binding for `_numKids' shadows the existing binding bound at PrettyGraph.hs:77:46 In the definition of `prettyl' PrettyGraph.hs:83:60: Warning: This binding for `x' shadows the existing binding bound at PrettyGraph.hs:77:56 In the definition of `prettyl' PrettyGraph.hs:83:62: Warning: This binding for `xs' shadows the existing binding bound at PrettyGraph.hs:77:58 In the definition of `prettyl' PrettyGraph.hs:85:17: Warning: This binding for `quotes' shadows the existing binding bound at PrettyGraph.hs:77:13 In the definition of `prettyl' PrettyGraph.hs:85:17: Warning: Defined but not used: `quotes' PrettyGraph.hs:94:0: Warning: Pattern match(es) are non-exhaustive In the definition of `prettyTuple': Patterns not matched: NullNode DoubleNode _ FloatNode _ IntegerNode _ ... PrettyGraph.hs:94:49: Warning: Defined but not used: `kids' PrettyGraph.hs:97:18: Warning: This binding for `x' shadows the existing binding bound at PrettyGraph.hs:94:55 In the definition of `prettyl' PrettyGraph.hs:97:20: Warning: This binding for `xs' shadows the existing binding bound at PrettyGraph.hs:94:57 In the definition of `prettyl' PrettyGraph.hs:104:14: Warning: Defined but not used: `other' [3 of 3] Compiling Main ( Main.hs, dist/build/reify/reify-tmp/Main.o ) Main.hs:8:0: Warning: Module `Data.Char' is imported, but nothing from it is used, except perhaps instances visible in `Data.Char' To suppress this warning, use: import Data.Char() Main.hs:12:43: Warning: Defaulting the following constraint(s) to type `Integer' `Num t' arising from the literal `610' at Main.hs:12:43-45 In the first argument of `show', namely `610' In the second argument of `(++)', namely `show 610' In the second argument of `($)', namely `"GHC version: " ++ show 610' Main.hs:13:40: Warning: Defaulting the following constraint(s) to type `Integer' `Enum t' arising from the arithmetic sequence `1 .. ' at Main.hs:13:40-44 `Num t' arising from the literal `1' at Main.hs:13:41 In the second argument of `zip', namely `[1 .. ]' In the expression: zip "abcdefghij" ([1 .. ]) In the definition of `listTups': listTups = zip "abcdefghij" ([1 .. ]) Main.hs:23:8: Warning: This binding for `graph' shadows the existing binding bound at Main.hs:16:8 In a pattern binding in a 'do' expression Linking dist/build/reify/reify ... dist/build/reify/reify-tmp/ReifyHs.o: In function `s1Js_info': (.text+0x1405): undefined reference to `reifyC' collect2: ld returned 1 exit status *** Trying again with preferred-versions *** setup configure Configuring reify-0.1... Dependency base -any && -any && <4: using base-3.0.3.1 Dependency ghc -any && -any: using ghc-6.10.2 Using Cabal-1.6.0.1 compiled by ghc-6.8 Using compiler: ghc-6.10.2 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/reify-0.1/ghc-6.10.2 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/reify-0.1 Documentation installed in: /usr/local/tmp/archive/install/share/doc/reify-0.1 Using alex version 2.2 found on system at: /usr/bin/alex Using ar found on system at: /usr/bin/ar Using c2hs version 0.15.1 found on system at: /usr/local/bin/c2hs Using cpphs version 0.7 found on system at: /usr/bin/cpphs Using ffihugs found on system at: /usr/local/bin/ffihugs Using gcc version 4.3.3 found on system at: /usr/bin/gcc Using ghc version 6.10.2 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.10.2 found on system at: /usr/local/bin/ghc-pkg No greencard found Using haddock version 2.4.2 found on system at: /usr/local/bin/haddock Using happy version 1.17 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.9 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 nhc98 found Using pkg-config version 0.22 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 reify-0.1... Preprocessing executables for reify-0.1... Building reify-0.1... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc -package-name reify-0.1 --make -hide-all-packages -i -idist/build -i. -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 base-3.0.3.1 -package ghc-6.10.2 -O -XCPP -XForeignFunctionInterface PrettyGraph ReifyHs ReifyHs.hs:1:15: Warning: -ffi is deprecated: use -XForeignFunctionInterface or pragma {-# LANGUAGE ForeignFunctionInterface#-} instead [1 of 2] Compiling ReifyHs ( ReifyHs.hs, dist/build/ReifyHs.o ) [2 of 2] Compiling PrettyGraph ( PrettyGraph.hs, dist/build/PrettyGraph.o ) Linking... /usr/bin/ar q dist/build/libHSreify-0.1.a dist/build/PrettyGraph.o dist/build/ReifyHs.o /usr/bin/ar: creating dist/build/libHSreify-0.1.a /usr/bin/ld -x -r -o dist/build/HSreify-0.1.o.tmp dist/build/PrettyGraph.o dist/build/ReifyHs.o Building executable: reify... Creating dist/build/reify (and its parents) Creating dist/build/reify/reify-tmp (and its parents) /usr/local/bin/ghc -o dist/build/reify/reify --make -hide-all-packages -i -idist/build/reify/reify-tmp -i. -idist/build/autogen -Idist/build/autogen -Idist/build/reify/reify-tmp -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build/reify/reify-tmp -hidir dist/build/reify/reify-tmp -stubdir dist/build/reify/reify-tmp -package base-3.0.3.1 -package ghc-6.10.2 -O -O2 -Wall -optl-Wl,-s ./Main.hs ReifyHs.hs:1:15: Warning: -ffi is deprecated: use -XForeignFunctionInterface or pragma {-# LANGUAGE ForeignFunctionInterface#-} instead [1 of 3] Compiling ReifyHs ( ReifyHs.hs, dist/build/reify/reify-tmp/ReifyHs.o ) ReifyHs.hs:94:0: Warning: Pattern match(es) are non-exhaustive In the definition of `tagToKind': Patterns not matched: ghc-prim:GHC.Types.I# #x with #x `notElem` [1#, 2#, 3#, 4#, 5#, 6#, 7#, 8#, 9#, 10#, 11#, 12#, 13#] ReifyHs.hs:112:12: Warning: Defined but not used: `other' ReifyHs.hs:124:20: Warning: This binding for `tail' shadows the existing binding imported from Prelude In the definition of `isTupleDesc' ReifyHs.hs:132:19: Warning: Defined but not used: `other' ReifyHs.hs:133:15: Warning: Defined but not used: `other' ReifyHs.hs:134:13: Warning: Defined but not used: `other' [2 of 3] Compiling PrettyGraph ( PrettyGraph.hs, dist/build/reify/reify-tmp/PrettyGraph.o ) PrettyGraph.hs:33:18: Warning: This binding for `parens' shadows the existing binding bound at PrettyGraph.hs:27:13 In the definition of `prettyGraphApp' PrettyGraph.hs:33:25: Warning: This binding for `desc' shadows the existing binding bound at PrettyGraph.hs:27:43 In the definition of `prettyGraphApp' PrettyGraph.hs:33:30: Warning: This binding for `tag' shadows the existing binding bound at PrettyGraph.hs:27:48 In the definition of `prettyGraphApp' PrettyGraph.hs:33:30: Warning: Defined but not used: `tag' PrettyGraph.hs:33:34: Warning: This binding for `numKids' shadows the existing binding bound at PrettyGraph.hs:27:52 In the definition of `prettyGraphApp' PrettyGraph.hs:33:42: Warning: This binding for `kids' shadows the existing binding bound at PrettyGraph.hs:27:60 In the definition of `prettyGraphApp' PrettyGraph.hs:34:8: Warning: Pattern match(es) are non-exhaustive In a case alternative: Patterns not matched: GNull GDouble GFloat GInteger ... PrettyGraph.hs:44:14: Warning: This binding for `parens' shadows the existing binding bound at PrettyGraph.hs:27:13 In the definition of `prettyKids' PrettyGraph.hs:44:14: Warning: Defined but not used: `parens' PrettyGraph.hs:45:14: Warning: This binding for `parens' shadows the existing binding bound at PrettyGraph.hs:27:13 In the definition of `prettyKids' PrettyGraph.hs:46:14: Warning: This binding for `parens' shadows the existing binding bound at PrettyGraph.hs:27:13 In the definition of `prettyKids' PrettyGraph.hs:47:13: Warning: Defined but not used: `parens' PrettyGraph.hs:48:13: Warning: Defined but not used: `parens' PrettyGraph.hs:49:13: Warning: Defined but not used: `parens' PrettyGraph.hs:50:13: Warning: Defined but not used: `parens' PrettyGraph.hs:51:13: Warning: Defined but not used: `parens' PrettyGraph.hs:52:13: Warning: Defined but not used: `parens' PrettyGraph.hs:64:0: Warning: Pattern match(es) are non-exhaustive In the definition of `prettyListNormal': Patterns not matched: NullNode DoubleNode _ FloatNode _ IntegerNode _ ... PrettyGraph.hs:67:26: Warning: This binding for `_unique' shadows the existing binding bound at PrettyGraph.hs:65:26 In the definition of `prettyl' PrettyGraph.hs:67:39: Warning: This binding for `_tag' shadows the existing binding bound at PrettyGraph.hs:65:38 In the definition of `prettyl' PrettyGraph.hs:67:44: Warning: This binding for `_numKids' shadows the existing binding bound at PrettyGraph.hs:65:43 In the definition of `prettyl' PrettyGraph.hs:68:26: Warning: This binding for `_unique' shadows the existing binding bound at PrettyGraph.hs:65:26 In the definition of `prettyl' PrettyGraph.hs:68:38: Warning: This binding for `_tag' shadows the existing binding bound at PrettyGraph.hs:65:38 In the definition of `prettyl' PrettyGraph.hs:68:43: Warning: This binding for `_numKids' shadows the existing binding bound at PrettyGraph.hs:65:43 In the definition of `prettyl' PrettyGraph.hs:68:53: Warning: This binding for `x' shadows the existing binding bound at PrettyGraph.hs:65:53 In the definition of `prettyl' PrettyGraph.hs:68:55: Warning: This binding for `xs' shadows the existing binding bound at PrettyGraph.hs:65:55 In the definition of `prettyl' PrettyGraph.hs:74:0: Warning: Pattern match(es) are non-exhaustive In the definition of `prettyString': Patterns not matched: _ NullNode _ (DoubleNode _) _ (FloatNode _) _ (IntegerNode _) ... PrettyGraph.hs:80:17: Warning: This binding for `quotes' shadows the existing binding bound at PrettyGraph.hs:77:13 In the definition of `prettyl' PrettyGraph.hs:80:33: Warning: This binding for `_unique' shadows the existing binding bound at PrettyGraph.hs:77:29 In the definition of `prettyl' PrettyGraph.hs:80:46: Warning: This binding for `_tag' shadows the existing binding bound at PrettyGraph.hs:77:41 In the definition of `prettyl' PrettyGraph.hs:80:51: Warning: This binding for `_numKids' shadows the existing binding bound at PrettyGraph.hs:77:46 In the definition of `prettyl' PrettyGraph.hs:83:17: Warning: This binding for `quotes' shadows the existing binding bound at PrettyGraph.hs:77:13 In the definition of `prettyl' PrettyGraph.hs:83:33: Warning: This binding for `_unique' shadows the existing binding bound at PrettyGraph.hs:77:29 In the definition of `prettyl' PrettyGraph.hs:83:45: Warning: This binding for `_tag' shadows the existing binding bound at PrettyGraph.hs:77:41 In the definition of `prettyl' PrettyGraph.hs:83:50: Warning: This binding for `_numKids' shadows the existing binding bound at PrettyGraph.hs:77:46 In the definition of `prettyl' PrettyGraph.hs:83:60: Warning: This binding for `x' shadows the existing binding bound at PrettyGraph.hs:77:56 In the definition of `prettyl' PrettyGraph.hs:83:62: Warning: This binding for `xs' shadows the existing binding bound at PrettyGraph.hs:77:58 In the definition of `prettyl' PrettyGraph.hs:85:17: Warning: This binding for `quotes' shadows the existing binding bound at PrettyGraph.hs:77:13 In the definition of `prettyl' PrettyGraph.hs:85:17: Warning: Defined but not used: `quotes' PrettyGraph.hs:94:0: Warning: Pattern match(es) are non-exhaustive In the definition of `prettyTuple': Patterns not matched: NullNode DoubleNode _ FloatNode _ IntegerNode _ ... PrettyGraph.hs:94:49: Warning: Defined but not used: `kids' PrettyGraph.hs:97:18: Warning: This binding for `x' shadows the existing binding bound at PrettyGraph.hs:94:55 In the definition of `prettyl' PrettyGraph.hs:97:20: Warning: This binding for `xs' shadows the existing binding bound at PrettyGraph.hs:94:57 In the definition of `prettyl' PrettyGraph.hs:104:14: Warning: Defined but not used: `other' [3 of 3] Compiling Main ( Main.hs, dist/build/reify/reify-tmp/Main.o ) Main.hs:8:0: Warning: Module `Data.Char' is imported, but nothing from it is used, except perhaps instances visible in `Data.Char' To suppress this warning, use: import Data.Char() Main.hs:12:43: Warning: Defaulting the following constraint(s) to type `Integer' `Num t' arising from the literal `610' at Main.hs:12:43-45 In the first argument of `show', namely `610' In the second argument of `(++)', namely `show 610' In the second argument of `($)', namely `"GHC version: " ++ show 610' Main.hs:13:40: Warning: Defaulting the following constraint(s) to type `Integer' `Enum t' arising from the arithmetic sequence `1 .. ' at Main.hs:13:40-44 `Num t' arising from the literal `1' at Main.hs:13:41 In the second argument of `zip', namely `[1 .. ]' In the expression: zip "abcdefghij" ([1 .. ]) In the definition of `listTups': listTups = zip "abcdefghij" ([1 .. ]) Main.hs:23:8: Warning: This binding for `graph' shadows the existing binding bound at Main.hs:16:8 In a pattern binding in a 'do' expression Linking dist/build/reify/reify ... dist/build/reify/reify-tmp/ReifyHs.o: In function `s1Mn_info': (.text+0x16a1): undefined reference to `reifyC' collect2: ld returned 1 exit status