mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-15 15:55:50 +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
|
mapM_ (add "Antoine Latter") $ words
|
||||||
"uuid byteorder"
|
"uuid byteorder"
|
||||||
|
|
||||||
|
mapM (add "Stefan Wehr <wehr@factisresearch.com>") $ words
|
||||||
|
"HTF hscurses xmlgen stm-stats"
|
||||||
where
|
where
|
||||||
add maintainer package = addRange maintainer package "-any"
|
add maintainer package = addRange maintainer package "-any"
|
||||||
addRange maintainer package range =
|
addRange maintainer package range =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user