Added my packages HTF, hscurses, xmlgen, and stm-stats

The HTF package require ./sandbox/bin to be in the PATH (HTF uses
the OPTIONS_GHC pragma to invoke cpphs with custom commandline
options).
This commit is contained in:
Stefan Wehr 2012-12-02 21:29:29 +01:00
parent 70178ed8a5
commit 7cb16ddf84

View File

@ -74,6 +74,9 @@ defaultStablePackages = execWriter $ do
mapM_ (add "Antoine Latter") $ words
"uuid byteorder"
mapM (add "Stefan Wehr <wehr@factisresearch.com>") $ words
"HTF hscurses xmlgen stm-stats"
where
add maintainer package = addRange maintainer package "-any"
addRange maintainer package range =