commit 036b7c46909251e8348f6d7d50115f04e3f38e98
parent faa41d73290a53a5f796f7f04dc63d6c50b94f68
Author: Jared Tobin <jared@jtobin.io>
Date: Fri, 4 Oct 2024 18:15:01 +0400
nix: update to ghc981
Diffstat:
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -5,11 +5,11 @@
"systems": "systems"
},
"locked": {
- "lastModified": 1705309234,
- "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=",
+ "lastModified": 1710146030,
+ "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26",
+ "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
"type": "github"
},
"original": {
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1708751719,
- "narHash": "sha256-0uWOKSpXJXmXswOvDM5Vk3blB74apFB6rNGWV5IjoN0=",
+ "lastModified": 1725910328,
+ "narHash": "sha256-n9pCtzGZ0httmTwMuEbi5E78UQ4ZbQMr1pzi5N0LAG8=",
"owner": "NixOS",
"repo": "nixpkgs",
- "rev": "f63ce824cd2f036216eb5f637dfef31e1a03ee89",
+ "rev": "5775c2583f1801df7b790bf7f7d710a19bac66f4",
"type": "github"
},
"original": {
diff --git a/flake.nix b/flake.nix
@@ -14,7 +14,7 @@
pkgs = import nixpkgs { inherit system; };
hlib = pkgs.haskell.lib;
- hpkgs = pkgs.haskell.packages.ghc964.extend (new: old: {
+ hpkgs = pkgs.haskell.packages.ghc981.extend (new: old: {
${lib} = old.callCabal2nix lib ./. {};
});
diff --git a/ppad-csecp256k1.cabal b/ppad-csecp256k1.cabal
@@ -8,7 +8,7 @@ author: Jared Tobin
maintainer: jared@ppad.tech
category: Cryptography
build-type: Simple
-tested-with: GHC == { 9.6.4, 9.4.8 }
+tested-with: GHC == { 9.8.1, 9.6.4, 9.4.8 }
extra-doc-files: CHANGELOG
description:
Bindings to bitcoin-core/secp256k1, which provides digital