
Hi, Also I found that GHC 7.8.2 can compile yesod-bin but GHC 7.8.3 cannot: ---- [ 1 of 10] Compiling GhcBuild ( GhcBuild.hs, dist/build/yesod/yesod-tmp/GhcBuild.o ) GhcBuild.hs:150:55: Couldn't match type ‘Phase’ with ‘Bool -> Phase’ Expected type: [(String, Maybe (Bool -> Phase))] Actual type: [(String, Maybe Phase)] In the second argument of ‘partition’, namely ‘srcs’ In the expression: partition haskellish srcs ... Failed to install yesod-bin-1.2.9.2 ---- I have not time to investigate this by myself at this moment. --Kazu
Hi,
To test the coming GHC 7.8.3, I started to use the latest ghc-7.8 branch. Unfortunately, on my Mac, I saw many warnings which are not displayed with GHC 7.8.2:
clang: warning: argument unused during compilation: '-fno-stack-protector' clang: warning: argument unused during compilation: '-D TABLES_NEXT_TO_CODE' clang: warning: argument unused during compilation: '-I test' clang: warning: argument unused during compilation: '-I dist/build/spec/spec-tmp' clang: warning: argument unused during compilation: '-I dist/build/spec/spec-tmp' clang: warning: argument unused during compilation: '-I dist/build/autogen' clang: warning: argument unused during compilation: '-I dist/build/spec/spec-tmp'
Is this a known issue?
--Kazu _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs