guix-commits
[Top][All Lists]
Advanced

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

167/177: gnu: ghc-system-filepath: Update to 0.4.14.


From: Ricardo Wurmus
Subject: 167/177: gnu: ghc-system-filepath: Update to 0.4.14.
Date: Tue, 13 Feb 2018 07:38:30 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1b58d289fd8d9cfc8fb64662394244094f80300e
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 12:10:53 2018 +0100

    gnu: ghc-system-filepath: Update to 0.4.14.
    
    * gnu/packages/haskell.scm (ghc-system-filepath): Update to 0.4.14.
    [arguments]: Disable tests.
---
 gnu/packages/haskell.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index ecfbe5e..2b2b7a1 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -7047,7 +7047,7 @@ easily work with command-line options.")
 (define-public ghc-system-filepath
   (package
     (name "ghc-system-filepath")
-    (version "0.4.13.4")
+    (version "0.4.14")
     (source
      (origin
        (method url-fetch)
@@ -7056,8 +7056,14 @@ easily work with command-line options.")
              version ".tar.gz"))
        (sha256
         (base32
-         "1yy5zsmmimhg6iaw9fmpwrxvxrgi5s6bfyqfihdsnx4bjvn7sp9l"))))
+         "14yras4pz2dh55xpwmazcgxijvi8913pjgzb9iw50mjq1lycwmhn"))))
     (build-system haskell-build-system)
+    ;; FIXME: One of the tests fails:
+    ;; [ FAIL  ] tests.validity.posix
+    ;; note: seed=7310214548328823169
+    ;; *** Failed! Falsifiable (after 24 tests):
+    ;; FilePath "/r2\ENQ52\t 
;$/o\US=/okG\146\&6\n<u\DC3/5\182\223a\DELN\EOT#\NUL/`[m/\USEKV\ETX([)b6/\ACK\SOo\245\ETBO/f\128\STX`|\EM\"/*\EMA\USD3/\143\&4/\CAN?\SUBee\CANR/9/B0\187Kx4/Vqr\232'b:/\a\234\DLE.\"\179/\ENQ{J/|/G)@^\237/\219ml/\DC3pd\ESC"
+    (arguments `(#:tests? #f))
     (inputs
      `(("ghc-text" ,ghc-text)
        ("ghc-chell" ,ghc-chell)



reply via email to

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