9 Commits

Author SHA1 Message Date
kili
7413449cd4 Dump after ghc changes. 2016-01-20 16:22:25 +00:00
kili
1ea21306b4 Update to hs-resourcet-1.1.7. 2015-12-28 12:54:50 +00:00
kili
b0d9e82e77 Update to hs-resourcet-0.4.7.2.
(*not* 1.1.3.1 for now)
2014-12-14 11:16:12 +00:00
kili
52db5b1530 Remove dependencies on devel/hs-haskeline and devel/hs-transformers,
to unbreak ports like databases/sqlports (noticed by naddy).

plist changes and bumps included, but a little bit pointless (the
ports are still unbuildable).
2014-12-03 21:56:43 +00:00
kili
e82a4eb5ec Update to resourcet-0.4.6. 2013-07-19 06:53:56 +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
07d31c5364 The Resource transformer keeps track of all registered actions, and
calls them upon exit (via 'runResourceT'). Actions may be registered
via 'register', or resources may be allocated atomically via
'allocate'. allocate corresponds closely to bracket.

ok matthew, sthen.
2012-08-30 20:53:14 +00:00