15 Commits

Author SHA1 Message Date
kili
6c5a9a8b04 Fix dependencies.
Breakage noticed by naddy@.

From Greg Steuck.

Tested by

a) removing hs-sandi, darcs and hedgewars from my package repository and
   rebuilding them,

b) removing all haskell ports (except ghc itself) from my package
   repository and rebuilding everything.
2019-10-01 19:18:27 +00:00
kili
9202b05e18 Update to hs-resourcet-1.2.2.
Joint work with Greg Steuck.
2019-09-30 12:17:55 +00:00
kili
42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
kili
7c92081a23 Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:42:27 +00:00
kili
4d6d2d43ca Update to hs-resourcet-1.1.9. 2017-11-07 22:20:29 +00:00
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