mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ghc-network: Update to 2.8.0.1.
* gnu/packages/haskell-xyz.scm (ghc-network): Update to 2.8.0.1. (ghc-network-2.8): Remove variable. * gnu/packages/idris.scm (idris)[inputs]: Replace 'ghc-network-2.8' with 'ghc-network'.
This commit is contained in:
parent
b6d9777f49
commit
d44732025e
2 changed files with 3 additions and 21 deletions
|
@ -6850,7 +6850,7 @@ (define-public ghc-ncurses
|
||||||
(define-public ghc-network
|
(define-public ghc-network
|
||||||
(package
|
(package
|
||||||
(name "ghc-network")
|
(name "ghc-network")
|
||||||
(version "2.6.3.6")
|
(version "2.8.0.1")
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -6861,7 +6861,7 @@ (define-public ghc-network
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"198mam7ahny48p9fajznbqq16a8ya2gw0xm3gnm1si1rmc4hdplv"))))
|
"0im8k51rw3ahmr23ny10pshwbz09jfg0fdpam0hzf2hgxnzmvxb1"))))
|
||||||
(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))
|
||||||
|
@ -6876,24 +6876,6 @@ (define-public ghc-network
|
||||||
"This package provides a low-level networking interface.")
|
"This package provides a low-level networking interface.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
;;; Until we update our default GHC to >=8.6 we cannot update our ghc-network
|
|
||||||
;;; package, since the 'cabal-install' package that supports the current
|
|
||||||
;;; 'Cabal' module requires 'network==2.6.*'. Here we provide an updated
|
|
||||||
;;; version to be used for our idris package.
|
|
||||||
(define-public ghc-network-2.8
|
|
||||||
(hidden-package
|
|
||||||
(package
|
|
||||||
(inherit ghc-network)
|
|
||||||
(version "2.8.0.1")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "https://hackage.haskell.org/package/network/"
|
|
||||||
"network-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0im8k51rw3ahmr23ny10pshwbz09jfg0fdpam0hzf2hgxnzmvxb1")))))))
|
|
||||||
|
|
||||||
(define-public ghc-network-info
|
(define-public ghc-network-info
|
||||||
(package
|
(package
|
||||||
(name "ghc-network-info")
|
(name "ghc-network-info")
|
||||||
|
|
|
@ -71,7 +71,7 @@ (define-public idris
|
||||||
("ghc-ieee754" ,ghc-ieee754)
|
("ghc-ieee754" ,ghc-ieee754)
|
||||||
("ghc-libffi" ,ghc-libffi)
|
("ghc-libffi" ,ghc-libffi)
|
||||||
("ghc-megaparsec" ,ghc-megaparsec-7)
|
("ghc-megaparsec" ,ghc-megaparsec-7)
|
||||||
("ghc-network" ,ghc-network-2.8)
|
("ghc-network" ,ghc-network)
|
||||||
("ghc-optparse-applicative" ,ghc-optparse-applicative)
|
("ghc-optparse-applicative" ,ghc-optparse-applicative)
|
||||||
("ghc-regex-tdfa" ,ghc-regex-tdfa)
|
("ghc-regex-tdfa" ,ghc-regex-tdfa)
|
||||||
("ghc-safe" ,ghc-safe)
|
("ghc-safe" ,ghc-safe)
|
||||||
|
|
Loading…
Reference in a new issue