aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-01-20 08:02:58 +1100
committerJustin Bedo <cu@cua0.org>2023-01-20 09:40:24 +1100
commit307d1afe9b82d24e9740cbb6b1bb5f9fa1cf8f2c (patch)
tree35bb24eeb2aed3118b2ce23cf1449d1dd00856b6
parent5db331b67582a92d00fdf9a11973fe66c5f19218 (diff)
bump ppl
-rw-r--r--cabal.project5
-rw-r--r--flake.nix2
2 files changed, 4 insertions, 3 deletions
diff --git a/cabal.project b/cabal.project
index 265b3e2..05e5503 100644
--- a/cabal.project
+++ b/cabal.project
@@ -3,5 +3,6 @@ packages: *.cabal
source-repository-package
type: git
location: https://vk3.wtf/cgit/ppl.git
- tag: b906da9afa6802bf8104dfabe26b67a6c673af91
- --sha256: 14gqgs4akf74q5wh3spn72fnggb28dgmmh52vi9a5kx7dc23pxj2
+ tag: 0718de4acc18df39152fc55d6bd279af56d7e2af
+ --sha256: 071sln8a9zvisilz63hya0yfmis6yx7dd7cs776rb6ff0isvg04p
+
diff --git a/flake.nix b/flake.nix
index 90d4b35..19f161d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,5 +35,5 @@
};
flake = pkgs.phylogenies.flake {};
in
- flake // { packages.default = flake.packages."phylogenies:exe:phylogenies";});
+ flake // {packages.default = flake.packages."phylogenies:exe:phylogenies";});
}