lbraun pushed a commit to branch wip-haskell
in repository guix.

commit 00640f61c5f8804b67e976c0ff70b439b0544198
Author: Lars-Dominik Braun <[email protected]>
AuthorDate: Sat Oct 2 11:42:26 2021 +0200

    gnu: ghc-silently: Remove unused input.
    
    Plus it’s commented out anyway.
    
    * gnu/packages/haskell-xyz.scm (ghc-silently): Remove commented out
    inputs.
---
 gnu/packages/haskell-xyz.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index c0a442a..06b086c 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -12045,8 +12045,6 @@ spirit to POSIX shells.  Shelly is originally forked  
from the Shellish package.
          "1lgs1gsr5dp0x21diqn4l03fxgai2kgdmj85gqp0iz3zykvbmjbz"))))
     (build-system haskell-build-system)
     (arguments `(#:tests? #f)) ;; circular dependency with nanospec
-    ;; (inputs
-    ;;  `(("ghc-temporary" ,ghc-temporary)))
     (home-page "https://github.com/hspec/silently";)
     (synopsis "Prevent writing to stdout")
     (description "This package provides functions to prevent or capture

Reply via email to