about summary refs log blame commit diff
path: root/haskell-file/shell.nix
blob: f2621d6eac5a9e5fbe547872279634bc85cb0068 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                  
with import <nixpkgs> {};

stdenv.mkDerivation {
  name = "f-hs";
  buildInputs = [
    (pkgs.haskellPackages.ghcWithPackages (pkgs: [
    ]))
  ];
}