Skip to content
Snippets Groups Projects
Commit b80a6b5f authored by Gogs's avatar Gogs
Browse files

remove deprecated parseTime

parent 751e798f
No related branches found
No related tags found
No related merge requests found
# default.nix
let
pkgs = import <nixpkgs> { };
in
pkgs.haskellPackages.developPackage {
root = ./.;
modifier = drv:
pkgs.haskell.lib.addBuildTools drv (with pkgs.haskellPackages;
[ cabal-install
cabal2nix
ghcid
hlint
haskell-language-server
]);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment