mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Add zeromq4-haskell.
In zeromq-haskell/issues/58 I have been asked to consider adding zeromq4-haskell to stackage. The package builds with recent versions of its dependencies from hackage, but I did not test against stackage. Please note that--being an FFI binding--this package depends on zeromq >= 4.0.
This commit is contained in:
parent
6531d59ec1
commit
89f6bcfaf2
@ -486,6 +486,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
mapM_ (add "Paul Rouse <pgr@doynton.org>") $ words
|
||||
"yesod-auth-hashdb"
|
||||
|
||||
add "Toralf Wittner <tw@dtex.org>" "zeromq4-haskell"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/216
|
||||
-- QuickCheck constraint
|
||||
-- when (ghcVer == GhcMajorVersion 7 6) $
|
||||
|
||||
Loading…
Reference in New Issue
Block a user