IHaskell/nix/ihaskell-src.nix
2023-12-02 18:08:27 -08:00

20 lines
246 B
Nix

{ nix-filter
}:
nix-filter {
root = ../.;
include = [
"LICENSE"
"Setup.hs"
"ghc-parser"
"html"
"ihaskell-display"
"ihaskell.cabal"
"ipython-kernel"
"jupyterlab-ihaskell"
"main"
"src"
"test"
];
}