[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/328: gnu: agda: Update to 2.6.0.1.
From: |
guix-commits |
Subject: |
301/328: gnu: agda: Update to 2.6.0.1. |
Date: |
Sat, 16 Nov 2019 19:33:30 -0500 (EST) |
samplet pushed a commit to branch wip-haskell-updates
in repository guix.
commit 3aa6459890f6901cd7aac378a6ab1585aef9eddc
Author: Timothy Sample <address@hidden>
Date: Sat Nov 16 09:41:37 2019 -0500
gnu: agda: Update to 2.6.0.1.
* gnu/packages/agda.scm (agda): Update to 2.6.0.1.
[inputs]: Remove 'ghc-parallel'; add 'ghc-aeson' and 'ghc-exceptions'.
---
gnu/packages/agda.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/agda.scm b/gnu/packages/agda.scm
index 931f1e8..60944dd 100644
--- a/gnu/packages/agda.scm
+++ b/gnu/packages/agda.scm
@@ -37,7 +37,7 @@
(define-public agda
(package
(name "agda")
- (version "2.5.4.2")
+ (version "2.6.0.1")
(source
(origin
(method url-fetch)
@@ -46,10 +46,11 @@
version ".tar.gz"))
(sha256
(base32
- "07wvawpfjhx3gw2w53v27ncv1bl0kkx08wkm6wzxldbslkcasign"))))
+ "1s600ry1qwizr3ynyj05rvlx7jdcw9a1viyc0ycjamm5sjf8mf3v"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-alex" ,ghc-alex)
+ `(("ghc-aeson" ,ghc-aeson)
+ ("ghc-alex" ,ghc-alex)
("ghc-async" ,ghc-async)
("ghc-blaze-html" ,ghc-blaze-html)
("ghc-boxes" ,ghc-boxes)
@@ -57,6 +58,7 @@
("ghc-edisoncore" ,ghc-edisoncore)
("ghc-edit-distance" ,ghc-edit-distance)
("ghc-equivalence" ,ghc-equivalence)
+ ("ghc-exceptions" ,ghc-exceptions)
("ghc-filemanip" ,ghc-filemanip)
("ghc-geniplate-mirror" ,ghc-geniplate-mirror)
("ghc-gitrev" ,ghc-gitrev)
@@ -66,7 +68,6 @@
("ghc-ieee754" ,ghc-ieee754)
("ghc-murmur-hash" ,ghc-murmur-hash)
("ghc-uri-encode" ,ghc-uri-encode)
- ("ghc-parallel" ,ghc-parallel)
("ghc-regex-tdfa" ,ghc-regex-tdfa)
("ghc-strict" ,ghc-strict)
("ghc-unordered-containers" ,ghc-unordered-containers)
- 285/328: gnu: ghc-yesod-form: Update to 1.6.7., (continued)
- 285/328: gnu: ghc-yesod-form: Update to 1.6.7., guix-commits, 2019/11/16
- 286/328: gnu: ghc-pandoc-citeproc: Update to 0.16.2., guix-commits, 2019/11/16
- 287/328: gnu: ghc-gtk2hs-buildtools: Update to 0.13.5.4., guix-commits, 2019/11/16
- 289/328: gnu: ghc-sandi: Update to 0.5., guix-commits, 2019/11/16
- 293/328: gnu: ghc-stylish-haskell: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 292/328: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux., guix-commits, 2019/11/16
- 284/328: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/11/16
- 296/328: gnu: ghc-hindent: Update to 5.3.1., guix-commits, 2019/11/16
- 299/328: gnu: ghc-chart-cairo: Update to 1.9.1., guix-commits, 2019/11/16
- 302/328: gnu: cedille: Use most recent GHC., guix-commits, 2019/11/16
- 301/328: gnu: agda: Update to 2.6.0.1.,
guix-commits <=
- 313/328: gnu: Add ghc-size-based., guix-commits, 2019/11/16
- 321/328: gnu: Add ghc-active., guix-commits, 2019/11/16
- 318/328: gnu: Add ghc-diagrams-core., guix-commits, 2019/11/16
- 323/328: gnu: Add ghc-diagrams-lib., guix-commits, 2019/11/16
- 322/328: gnu: Add ghc-diagrams-solve., guix-commits, 2019/11/16
- 294/328: gnu: ghc-options: Fix Cabal dependency constraints., guix-commits, 2019/11/16
- 300/328: gnu: ghc-atomic-primops: Update to 0.8.3., guix-commits, 2019/11/16
- 298/328: gnu: ghc-equivalence: Update to 0.3.5., guix-commits, 2019/11/16
- 312/328: gnu: Add ghc-dictionary-sharing., guix-commits, 2019/11/16
- 328/328: gnu: ghc-haddock: Update to 2.22.0., guix-commits, 2019/11/16