mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 19:36:06 +00:00
20 lines
246 B
Nix
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"
|
|
];
|
|
}
|