~kaction/cookiecutter-haskell

c9c2b399d10227fc95e6d71a5985ece387931a04 — Utku Demir 3 years ago 154727e
Use ghc901 && Update the sources
M {{cookiecutter.project_name}}/default.nix => {{cookiecutter.project_name}}/default.nix +1 -1
@@ 1,4 1,4 @@
{ compiler ? "ghc8104" }:
{ compiler ? "ghc901" }:

let
  sources = import ./nix/sources.nix;

M {{cookiecutter.project_name}}/nix/sources.json => {{cookiecutter.project_name}}/nix/sources.json +3 -3
@@ 5,10 5,10 @@
        "homepage": null,
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "c0e881852006b132236cbf0301bd1939bb50867e",
        "sha256": "0fy7z7yxk5n7yslsvx5cyc6h21qwi4bhxf3awhirniszlbvaazy2",
        "rev": "d14ae62671fd4eaec57427da1e50f91d6a5f9605",
        "sha256": "1d5r94b693pri0prwbv3009fnanjmpd4jyldfrhmhjdwiknbqzlr",
        "type": "tarball",
        "url": "https://github.com/nixos/nixpkgs/archive/c0e881852006b132236cbf0301bd1939bb50867e.tar.gz",
        "url": "https://github.com/nixos/nixpkgs/archive/d14ae62671fd4eaec57427da1e50f91d6a5f9605.tar.gz",
        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
    }
}