Skip to content

Commit 7f58097

Browse files
committed
Overrides for jupyenv
1 parent f0cd49e commit 7f58097

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

kernels/haskell.nix

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{ monad-bayes }:
22

3-
{ pkgs, ... }: {
3+
{ pkgs, ... }:
4+
with pkgs.haskell.lib;
5+
{
46
kernel.haskell.monad-bayes = {
57
enable = true;
68
name = "monad-bayes";
@@ -10,7 +12,7 @@
1012
p.lens
1113
p.log-domain
1214
p.katip
13-
p.ihaskell-hvega
15+
(markUnbroken p.ihaskell-hvega)
1416
p.ihaskell-diagrams
1517
p.diagrams
1618
p.diagrams-cairo
@@ -22,7 +24,9 @@
2224
# hamilton seems unmaintained, unclear whether we can keep it. See https://github.com/tweag/monad-bayes/issues/300
2325
# p.hamilton
2426
p.hmatrix
25-
p.vector-sized
27+
(p.vector-sized.override {
28+
finite-typelits = doJailbreak p.finite-typelits;
29+
})
2630
p.linear
2731
p.recursion-schemes
2832
p.data-fix

0 commit comments

Comments
 (0)