Unverified Commit 75b04c4c authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

codd: 0.1.6 -> 0.1.8 (#500814)

parents da959b29 6550ce29
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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