[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
249/272: gnu: ghc-haddock-api: Update to 2.19.0.1.
From: |
Ricardo Wurmus |
Subject: |
249/272: gnu: ghc-haddock-api: Update to 2.19.0.1. |
Date: |
Mon, 1 Oct 2018 06:13:56 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f548cd7254b696249a185972a55ff18dd0616b34
Author: Timothy Sample <address@hidden>
Date: Wed Aug 29 00:25:11 2018 -0400
gnu: ghc-haddock-api: Update to 2.19.0.1.
* gnu/packages/haskell.scm (ghc-haddock-api): Update to 2.19.0.1.
[arguments]: Add a phase that patches the Cabal file to allow newer
versions of Cabal and hspec.
---
gnu/packages/haskell.scm | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 0e061a6..bcdb6fb 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -989,8 +989,7 @@ the ‘haddock’ package.")
(define-public ghc-haddock-api
(package
(name "ghc-haddock-api")
- ;; This is the last version to be supported by Cabal < 2.0
- (version "2.17.4")
+ (version "2.19.0.1")
(source
(origin
(method url-fetch)
@@ -1000,8 +999,18 @@ the ‘haddock’ package.")
".tar.gz"))
(sha256
(base32
- "00fn6pzgg8xjbaw12d76jdqh2dbc5xy7miyz0x6kidvvar7i35ss"))))
+ "0c6i7sljp7myz25d90gyw68a90i5jcrkajkxcciikp2hjirfaas3"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-before 'configure 'update-constraints
+ (lambda _
+ (substitute* "haddock-api.cabal"
+ (("Cabal \\^>= 2\\.0\\.0")
+ "Cabal ^>= 2.2.0")
+ (("hspec \\^>= 2\\.4\\.4")
+ "hspec >= 2.4.4 && < 2.6")))))))
(inputs
`(("ghc-paths" ,ghc-paths)
("ghc-haddock-library" ,ghc-haddock-library)))
- 205/272: gnu: ghc-skylighting: Update to 0.7.2., (continued)
- 205/272: gnu: ghc-skylighting: Update to 0.7.2., Ricardo Wurmus, 2018/10/01
- 223/272: gnu: ghc-simple-sendfile: Update to 0.2.27., Ricardo Wurmus, 2018/10/01
- 212/272: gnu: ghc-kan-extensions: Update to 5.2., Ricardo Wurmus, 2018/10/01
- 235/272: gnu: xmobar: Update to 0.28., Ricardo Wurmus, 2018/10/01
- 241/272: gnu: Add ghc-rio., Ricardo Wurmus, 2018/10/01
- 217/272: gnu: ghc-wai-extra: Update to 3.0.24.2., Ricardo Wurmus, 2018/10/01
- 222/272: gnu: ghc-monad-logger: Update to 0.3.29., Ricardo Wurmus, 2018/10/01
- 209/272: gnu: ghc-fsnotify: Update to 0.3.0.1., Ricardo Wurmus, 2018/10/01
- 251/272: gnu: ghc-yesod-form: Update to 1.6.2., Ricardo Wurmus, 2018/10/01
- 246/272: gnu: ghc-esqueleto: Update to commit b81e0d9., Ricardo Wurmus, 2018/10/01
- 249/272: gnu: ghc-haddock-api: Update to 2.19.0.1.,
Ricardo Wurmus <=
- 267/272: gnu: ghc-xmonad-contrib: Fix build., Ricardo Wurmus, 2018/10/01
- 255/272: gnu: Remove address@hidden, Ricardo Wurmus, 2018/10/01
- 68/272: gnu: ghc-hs-bibutils: Update to 6.6.0.0., Ricardo Wurmus, 2018/10/01
- 91/272: gnu: ghc-edit-distance: Replace "--allow-newer" flag., Ricardo Wurmus, 2018/10/01
- 190/272: gnu: ghc-doctemplates: Update to 0.2.2.1., Ricardo Wurmus, 2018/10/01
- 203/272: gnu: Add ghc-invariant., Ricardo Wurmus, 2018/10/01
- 200/272: gnu: raincat: Update to 1.2., Ricardo Wurmus, 2018/10/01
- 196/272: gnu: ghc-semigroupoids: Update to 5.2.2., Ricardo Wurmus, 2018/10/01
- 220/272: gnu: ghc-wai-conduit: Update to 3.0.0.4., Ricardo Wurmus, 2018/10/01
- 210/272: gnu: ghc-tasty-rerun: Update to 1.1.12., Ricardo Wurmus, 2018/10/01