From 2bb7b96a1768f0ac651d47608cbb81515cd316fb Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 24 Jun 2022 12:10:32 +0200 Subject: [PATCH] style fix --- nix/overlays/haskell-packages.nix | 48 ++++++++++++++++++------------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/nix/overlays/haskell-packages.nix b/nix/overlays/haskell-packages.nix index 0fdbf9b158..476d54b59b 100644 --- a/nix/overlays/haskell-packages.nix +++ b/nix/overlays/haskell-packages.nix @@ -69,32 +69,40 @@ let { }); hasql = - lib.dontCheck (prev.callCabal2nixWithOptions "hasql" (super.fetchgit { - url = "https://github.com/robx/hasql.git"; - rev = "70d42b40e8b3b919e514deb3278f44177952f34d"; - sha256 = "sha256-tsJnBDJSt3IdUnRncIRl4liYXhfXnn0goaNzPrdHHrM="; - }) "" {}); + lib.dontCheck (prev.callCabal2nixWithOptions "hasql" + (super.fetchgit { + url = "https://github.com/robx/hasql.git"; + rev = "70d42b40e8b3b919e514deb3278f44177952f34d"; + sha256 = "sha256-tsJnBDJSt3IdUnRncIRl4liYXhfXnn0goaNzPrdHHrM="; + }) "" + { }); postgresql-binary = - lib.dontCheck (prev.callCabal2nixWithOptions "postgresql-binary" (super.fetchgit { - url = "https://github.com/robx/postgresql-binary.git"; - rev = "1d37dc578d194dd35a7c3e7c9162c5cc4bd72e49"; - sha256 = "sha256-I+YsijiLddxFNC9hHmdHh6C5ChjsGNA13mfsHR0VtGw="; - }) "" {}); + lib.dontCheck (prev.callCabal2nixWithOptions "postgresql-binary" + (super.fetchgit { + url = "https://github.com/robx/postgresql-binary.git"; + rev = "1d37dc578d194dd35a7c3e7c9162c5cc4bd72e49"; + sha256 = "sha256-I+YsijiLddxFNC9hHmdHh6C5ChjsGNA13mfsHR0VtGw="; + }) "" + { }); postgresql-libpq = - lib.dontCheck (prev.callCabal2nixWithOptions "postgresql-libpq" (super.fetchgit { - url = "https://github.com/robx/postgresql-libpq.git"; - rev = "5f79eb2d481041d7a949acd7bd8177e50dd60cd9"; - sha256 = "sha256-1U+R5QVatrWbwfpPENMnPZFGRlHV7MNllj6cJFDBrGY="; - }) "" {}); + lib.dontCheck (prev.callCabal2nixWithOptions "postgresql-libpq" + (super.fetchgit { + url = "https://github.com/robx/postgresql-libpq.git"; + rev = "5f79eb2d481041d7a949acd7bd8177e50dd60cd9"; + sha256 = "sha256-1U+R5QVatrWbwfpPENMnPZFGRlHV7MNllj6cJFDBrGY="; + }) "" + { }); bytestring-strict-builder = - lib.dontCheck (prev.callCabal2nixWithOptions "bytestring-strict-builder" (super.fetchgit { - url = "https://github.com/robx/bytestring-strict-builder.git"; - rev = "05aa1d6b73d65708e550cfeb23c53353855a05f2"; - sha256 = "sha256-Kuse+dxddQMKzyAP5r16TBsqjVMpF1scUsX4G309p9s="; - }) "" {}); + lib.dontCheck (prev.callCabal2nixWithOptions "bytestring-strict-builder" + (super.fetchgit { + url = "https://github.com/robx/bytestring-strict-builder.git"; + rev = "05aa1d6b73d65708e550cfeb23c53353855a05f2"; + sha256 = "sha256-Kuse+dxddQMKzyAP5r16TBsqjVMpF1scUsX4G309p9s="; + }) "" + { }); # = # prev.callCabal2nixWithOptions "" (super.fetchFromGitHub {