guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ghc-text-conversions: Fix typo.


From: guix-commits
Subject: branch master updated: gnu: ghc-text-conversions: Fix typo.
Date: Sun, 09 Feb 2020 12:37:52 -0500

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

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 27b09f3  gnu: ghc-text-conversions: Fix typo.
27b09f3 is described below

commit 27b09f3ab11a30821a5ce0b071aac1bc6156497d
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Feb 9 18:36:27 2020 +0100

    gnu: ghc-text-conversions: Fix typo.
    
    This follows up on commit 5cd9a4103e74fb1eb73114d84786d9c08379f22b.
    
    * gnu/packages/haskell-xyz.scm (ghc-text-conversions)[native-inputs]:
    Use hspec-discover instead of ghc-hspec-discover.
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index ea9efe7..7825963 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8241,7 +8241,7 @@ require aeson
        ("ghc-errors" ,ghc-errors)))
     (native-inputs
      `(("ghc-hspec" ,ghc-hspec)
-       ("ghc-hspec-discover" ,ghc-hspec-discover)))
+       ("hspec-discover" ,hspec-discover)))
     (home-page "https://github.com/cjdev/text-conversions#readme";)
     (synopsis "Safe conversions between textual types")
     (description "Safe conversions between textual types")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]