haskellPackages: Fix eval errors

This commit is contained in:
Malte Brandy 2020-11-11 11:42:14 +01:00 committed by Peter Simons
parent 13f96d5d65
commit 425d22e6cf
2 changed files with 6 additions and 0 deletions

View File

@ -7727,6 +7727,7 @@ broken-packages:
- mcl
- mcm
- mcmaster-gloss-examples
- mcmc
- mcmc-samplers
- mcmc-synthesis
- mcpi
@ -8559,6 +8560,7 @@ broken-packages:
- pbc4hs
- PBKDF2
- pcap-enumerator
- pcapng
- pcd-loader
- pcf
- pcf-font

View File

@ -170933,6 +170933,8 @@ self: {
];
description = "Sample from a posterior using Markov chain Monte Carlo";
license = stdenv.lib.licenses.gpl3Plus;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"mcmc-samplers" = callPackage
@ -196664,6 +196666,8 @@ self: {
text unliftio-core validity
];
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
broken = true;
}) {};
"pcd-loader" = callPackage