*** setup configure setup/setup configure --ghc --user --prefix=/usr/local/tmp/archive/install --haddock-option=--use-contents=/package/epic-0.1.4 --haddock-option=--built-in-themes --verbose Configuring epic-0.1.4... Dependency Cabal -any: using Cabal-1.8.0.6 Dependency array -any: using array-0.3.0.1 Dependency base ==4.*: using base-4.2.0.2 Dependency directory -any: using directory-1.0.1.1 Dependency haskell98 -any: using haskell98-1.0.1.1 Dependency mtl -any: using mtl-1.1.1.0 make: Entering directory `/usr/local/tmp/archive/build/epic-0.1.4/evm' rm -f closure.o stdfuns.o libevm.a make: Leaving directory `/usr/local/tmp/archive/build/epic-0.1.4/evm' Using Cabal-1.8.0.2 compiled by ghc-6.12 Using compiler: ghc-6.12.3 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/epic-0.1.4/ghc-6.12.3 Private binaries installed in: /usr/local/tmp/archive/install/libexec Data files installed in: /usr/local/tmp/archive/install/share/epic-0.1.4 Documentation installed in: /usr/local/tmp/archive/install/share/doc/epic-0.1.4 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 6.12.3 found on system at: /usr/local/bin/ghc Using ghc-pkg version 6.12.3 found on system at: /usr/local/bin/ghc-pkg Using greencard found on system at: /usr/local/tmp/archive/install/bin/greencard Using haddock version 2.8.1 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.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 setup/setup build --verbose Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library epic-0.1.4... Preprocessing executables for epic-0.1.4... Building epic-0.1.4... Building library... Creating dist/build (and its parents) /usr/local/bin/ghc --make -package-name epic-0.1.4 -hide-all-packages -fbuilding-cabal-package -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-id Cabal-1.8.0.6-fbc519b7543237abfa4d5d0af63aa9bb -package-id array-0.3.0.1-438000c197b51c147f229b54edbf632e -package-id base-4.2.0.2-10bdacb430274706a59728e237e2bfb3 -package-id directory-1.0.1.1-f959a158a71fc63ca3822eaf49ec66dc -package-id haskell98-1.0.1.1-4d2891ad99eae334ff8234bcfbddce06 -package-id mtl-1.1.1.0-d036dc304ce29f3ccf77920ec7880651 -O Epic.Compiler Epic.Bytecode Epic.Parser Epic.Scopecheck Epic.Language Epic.Lexer Epic.CodegenC Epic.OTTLang Epic.Simplify Paths_epic [ 4 of 10] Compiling Epic.Bytecode ( Epic/Bytecode.lhs, dist/build/Epic/Bytecode.o ) [ 5 of 10] Compiling Epic.CodegenC ( Epic/CodegenC.lhs, dist/build/Epic/CodegenC.o ) [ 6 of 10] Compiling Epic.Lexer ( Epic/Lexer.lhs, dist/build/Epic/Lexer.o ) [ 7 of 10] Compiling Epic.Parser ( dist/build/Epic/Parser.hs, dist/build/Epic/Parser.o ) templates/GenericTemplate.hs:110:15: Warning: Bindings containing unlifted types must use an outermost bang pattern: { new_state = (n -# (1# :: Int#)) } *** This will be an error in GHC 6.14! Fix your code now! In a case alternative: n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) In the expression: case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } In the definition of `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off +# i) check = if (off_i >=# (0# :: Int#)) then (indexShortOffAddr happyCheck off_i ==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:111:9: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off = indexShortOffAddr happyActOffsets st } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off +# i) check = if (off_i >=# (0# :: Int#)) then (indexShortOffAddr happyCheck off_i ==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:112:2: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off_i = (off +# i) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off +# i) check = if (off_i >=# (0# :: Int#)) then (indexShortOffAddr happyCheck off_i ==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:116:3: Warning: Bindings containing unlifted types must use an outermost bang pattern: { action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off +# i) check = if (off_i >=# (0# :: Int#)) then (indexShortOffAddr happyCheck off_i ==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:139:1: Warning: Bindings containing unlifted types must use an outermost bang pattern: { i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = narrow16Int# i where i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) low = int2Word# (ord# (indexCharOffAddr# arr off')) off' = off *# 2# templates/GenericTemplate.hs:143:1: Warning: Bindings containing unlifted types must use an outermost bang pattern: { high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = narrow16Int# i where i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) low = int2Word# (ord# (indexCharOffAddr# arr off')) off' = off *# 2# templates/GenericTemplate.hs:144:1: Warning: Bindings containing unlifted types must use an outermost bang pattern: { low = int2Word# (ord# (indexCharOffAddr# arr off')) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = narrow16Int# i where i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) low = int2Word# (ord# (indexCharOffAddr# arr off')) off' = off *# 2# templates/GenericTemplate.hs:145:1: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off' = off *# 2# } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = narrow16Int# i where i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) low = int2Word# (ord# (indexCharOffAddr# arr off')) off' = off *# 2# templates/GenericTemplate.hs:175:9: Warning: Bindings containing unlifted types must use an outermost bang pattern: { i = (case unsafeCoerce# x of { (I# (i)) -> i }) } *** This will be an error in GHC 6.14! Fix your code now! In the expression: let i = (case unsafeCoerce# x of { (I# (i)) -> i }) in happyDoAction i tk new_state (HappyCons (st) (sts)) (stk) In the definition of `happyShift': happyShift new_state 0# tk st sts (stk@(x HappyStk _)) = let i = (case unsafeCoerce# x of { (I# (i)) -> ... }) in happyDoAction i tk new_state (HappyCons (st) (sts)) (stk) templates/GenericTemplate.hs:219:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (Epic.Parser.HappyCons (st) (sts)) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonadReduce': happyMonadReduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyGoto nt j tk st1 sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk templates/GenericTemplate.hs:226:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (Epic.Parser.HappyCons (st) (sts)) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off +# nt) .... templates/GenericTemplate.hs:229:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off = indexShortOffAddr happyGotoOffsets st1 } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off +# nt) .... templates/GenericTemplate.hs:230:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off_i = (off +# nt) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off +# nt) .... templates/GenericTemplate.hs:231:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { new_state = indexShortOffAddr happyTable off_i } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off +# nt) .... templates/GenericTemplate.hs:249:9: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off = indexShortOffAddr happyGotoOffsets st } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyGoto': happyGoto nt j tk st = happyDoAction j tk new_state where off = indexShortOffAddr happyGotoOffsets st off_i = (off +# nt) new_state = indexShortOffAddr happyTable off_i templates/GenericTemplate.hs:250:2: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off_i = (off +# nt) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyGoto': happyGoto nt j tk st = happyDoAction j tk new_state where off = indexShortOffAddr happyGotoOffsets st off_i = (off +# nt) new_state = indexShortOffAddr happyTable off_i templates/GenericTemplate.hs:251:3: Warning: Bindings containing unlifted types must use an outermost bang pattern: { new_state = indexShortOffAddr happyTable off_i } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyGoto': happyGoto nt j tk st = happyDoAction j tk new_state where off = indexShortOffAddr happyGotoOffsets st off_i = (off +# nt) new_state = indexShortOffAddr happyTable off_i [ 8 of 10] Compiling Epic.Scopecheck ( Epic/Scopecheck.lhs, dist/build/Epic/Scopecheck.o ) [10 of 10] Compiling Epic.Compiler ( Epic/Compiler.lhs, dist/build/Epic/Compiler.o ) Linking... /usr/bin/ar -r dist/build/libHSepic-0.1.4.a dist/build/Epic/Compiler.o dist/build/Epic/Bytecode.o dist/build/Epic/Parser.o dist/build/Epic/Scopecheck.o dist/build/Epic/Language.o dist/build/Epic/Lexer.o dist/build/Epic/CodegenC.o dist/build/Epic/OTTLang.o dist/build/Epic/Simplify.o dist/build/Paths_epic.o /usr/bin/ar: creating dist/build/libHSepic-0.1.4.a /usr/bin/ld -x -r -o dist/build/HSepic-0.1.4.o dist/build/Epic/Compiler.o dist/build/Epic/Bytecode.o dist/build/Epic/Parser.o dist/build/Epic/Scopecheck.o dist/build/Epic/Language.o dist/build/Epic/Lexer.o dist/build/Epic/CodegenC.o dist/build/Epic/OTTLang.o dist/build/Epic/Simplify.o dist/build/Paths_epic.o /usr/local/bin/ghc --abi-hash -package-name epic-0.1.4 -hide-all-packages -fbuilding-cabal-package -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-id Cabal-1.8.0.6-fbc519b7543237abfa4d5d0af63aa9bb -package-id array-0.3.0.1-438000c197b51c147f229b54edbf632e -package-id base-4.2.0.2-10bdacb430274706a59728e237e2bfb3 -package-id directory-1.0.1.1-f959a158a71fc63ca3822eaf49ec66dc -package-id haskell98-1.0.1.1-4d2891ad99eae334ff8234bcfbddce06 -package-id mtl-1.1.1.0-d036dc304ce29f3ccf77920ec7880651 -O Epic.Compiler Registering epic-0.1.4... /usr/local/bin/ghc-pkg update - --package-conf=dist/package.conf.inplace Building executable epic... Creating dist/build/epic (and its parents) Creating dist/build/epic/epic-tmp (and its parents) /usr/local/bin/ghc --make -o dist/build/epic/epic -hide-all-packages -fbuilding-cabal-package -package-conf dist/package.conf.inplace -i -idist/build/epic/epic-tmp -i. -idist/build/autogen -Idist/build/autogen -Idist/build/epic/epic-tmp -optP-include -optPdist/build/autogen/cabal_macros.h -odir dist/build/epic/epic-tmp -hidir dist/build/epic/epic-tmp -stubdir dist/build/epic/epic-tmp -package-id Cabal-1.8.0.6-fbc519b7543237abfa4d5d0af63aa9bb -package-id array-0.3.0.1-438000c197b51c147f229b54edbf632e -package-id base-4.2.0.2-10bdacb430274706a59728e237e2bfb3 -package-id directory-1.0.1.1-f959a158a71fc63ca3822eaf49ec66dc -package-id haskell98-1.0.1.1-4d2891ad99eae334ff8234bcfbddce06 -package-id mtl-1.1.1.0-d036dc304ce29f3ccf77920ec7880651 -O ./Main.lhs [ 4 of 10] Compiling Epic.Bytecode ( Epic/Bytecode.lhs, dist/build/epic/epic-tmp/Epic/Bytecode.o ) [ 5 of 10] Compiling Epic.CodegenC ( Epic/CodegenC.lhs, dist/build/epic/epic-tmp/Epic/CodegenC.o ) [ 6 of 10] Compiling Epic.Lexer ( Epic/Lexer.lhs, dist/build/epic/epic-tmp/Epic/Lexer.o ) [ 7 of 10] Compiling Epic.Parser ( dist/build/epic/epic-tmp/Epic/Parser.hs, dist/build/epic/epic-tmp/Epic/Parser.o ) templates/GenericTemplate.hs:110:15: Warning: Bindings containing unlifted types must use an outermost bang pattern: { new_state = (n -# (1# :: Int#)) } *** This will be an error in GHC 6.14! Fix your code now! In a case alternative: n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) In the expression: case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } In the definition of `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off +# i) check = if (off_i >=# (0# :: Int#)) then (indexShortOffAddr happyCheck off_i ==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:111:9: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off = indexShortOffAddr happyActOffsets st } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off +# i) check = if (off_i >=# (0# :: Int#)) then (indexShortOffAddr happyCheck off_i ==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:112:2: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off_i = (off +# i) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off +# i) check = if (off_i >=# (0# :: Int#)) then (indexShortOffAddr happyCheck off_i ==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:116:3: Warning: Bindings containing unlifted types must use an outermost bang pattern: { action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyDoAction': happyDoAction i tk st = case action of { 0# -> happyFail i tk st -1# -> happyAccept i tk st n | (n <# (0# :: Int#)) -> (happyReduceArr ! rule) i tk st where rule = (I# ((negateInt# ((n +# (1# :: Int#)))))) n -> happyShift new_state i tk st where new_state = (n -# (1# :: Int#)) } where off = indexShortOffAddr happyActOffsets st off_i = (off +# i) check = if (off_i >=# (0# :: Int#)) then (indexShortOffAddr happyCheck off_i ==# i) else False action | check = indexShortOffAddr happyTable off_i | otherwise = indexShortOffAddr happyDefActions st templates/GenericTemplate.hs:139:1: Warning: Bindings containing unlifted types must use an outermost bang pattern: { i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = narrow16Int# i where i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) low = int2Word# (ord# (indexCharOffAddr# arr off')) off' = off *# 2# templates/GenericTemplate.hs:143:1: Warning: Bindings containing unlifted types must use an outermost bang pattern: { high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = narrow16Int# i where i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) low = int2Word# (ord# (indexCharOffAddr# arr off')) off' = off *# 2# templates/GenericTemplate.hs:144:1: Warning: Bindings containing unlifted types must use an outermost bang pattern: { low = int2Word# (ord# (indexCharOffAddr# arr off')) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = narrow16Int# i where i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) low = int2Word# (ord# (indexCharOffAddr# arr off')) off' = off *# 2# templates/GenericTemplate.hs:145:1: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off' = off *# 2# } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `indexShortOffAddr': indexShortOffAddr (HappyA# arr) off = narrow16Int# i where i = word2Int# ((high `uncheckedShiftL#` 8#) `or#` low) high = int2Word# (ord# (indexCharOffAddr# arr (off' +# 1#))) low = int2Word# (ord# (indexCharOffAddr# arr off')) off' = off *# 2# templates/GenericTemplate.hs:175:9: Warning: Bindings containing unlifted types must use an outermost bang pattern: { i = (case unsafeCoerce# x of { (I# (i)) -> i }) } *** This will be an error in GHC 6.14! Fix your code now! In the expression: let i = (case unsafeCoerce# x of { (I# (i)) -> i }) in happyDoAction i tk new_state (HappyCons (st) (sts)) (stk) In the definition of `happyShift': happyShift new_state 0# tk st sts (stk@(x HappyStk _)) = let i = (case unsafeCoerce# x of { (I# (i)) -> ... }) in happyDoAction i tk new_state (HappyCons (st) (sts)) (stk) templates/GenericTemplate.hs:219:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (Epic.Parser.HappyCons (st) (sts)) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonadReduce': happyMonadReduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyGoto nt j tk st1 sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk templates/GenericTemplate.hs:226:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (Epic.Parser.HappyCons (st) (sts)) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off +# nt) .... templates/GenericTemplate.hs:229:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off = indexShortOffAddr happyGotoOffsets st1 } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off +# nt) .... templates/GenericTemplate.hs:230:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off_i = (off +# nt) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off +# nt) .... templates/GenericTemplate.hs:231:13: Warning: Bindings containing unlifted types must use an outermost bang pattern: { new_state = indexShortOffAddr happyTable off_i } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyMonad2Reduce': happyMonad2Reduce k nt fn j tk st sts stk = happyThen1 (fn stk tk) (\ r -> happyNewToken new_state sts1 (r `HappyStk` drop_stk)) where (sts1@((HappyCons ((st1@(action))) (_)))) = happyDrop k (HappyCons (st) (sts)) drop_stk = happyDropStk k stk off = indexShortOffAddr happyGotoOffsets st1 off_i = (off +# nt) .... templates/GenericTemplate.hs:249:9: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off = indexShortOffAddr happyGotoOffsets st } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyGoto': happyGoto nt j tk st = happyDoAction j tk new_state where off = indexShortOffAddr happyGotoOffsets st off_i = (off +# nt) new_state = indexShortOffAddr happyTable off_i templates/GenericTemplate.hs:250:2: Warning: Bindings containing unlifted types must use an outermost bang pattern: { off_i = (off +# nt) } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyGoto': happyGoto nt j tk st = happyDoAction j tk new_state where off = indexShortOffAddr happyGotoOffsets st off_i = (off +# nt) new_state = indexShortOffAddr happyTable off_i templates/GenericTemplate.hs:251:3: Warning: Bindings containing unlifted types must use an outermost bang pattern: { new_state = indexShortOffAddr happyTable off_i } *** This will be an error in GHC 6.14! Fix your code now! In the definition of `happyGoto': happyGoto nt j tk st = happyDoAction j tk new_state where off = indexShortOffAddr happyGotoOffsets st off_i = (off +# nt) new_state = indexShortOffAddr happyTable off_i [ 8 of 10] Compiling Epic.Scopecheck ( Epic/Scopecheck.lhs, dist/build/epic/epic-tmp/Epic/Scopecheck.o ) [ 9 of 10] Compiling Epic.Compiler ( Epic/Compiler.lhs, dist/build/epic/epic-tmp/Epic/Compiler.o ) [10 of 10] Compiling Main ( Main.lhs, dist/build/epic/epic-tmp/Main.o ) Linking dist/build/epic/epic ... make: Entering directory `/usr/local/tmp/archive/build/epic-0.1.4/evm' gcc -Wall -O3 -c -o closure.o closure.c In file included from closure.c:1: closure.h:11:19: error: gc/gc.h: No such file or directory closure.c: In function ‘CLOSURE’: closure.c:100: warning: implicit declaration of function ‘GC_MALLOC’ closure.c:100: warning: initialization makes pointer from integer without a cast closure.c: In function ‘CONSTRUCTORn’: closure.c:120: warning: initialization makes pointer from integer without a cast closure.c: In function ‘CONSTRUCTOR1’: closure.c:136: warning: initialization makes pointer from integer without a cast closure.c: In function ‘CONSTRUCTOR2’: closure.c:148: warning: initialization makes pointer from integer without a cast closure.c: In function ‘CONSTRUCTOR3’: closure.c:161: warning: initialization makes pointer from integer without a cast closure.c: In function ‘CONSTRUCTOR4’: closure.c:175: warning: initialization makes pointer from integer without a cast closure.c: In function ‘CONSTRUCTOR5’: closure.c:190: warning: initialization makes pointer from integer without a cast closure.c: In function ‘CLOSURE_ADDN’: closure.c:217: warning: implicit declaration of function ‘GC_REALLOC’ closure.c: In function ‘CLOSURE_APPLY’: closure.c:351: warning: initialization makes pointer from integer without a cast closure.c: In function ‘aux_CLOSURE_APPLY1’: closure.c:374: warning: initialization makes pointer from integer without a cast closure.c: In function ‘aux_CLOSURE_APPLY2’: closure.c:393: warning: initialization makes pointer from integer without a cast closure.c: In function ‘aux_CLOSURE_APPLY3’: closure.c:413: warning: initialization makes pointer from integer without a cast closure.c: In function ‘aux_CLOSURE_APPLY4’: closure.c:434: warning: initialization makes pointer from integer without a cast closure.c: In function ‘aux_CLOSURE_APPLY5’: closure.c:456: warning: initialization makes pointer from integer without a cast closure.c: In function ‘NEWBIGINT’: closure.c:665: warning: initialization makes pointer from integer without a cast closure.c: In function ‘MKBIGINT’: closure.c:678: warning: initialization makes pointer from integer without a cast closure.c: In function ‘MKSTR’: closure.c:704: warning: initialization makes pointer from integer without a cast closure.c: In function ‘init_evm’: closure.c:747: warning: assignment makes pointer from integer without a cast make: *** [closure.o] Error 1 make: Leaving directory `/usr/local/tmp/archive/build/epic-0.1.4/evm' *** setup haddock setup/setup haddock --verbose --html-location=/packages/archive/$pkg/$version/doc/html --hyperlink-source Running Haddock for epic-0.1.4... /usr/local/bin/haddock --use-contents=/package/epic-0.1.4 --built-in-themes --ghc-version Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library epic-0.1.4... Preprocessing executables for epic-0.1.4... Running hscolour for epic-0.1.4... Creating dist/doc/html/epic (and its parents) Creating dist/doc/html/epic/src (and its parents) /usr/local/bin/HsColour -print-css -odist/doc/html/epic/src/hscolour.css /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Epic-Compiler.html Epic/Compiler.lhs /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Epic-Bytecode.html Epic/Bytecode.lhs /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Epic-Parser.html dist/build/Epic/Parser.hs /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Epic-Scopecheck.html Epic/Scopecheck.lhs /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Epic-Language.html Epic/Language.lhs /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Epic-Lexer.html Epic/Lexer.lhs /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Epic-CodegenC.html Epic/CodegenC.lhs /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Epic-OTTLang.html Epic/OTTLang.lhs /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Epic-Simplify.html Epic/Simplify.lhs /usr/local/bin/HsColour -css -anchor -odist/doc/html/epic/src/Paths_epic.html dist/build/autogen/Paths_epic.hs Warning: The documentation for the following packages are not installed. No links will be generated to these packages: ffi-1.0, rts-1.0 /usr/local/bin/ghc --print-libdir copy Epic/Compiler.lhs to dist/build/tmp31238/Epic/Compiler.lhs copy Epic/Bytecode.lhs to dist/build/tmp31238/Epic/Bytecode.lhs copy dist/build/Epic/Parser.hs to dist/build/tmp31238/dist/build/Epic/Parser.hs copy Epic/Scopecheck.lhs to dist/build/tmp31238/Epic/Scopecheck.lhs copy Epic/Language.lhs to dist/build/tmp31238/Epic/Language.lhs copy Epic/Lexer.lhs to dist/build/tmp31238/Epic/Lexer.lhs copy Epic/CodegenC.lhs to dist/build/tmp31238/Epic/CodegenC.lhs copy Epic/OTTLang.lhs to dist/build/tmp31238/Epic/OTTLang.lhs copy Epic/Simplify.lhs to dist/build/tmp31238/Epic/Simplify.lhs copy dist/build/autogen/Paths_epic.hs to dist/build/tmp31238/dist/build/autogen/Paths_epic.hs Creating dist/doc/html/epic/ (and its parents) /usr/local/bin/haddock --use-contents=/package/epic-0.1.4 --built-in-themes --prologue=dist/doc/html/epic/haddock-prolog31238.txt --dump-interface=dist/doc/html/epic/epic.haddock --optghc=-package-name --optghc=epic-0.1.4 --hide=Epic.Bytecode --hide=Epic.Parser --hide=Epic.Scopecheck --hide=Epic.Language --hide=Epic.Lexer --hide=Epic.CodegenC --hide=Epic.OTTLang --hide=Epic.Simplify --hide=Paths_epic --source-module=src/%{MODULE/./-}.html --source-entity=src/%{MODULE/./-}.html#%{NAME} --verbosity=1 --html --read-interface=/packages/archive/Cabal/1.8.0.6/doc/html,/usr/local/share/doc/ghc/html/libraries/Cabal-1.8.0.6/Cabal.haddock --read-interface=/packages/archive/array/0.3.0.1/doc/html,/usr/local/share/doc/ghc/html/libraries/array-0.3.0.1/array.haddock --read-interface=/packages/archive/base/4.2.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/base-4.2.0.2/base.haddock --read-interface=/packages/archive/containers/0.3.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/containers-0.3.0.0/containers.haddock --read-interface=/packages/archive/directory/1.0.1.1/doc/html,/usr/local/share/doc/ghc/html/libraries/directory-1.0.1.1/directory.haddock --read-interface=/packages/archive/filepath/1.1.0.4/doc/html,/usr/local/share/doc/ghc/html/libraries/filepath-1.1.0.4/filepath.haddock --read-interface=/packages/archive/ghc-prim/0.2.0.0/doc/html,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=/packages/archive/haskell98/1.0.1.1/doc/html,/usr/local/share/doc/ghc/html/libraries/haskell98-1.0.1.1/haskell98.haddock --read-interface=/packages/archive/integer-gmp/0.2.0.1/doc/html,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/integer-gmp.haddock --read-interface=/packages/archive/mtl/1.1.1.0/doc/html,/usr/local/tmp/archive/install/share/doc/mtl-1.1.1.0/html/mtl.haddock --read-interface=/packages/archive/old-locale/1.0.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/old-locale-1.0.0.2/old-locale.haddock --read-interface=/packages/archive/old-time/1.0.0.5/doc/html,/usr/local/share/doc/ghc/html/libraries/old-time-1.0.0.5/old-time.haddock --read-interface=/packages/archive/pretty/1.0.1.1/doc/html,/usr/local/share/doc/ghc/html/libraries/pretty-1.0.1.1/pretty.haddock --read-interface=/packages/archive/process/1.0.1.3/doc/html,/usr/local/share/doc/ghc/html/libraries/process-1.0.1.3/process.haddock --read-interface=/packages/archive/random/1.0.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/random-1.0.0.2/random.haddock --read-interface=/packages/archive/time/1.1.4/doc/html,/usr/local/share/doc/ghc/html/libraries/time-1.1.4/time.haddock --read-interface=/packages/archive/unix/2.4.0.2/doc/html,/usr/local/share/doc/ghc/html/libraries/unix-2.4.0.2/unix.haddock --odir=dist/doc/html/epic/ --title=epic-0.1.4: Compiler for a supercombinator language --optghc=-hide-all-packages --optghc=-fbuilding-cabal-package --optghc=-i --optghc=-idist/build --optghc=-i. --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-odir --optghc=dist/build --optghc=-hidir --optghc=dist/build --optghc=-stubdir --optghc=dist/build --optghc=-package-id --optghc=Cabal-1.8.0.6-fbc519b7543237abfa4d5d0af63aa9bb --optghc=-package-id --optghc=array-0.3.0.1-438000c197b51c147f229b54edbf632e --optghc=-package-id --optghc=base-4.2.0.2-10bdacb430274706a59728e237e2bfb3 --optghc=-package-id --optghc=directory-1.0.1.1-f959a158a71fc63ca3822eaf49ec66dc --optghc=-package-id --optghc=haskell98-1.0.1.1-4d2891ad99eae334ff8234bcfbddce06 --optghc=-package-id --optghc=mtl-1.1.1.0-d036dc304ce29f3ccf77920ec7880651 --optghc=-O -B/usr/local/lib/ghc-6.12.3 dist/build/tmp31238/Epic/Compiler.hs dist/build/tmp31238/Epic/Bytecode.hs dist/build/tmp31238/dist/build/Epic/Parser.hs dist/build/tmp31238/Epic/Scopecheck.hs dist/build/tmp31238/Epic/Language.hs dist/build/tmp31238/Epic/Lexer.hs dist/build/tmp31238/Epic/CodegenC.hs dist/build/tmp31238/Epic/OTTLang.hs dist/build/tmp31238/Epic/Simplify.hs dist/build/tmp31238/dist/build/autogen/Paths_epic.hs Documentation created: dist/doc/html/epic/index.html setup/setup haddock --verbose --hoogle Running Haddock for epic-0.1.4... /usr/local/bin/haddock --use-contents=/package/epic-0.1.4 --built-in-themes --ghc-version Creating dist/build (and its parents) Creating dist/build/autogen (and its parents) Preprocessing library epic-0.1.4... Preprocessing executables for epic-0.1.4... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: ffi-1.0, rts-1.0 /usr/local/bin/ghc --print-libdir copy Epic/Compiler.lhs to dist/build/tmp31258/Epic/Compiler.lhs copy Epic/Bytecode.lhs to dist/build/tmp31258/Epic/Bytecode.lhs copy dist/build/Epic/Parser.hs to dist/build/tmp31258/dist/build/Epic/Parser.hs copy Epic/Scopecheck.lhs to dist/build/tmp31258/Epic/Scopecheck.lhs copy Epic/Language.lhs to dist/build/tmp31258/Epic/Language.lhs copy Epic/Lexer.lhs to dist/build/tmp31258/Epic/Lexer.lhs copy Epic/CodegenC.lhs to dist/build/tmp31258/Epic/CodegenC.lhs copy Epic/OTTLang.lhs to dist/build/tmp31258/Epic/OTTLang.lhs copy Epic/Simplify.lhs to dist/build/tmp31258/Epic/Simplify.lhs copy dist/build/autogen/Paths_epic.hs to dist/build/tmp31258/dist/build/autogen/Paths_epic.hs Creating dist/doc/html/epic/ (and its parents) /usr/local/bin/haddock --use-contents=/package/epic-0.1.4 --built-in-themes --prologue=dist/doc/html/epic/haddock-prolog31258.txt --dump-interface=dist/doc/html/epic/epic.haddock --optghc=-package-name --optghc=epic-0.1.4 --hide=Epic.Bytecode --hide=Epic.Parser --hide=Epic.Scopecheck --hide=Epic.Language --hide=Epic.Lexer --hide=Epic.CodegenC --hide=Epic.OTTLang --hide=Epic.Simplify --hide=Paths_epic --verbosity=1 --hoogle --read-interface=/usr/local/share/doc/ghc/html/libraries/Cabal-1.8.0.6,/usr/local/share/doc/ghc/html/libraries/Cabal-1.8.0.6/Cabal.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/array-0.3.0.1,/usr/local/share/doc/ghc/html/libraries/array-0.3.0.1/array.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/base-4.2.0.2,/usr/local/share/doc/ghc/html/libraries/base-4.2.0.2/base.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/containers-0.3.0.0,/usr/local/share/doc/ghc/html/libraries/containers-0.3.0.0/containers.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/directory-1.0.1.1,/usr/local/share/doc/ghc/html/libraries/directory-1.0.1.1/directory.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/filepath-1.1.0.4,/usr/local/share/doc/ghc/html/libraries/filepath-1.1.0.4/filepath.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0,/usr/local/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/haskell98-1.0.1.1,/usr/local/share/doc/ghc/html/libraries/haskell98-1.0.1.1/haskell98.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.2.0.1,/usr/local/share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/integer-gmp.haddock --read-interface=/usr/local/tmp/archive/install/share/doc/mtl-1.1.1.0/html,/usr/local/tmp/archive/install/share/doc/mtl-1.1.1.0/html/mtl.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/old-locale-1.0.0.2,/usr/local/share/doc/ghc/html/libraries/old-locale-1.0.0.2/old-locale.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/old-time-1.0.0.5,/usr/local/share/doc/ghc/html/libraries/old-time-1.0.0.5/old-time.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/pretty-1.0.1.1,/usr/local/share/doc/ghc/html/libraries/pretty-1.0.1.1/pretty.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/process-1.0.1.3,/usr/local/share/doc/ghc/html/libraries/process-1.0.1.3/process.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/random-1.0.0.2,/usr/local/share/doc/ghc/html/libraries/random-1.0.0.2/random.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/time-1.1.4,/usr/local/share/doc/ghc/html/libraries/time-1.1.4/time.haddock --read-interface=/usr/local/share/doc/ghc/html/libraries/unix-2.4.0.2,/usr/local/share/doc/ghc/html/libraries/unix-2.4.0.2/unix.haddock --odir=dist/doc/html/epic/ --title=epic-0.1.4: Compiler for a supercombinator language --optghc=-hide-all-packages --optghc=-fbuilding-cabal-package --optghc=-i --optghc=-idist/build --optghc=-i. --optghc=-idist/build/autogen --optghc=-Idist/build/autogen --optghc=-Idist/build --optghc=-optP-include --optghc=-optPdist/build/autogen/cabal_macros.h --optghc=-odir --optghc=dist/build --optghc=-hidir --optghc=dist/build --optghc=-stubdir --optghc=dist/build --optghc=-package-id --optghc=Cabal-1.8.0.6-fbc519b7543237abfa4d5d0af63aa9bb --optghc=-package-id --optghc=array-0.3.0.1-438000c197b51c147f229b54edbf632e --optghc=-package-id --optghc=base-4.2.0.2-10bdacb430274706a59728e237e2bfb3 --optghc=-package-id --optghc=directory-1.0.1.1-f959a158a71fc63ca3822eaf49ec66dc --optghc=-package-id --optghc=haskell98-1.0.1.1-4d2891ad99eae334ff8234bcfbddce06 --optghc=-package-id --optghc=mtl-1.1.1.0-d036dc304ce29f3ccf77920ec7880651 --optghc=-O -B/usr/local/lib/ghc-6.12.3 dist/build/tmp31258/Epic/Compiler.hs dist/build/tmp31258/Epic/Bytecode.hs dist/build/tmp31258/dist/build/Epic/Parser.hs dist/build/tmp31258/Epic/Scopecheck.hs dist/build/tmp31258/Epic/Language.hs dist/build/tmp31258/Epic/Lexer.hs dist/build/tmp31258/Epic/CodegenC.hs dist/build/tmp31258/Epic/OTTLang.hs dist/build/tmp31258/Epic/Simplify.hs dist/build/tmp31258/dist/build/autogen/Paths_epic.hs Documentation created: dist/doc/html/epic/epic.txt *** setup install setup/setup install --verbose directory dist/doc/html/epic does exist: True Creating /usr/local/tmp/archive/install/share/epic-0.1.4/evm (and its parents) Installing evm/libevm.a to /usr/local/tmp/archive/install/share/epic-0.1.4/evm/libevm.a setup: evm/libevm.a: does not exist