]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
update nix build
authorFrank Doepper <[email protected]>
Fri, 2 Feb 2024 17:43:11 +0000 (18:43 +0100)
committerFrank Doepper <[email protected]>
Fri, 2 Feb 2024 17:43:11 +0000 (18:43 +0100)
dontCheck because

filepath-bytestring> Test 78 of 534: equiv Windows.normalise
filepath-bytestring> Failure {numTests = 1111, numDiscarded = 0, numShrinks = 1, numShrinkTries = 2, numShrinkFinal = 10, usedSeed = SMGen 13205600221391863822 7720537364952381337, usedSize = 10, reason = "Falsified", theException = Nothing, output = "", failingTestCase = ["QFilePath \"a:/\\\\\""], failingLabels = [], failingClasses = fromList []}
filepath-bytestring> *** Failed! Falsified (after 1111 tests and 1 shrink):
filepath-bytestring> QFilePath "a:/\\"
filepath-bytestring> TEST FAILURE!

flake.lock
flake.nix

index 902cf224247e2d33d7e1d80768c42c5aef5bf3eb..5f6f79ffa1d4bd57818a5900453ed8d5d5a73eef 100644 (file)
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1689812063,
-        "narHash": "sha256-LYxgpK7KOLeT7Vfnb1T+m+zQBLENggfJ6Zk1zRPoVi4=",
+        "lastModified": 1706732774,
+        "narHash": "sha256-hqJlyJk4MRpcItGYMF+3uHe8HvxNETWvlGtLuVpqLU0=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "d6876464b4aadaf21339e90e5fef238181a95772",
+        "rev": "b8b232ae7b8b144397fdb12d20f592e5e7c1a64d",
         "type": "github"
       },
       "original": {
         "id": "nixpkgs",
-        "ref": "haskell-updates",
+        "ref": "nixos-unstable",
         "type": "indirect"
       }
     },
index 29e746e95f43eaefa7f0f4435a2b61a0f86cb31e..952d867d251e75642877084fa542203c8a0fda5c 100644 (file)
--- a/flake.nix
+++ b/flake.nix
@@ -5,7 +5,7 @@
 # thank https://magnus.therning.org/2022-03-13-simple-nix-flake-for-haskell-development.html !
 {
   inputs = {
-    nixpkgs.url = "nixpkgs/haskell-updates";
+    nixpkgs.url = "nixpkgs/nixos-unstable";
     flake-utils.url = "flake-utils";
   };
 
             withHoogle = false;
             overrides = self: super: rec {
               amqp = hl.dontCheck super.amqp_0_22_2;
-              tls = super.tls_1_7_0;
+              tls = super.tls_1_9_0;
               crypton-connection = super.crypton-connection.override { inherit tls; };
-              rawfilepath = hl.overrideCabal super.rawfilepath {
-                src = pkgs.fetchFromGitHub {
-                  owner = "georgefst";
-                  repo = "rawfilepath";
-                  rev = "044079fa0c3a407037be9086fab92f1209dfb1a8";
-                  hash = "sha256-2LFMLjhm6lLzXTditN0pi9R4QKg0zdBsDOPhcQUD1lQ=";
-                };
-              };
+              rawfilepath = super.rawfilepath_1_1_0;
+              filepath-bytestring = hl.dontCheck super.filepath-bytestring;
             };
             modifier = (t.flip t.pipe) [
               hl.dontHaddock