7 Commits

Author SHA1 Message Date
kili
7dec3defca Adapt for ghc-8.6.4.
Joint work with Greg Steuck.
2019-09-30 12:58:07 +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
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
kili
017a353c8d Update MODGHC_PACKAGE_KEY and plist, bump. 2018-01-22 21:40:32 +00:00
kili
7638059ffb Regen package key. 2017-11-07 21:13:00 +00:00
kili
5c84ae53f1 Bump after ghc changes. 2016-01-20 16:20:43 +00:00
kili
ca652d33d1 Import devel/hs-data-ordlist.
This module implements bag and set operations on ordered lists. For
the purposes of this module, a "bag" (or "multiset") is a non-decreasing
list, whereas a "set" is a strictly ascending list. Bags are sorted
lists that may contain duplicates, whereas sets are sorted lists
that do not contain duplicates.

ok sthen@
2015-12-29 12:46:38 +00:00