Don't prematurely link shared libraries against the RTS package
authorSimon Marlow <marlowsd@gmail.com>
Thu, 24 Jul 2008 15:50:01 +0000 (15:50 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 24 Jul 2008 15:50:01 +0000 (15:50 +0000)
commit1a50b338952e91251197d4cf4c4f0a0e266e99a7
tree2a9ac897e64bc8d4ee2d08b912f15ce4094c3675
parentc29b47b74c7625c66d81405907e303ea66bdb061
Don't prematurely link shared libraries against the RTS package
We want to be able to pick the RTS flavour (e.g. -threaded) when we
link the final program.
compiler/main/DriverPipeline.hs
compiler/main/Packages.lhs