Commit Graph

7 Commits

Author SHA1 Message Date
dcoppa
5a10eaa1e1 Updates:
HDBC-2.3.1.0
HDBC-mysql-0.6.5.1
HDBC-sqlite3-2.3.3.0
2011-12-05 14:56:30 +00:00
kili
68bcd20076 Bump after ghc update. 2011-04-11 14:33:07 +00:00
jasper
3ebc791b85 - update hs-HDBC to 2.2.6.1
ok dcoppa@ (MAINTAINER)
2010-11-19 10:21:35 +00:00
jasper
7d9a103945 - regen plist after recent ghc.port.mk change
- adjust @exec/@unexec accordingly

"just go ahead" kili@
2010-10-28 13:51:00 +00:00
kili
bcea0ad2ce Silent register.sh/unregister.sh after the change to Cabal in ghc.
Run unregister.sh with `--force'.
2010-05-19 15:58:18 +00:00
kili
d73ffa853b 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@
2010-05-14 09:08:25 +00:00
dcoppa
567d3ac1b3 Import hs-HDBC, an abstraction layer between Haskell programs and SQL relational
databases.

Not yet wired to the build.

OK kili@
2010-04-14 06:30:49 +00:00