-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
36 lines (25 loc) · 1.48 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Haskell Maintainer's Toolkit
----------------------------
Small utility programs that help your work when maintaining Haskell
ports.
depcalc.hs -- Inverted dependency calculator (generic), see
the EuroBSDCon 2010 paper.
hs-dependencies.sh -- Generate a list of default inter-dependencies
between FreeBSD Haskell ports (requires a
cloned freebsd-haskell repository).
Depcalc.hs -- Dependency and topology calculation (forward,
backward) for FreeBSD Haskell ports, based on
the output generated by hs-dependencies.sh.
merge-trees-sdiff.sh -- Help to integrate the cloned freebsd-haskell
repository with the FreeBSD Ports Collection.
hs-ports.hs -- Miscellaneous utilities to get information about
hs- ports.
query.sh -- Get values of make(1) variable for all Haskell ports
in the tree; that is typically PKGVERSION.
Changes.hs -- Generate list of changes on each Subversion
integration.
get_hackage_log.sh -- Download and convert index.tar.gz of Hackage to a
simplified file for hsupdater to consume.
checkout-hs-ports.sh -- Check out lang/ghc and all of the Haskell Cabal ports
from the FreeBSD Subversion repository
MassChange.hs -- Change masses of ports using Haskell functions