mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
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:
parent
70178ed8a5
commit
7cb16ddf84
@ -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 =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user