From 9022e8961143daa11fe5e4b0be0660fe88d7e22b Mon Sep 17 00:00:00 2001 From: Jack Kelly Date: Wed, 10 Nov 2021 10:13:23 +1000 Subject: [PATCH] Get monoid-subclasses from hackage --- flake.lock | 18 ------------------ flake.nix | 12 ++++++------ 2 files changed, 6 insertions(+), 24 deletions(-) diff --git a/flake.lock b/flake.lock index 3c9de08..ad9a45e 100644 --- a/flake.lock +++ b/flake.lock @@ -47,23 +47,6 @@ "type": "github" } }, - "monoid-subclasses": { - "flake": false, - "locked": { - "lastModified": 1635627255, - "narHash": "sha256-Rm2vRZwwoARma7Tre9yuAPEa8goaDtJFy48GcxQNZ74=", - "owner": "endgame", - "repo": "monoid-subclasses", - "rev": "a98efc492778145ecbc80b51165c14644bba7a89", - "type": "github" - }, - "original": { - "owner": "endgame", - "ref": "ghcjs", - "repo": "monoid-subclasses", - "type": "github" - } - }, "reflex-platform": { "flake": false, "locked": { @@ -85,7 +68,6 @@ "casa-abbreviations-and-acronyms": "casa-abbreviations-and-acronyms", "flake-compat": "flake-compat", "flake-utils": "flake-utils", - "monoid-subclasses": "monoid-subclasses", "reflex-platform": "reflex-platform" } } diff --git a/flake.nix b/flake.nix index 7d3f96f..7545c8d 100644 --- a/flake.nix +++ b/flake.nix @@ -11,10 +11,6 @@ url = "github:system-f/casa-abbreviations-and-acronyms"; flake = false; }; - monoid-subclasses = { - url = "github:endgame/monoid-subclasses/ghcjs"; - flake = false; - }; reflex-platform = { url = "github:reflex-frp/reflex-platform"; flake = false; @@ -44,8 +40,12 @@ { }; monoid-subclasses = - prev.callCabal2nix "monoid-subclasses" - inputs.monoid-subclasses + prev.callHackageDirect + { + pkg = "monoid-subclasses"; + ver = "1.1.2"; + sha256 = "sha256-F24CoN0eJEIniLS7a34wfjmV1KwqpgluYalidUzwYkk="; + } { }; }; }); -- 2.45.2