mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-06 11:27:30 +01:00
Added more of my packages
This commit is contained in:
parent
2534579566
commit
619dc50bfb
@ -73,8 +73,19 @@ defaultStablePackages = execWriter $ do
|
|||||||
mapM_ (add "Stefan Wehr <wehr@factisresearch.com>") $ words
|
mapM_ (add "Stefan Wehr <wehr@factisresearch.com>") $ words
|
||||||
"HTF hscurses xmlgen stm-stats"
|
"HTF hscurses xmlgen stm-stats"
|
||||||
|
|
||||||
mapM_ (add "Edward Kmett") $ words
|
mapM_ (add "Edward Kmett <ekmett@gmail.com>") $ words =<<
|
||||||
"lens"
|
[ "ad adjunctions bifunctors bound categories charset comonad comonad-transformers"
|
||||||
|
, "comonads-fd comonad-extras compressed concurrent-supply constraints contravariant"
|
||||||
|
, "distributive either eq free groupoids heaps hyphenation"
|
||||||
|
, "integration intervals kan-extensions lca lens linear monadic-arrays machines"
|
||||||
|
, "mtl profunctors profunctor-extras reducers reflection"
|
||||||
|
, "representable-functors representable-profunctors representable-tries"
|
||||||
|
, "semigroups semigroupoids semigroupoid-extras speculation tagged void"
|
||||||
|
, "wl-pprint-extras wl-pprint-terminfo graphs monad-products monad-st"
|
||||||
|
, "numeric-extras parsers pointed prelude-extras recursion-schemes reducers"
|
||||||
|
, "streams syb-extras vector-instances"
|
||||||
|
]
|
||||||
|
|
||||||
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