8 Commits

Author SHA1 Message Date
kili
c8d40295f3 Adjust MODGHC_PACKAGE_KEY. 2015-12-20 11:30:35 +00:00
kili
a94f3bd2c7 Set MODGHC_PACKAGE_KEY and adjust plist. 2015-09-20 18:29:20 +00:00
kili
ad6ebe9b7d Update dependencies and plists and bump. 2014-11-25 22:11:02 +00:00
kili
8182429b70 Fix dependencies and bump. 2013-07-18 22:23:18 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
kili
be7ce949cf Regenerate plist for profiling libs. 2013-01-20 17:56:05 +00:00
kili
2acb3c8385 Move the @exec and @unexec lines running the {,un}register.sh scripts
and the line with the unregister.sh script down to the bottom of
the plist. Silences all the blurb about ".../*.haddock doesn't exist
or isn't a file."
2012-10-28 23:24:28 +00:00
kili
3456fbfc81 A vault is a persistent store for values of arbitrary types. It's
like having first-class access to the storage space behind IORefs.
The data structure is analogous to a bank vault, where you can
access different bank boxes with different keys; hence the name.
Also provided is a /locker/ type, representing a store for a single
element.

ok matthew, sthen.
2012-08-30 20:55:05 +00:00