codd: 0.1.6 -> 0.1.8 (#500814)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user