This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8fff5f2fe8 gnu: git-annex: Enable Servant support.
8fff5f2fe8 is described below

commit 8fff5f2fe80feb134f38442423acf7864075e243
Author: David Thompson <[email protected]>
AuthorDate: Sat Aug 30 11:27:46 2025 -0400

    gnu: git-annex: Enable Servant support.
    
    * gnu/packages/haskell-apps (git-annex)[arguments]: Add "Servant" to
    
    Change-Id: I6f816f789ae897f16fe46b15566d533ad7bb4b0d
---
 gnu/packages/haskell-apps.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm
index def3a90d54..10d8617970 100644
--- a/gnu/packages/haskell-apps.scm
+++ b/gnu/packages/haskell-apps.scm
@@ -312,7 +312,7 @@ to @code{cabal repl}).")
     (properties '((upstream-name . "git-annex")))
     (arguments
      `(#:configure-flags
-       '("--flags=-Android -Webapp")
+       '("--flags=-Android -Webapp Servant")
        #:haddock? #f
        #:phases
        (modify-phases %standard-phases

Reply via email to