termonad-2.1.0.0: .nix-helpers/stack-shell.nix
# This is the shell file specified in the stack.yaml file.
# This runs stack commands in an environment created with nix.
with (import ./nixpkgs.nix {});
haskell.lib.buildStackProject {
name = "termonad";
buildInputs = [
cairo
git
gnome3.vte
gobjectIntrospection
gtk3
zlib
];
ghc = termonadKnownWorkingHaskellPkgSet.ghc;
}