mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-24 21:21:58 +01:00
Comment out some non-compiling projects
This commit is contained in:
parent
4445498c06
commit
367a7b61bb
@ -234,14 +234,13 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
, "async shelly thyme"
|
, "async shelly thyme"
|
||||||
, "hxt hxt-relaxng dimensional"
|
, "hxt hxt-relaxng dimensional"
|
||||||
, "cairo diagrams-cairo gtk2hs-buildtools"
|
, "cairo diagrams-cairo gtk2hs-buildtools"
|
||||||
, "persistent-mongoDB fpco-api"
|
|
||||||
, "base16-bytestring convertible"
|
, "base16-bytestring convertible"
|
||||||
, "compdata hybrid-vectors"
|
, "compdata hybrid-vectors"
|
||||||
, "executable-path formatting quandl-api"
|
, "executable-path formatting quandl-api"
|
||||||
, "fgl hmatrix hmatrix-gsl"
|
, "fgl hmatrix hmatrix-gsl"
|
||||||
, "alex happy"
|
, "alex happy"
|
||||||
]
|
]
|
||||||
-- aws
|
-- aws fpco-api persistent-mongoDB
|
||||||
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
|
when (ghcVer < GhcMajorVersion 7 8) $ do -- No GHC 7.8 support
|
||||||
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||||
[ "" -- too unreliable for the moment "distributed-process distributed-process-simplelocalnet"
|
[ "" -- too unreliable for the moment "distributed-process distributed-process-simplelocalnet"
|
||||||
@ -408,7 +407,8 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
"HandsomeSoup"
|
"HandsomeSoup"
|
||||||
|
|
||||||
mapM_ (add "Clint Adams <clint@debian.org>") $ words
|
mapM_ (add "Clint Adams <clint@debian.org>") $ words
|
||||||
"DAV hOpenPGP hopenpgp-tools openpgp-asciiarmor MusicBrainz"
|
"hOpenPGP hopenpgp-tools openpgp-asciiarmor MusicBrainz"
|
||||||
|
-- DAV hopenpgp-tools
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/160
|
-- https://github.com/fpco/stackage/issues/160
|
||||||
mapM_ (add "Ketil Malde") $ words =<<
|
mapM_ (add "Ketil Malde") $ words =<<
|
||||||
@ -444,9 +444,11 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Mihai Maruseac <mihai.maruseac@gmail.com>") $ words
|
mapM_ (add "Mihai Maruseac <mihai.maruseac@gmail.com>") $ words
|
||||||
"io-manager"
|
"io-manager"
|
||||||
|
|
||||||
|
{-
|
||||||
when (ghcVer >= GhcMajorVersion 7 8) $
|
when (ghcVer >= GhcMajorVersion 7 8) $
|
||||||
mapM_ (add "Yann Esposito <yann.esposito@gmail.com>") $ words
|
mapM_ (add "Yann Esposito <yann.esposito@gmail.com>") $ words
|
||||||
"holy-project"
|
"holy-project"
|
||||||
|
-}
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/216
|
-- https://github.com/fpco/stackage/issues/216
|
||||||
-- QuickCheck constraint
|
-- QuickCheck constraint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user