Implement "ghc --abi-hash M1 M2 ..."
authorSimon Marlow <marlowsd@gmail.com>
Wed, 29 Jul 2009 13:21:25 +0000 (13:21 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 29 Jul 2009 13:21:25 +0000 (13:21 +0000)
commitc7170e8e18c97527c256469a5ebbc5c724d6a900
tree92dfca20ddea24d390ae3bdb0b321eb856ef5e79
parent430cdb1310a82a7112c00a5f5af2f503d27f0684
Implement "ghc --abi-hash M1 M2 ..."
This prints a combined hash of the ABIs exposed by the modules listed
on the command line.  It will be used by Cabal for generating a
package Id based on the actual ABI of a package.
ghc/Main.hs