gnu: ghc-network: Update to 2.6.3.6.

* gnu/packages/haskell.scm (ghc-network): Update to 2.6.3.6.
master
Timothy Sample 2018-08-29 00:26:03 -04:00 committed by Ricardo Wurmus
parent b3cd1712a8
commit 5a92fb411c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4004,7 +4004,7 @@ interface.")
(define-public ghc-network (define-public ghc-network
(package (package
(name "ghc-network") (name "ghc-network")
(version "2.6.3.1") (version "2.6.3.6")
(outputs '("out" "doc")) (outputs '("out" "doc"))
(source (source
(origin (origin
@ -4015,7 +4015,7 @@ interface.")
".tar.gz")) ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1rl2gl37cf4k0ddsq93q15fwdz1l25nhl4w205krbh7d5dg5y12p")))) "198mam7ahny48p9fajznbqq16a8ya2gw0xm3gnm1si1rmc4hdplv"))))
(build-system haskell-build-system) (build-system haskell-build-system)
;; The regression tests depend on an unpublished module. ;; The regression tests depend on an unpublished module.
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))