Skip to content

Commit a3ffaa3

Browse files
Pare down to only streamly and related libraries
1 parent 3e855a1 commit a3ffaa3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
sources = import ./sources.nix {inherit nixpack;};
2626
packages = import ./packages.nix;
2727
compiler = "default";
28-
hoogle = false;
28+
hoogle = true;
2929
isDev = true;
3030
};
3131
} // { inherit nixpack;} ;

packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@ let streamly-packages = [
8282

8383
in streamly-packages
8484
++ other-packages
85-
++ composewell-packages
85+
#++ composewell-packages
8686
;
8787
}

0 commit comments

Comments
 (0)