Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 15802791 | 2010-06-06 10:06:44 | Bump after the stupid ABI changes in GHC. | ||
| bcea0ad2 | 2010-05-19 15:58:18 | Silent register.sh/unregister.sh after the change to Cabal in ghc. Run unregister.sh with `--force'. | ||
| d73ffa85 | 2010-05-14 09:08:25 | Use @unexec. I must have been on drugs when using @unexec-delete for unregister.sh in all the new ghc libraries (which leads to bogus registered ghc packages after updates). You can use the command ghc-pkg check to check ghcs internal package list. If it reports missing files for some package (like hashed-storage-0.4.11), you can forcibly unregister it by running (as root) something like ghc-pkg unregister hashed-storage-0.4.11 ok dcoppa@ | ||
| be134e54 | 2010-04-15 14:24:47 | Import hs-HDBC-sqlite3, the Sqlite v3 driver for HDBC. Not yet wired to the build. OK kili@ |