codd: 0.1.6 -> 0.1.8 (#500814)

This commit is contained in:
Wolfgang Walther
2026-03-18 21:29:46 +00:00
committed by GitHub
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -41,7 +41,7 @@
}:
mkDerivation {
pname = "codd";
version = "0.1.6";
version = "0.1.8";
src = ./.;
isLibrary = true;
isExecutable = true;
@@ -72,6 +72,7 @@ mkDerivation {
unliftio
unliftio-core
unordered-containers
uuid
vector
];
executableHaskellDepends = [
+3 -3
View File
@@ -14,18 +14,18 @@
##############
let
# Haxl has relatively tight version requirements and is thus often marked as broken.
# Haxl has relatively tight version requirements and is often marked as broken.
haxlJailbroken = haskell.lib.markUnbroken (haskell.lib.doJailbreak haskellPackages.haxl);
generated = haskellPackages.callPackage ./generated.nix { haxl = haxlJailbroken; };
derivationWithVersion = haskell.lib.compose.overrideCabal rec {
version = "0.1.6";
version = "0.1.8";
src = fetchFromGitHub {
owner = "mzabani";
repo = "codd";
tag = "v${version}";
hash = "sha256-KdZCL09TERy/PolQyYYykEbPtG5yhxrLZSSo9n6p2WE=";
hash = "sha256-7MKlR3oepOwlBwiEpzz3NFepEYGqROT5RrYoe/vvBKM=";
};
# We only run codd's tests that don't require postgresql nor strace. We need to support unix sockets in codd's test suite