guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 546f6874a22e63349168cc0e8992fd905fab6a04
Author: Saku Laesvuori <[email protected]>
AuthorDate: Wed Aug 5 15:45:39 2026 +0300
gnu: ghc-esqueleto: Fix build
* gnu/packages/haskell-xyz.scm
(ghc-esqueleto)[arguments]: Disable tests.
---
gnu/packages/haskell-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 940a960b12..ddc4f77e8e 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -3635,7 +3635,8 @@ directly uses the type system, rather than out-of-band
exceptions.")
ghc-quickcheck))
(arguments
`(#:cabal-revision ("1"
-
"1xfigma6ha5rhll6cg05iz6lzh88w3pgniarib7fzvi6rxyg3a17")))
+
"1xfigma6ha5rhll6cg05iz6lzh88w3pgniarib7fzvi6rxyg3a17")
+ #:tests? #f)) ; tests require a running postgresql server
(home-page "https://github.com/bitemyapp/esqueleto")
(synopsis "Type-safe embedded domain specific language for SQL queries")
(description