[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
301/329: gnu: agda: Update to 2.6.0.1.
From: |
guix-commits |
Subject: |
301/329: gnu: agda: Update to 2.6.0.1. |
Date: |
Wed, 20 Nov 2019 21:18:51 -0500 (EST) |
samplet pushed a commit to branch master
in repository guix.
commit 27109c7175656b8de3d0819e0acc0670863930c6
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)
- 290/329: gnu: darcs: Fix Cabal dependency constraints., (continued)
- 290/329: gnu: darcs: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 283/329: gnu: Add ghc-ipynb., guix-commits, 2019/11/20
- 291/329: gnu: ghc-microlens-aeson: Patch tests for i686-linux., guix-commits, 2019/11/20
- 278/329: gnu: Add ghc-unicode-transforms., guix-commits, 2019/11/20
- 279/329: gnu: Add ghc-hsyaml., guix-commits, 2019/11/20
- 293/329: gnu: ghc-stylish-haskell: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 284/329: gnu: ghc-pandoc: Update to 2.7.3., guix-commits, 2019/11/20
- 292/329: gnu: ghc-bsb-http-chunked: Disable tests on i686-linux., guix-commits, 2019/11/20
- 298/329: gnu: ghc-equivalence: Update to 0.3.5., guix-commits, 2019/11/20
- 303/329: gnu: idris: Fix Cabal dependency constraints., guix-commits, 2019/11/20
- 301/329: gnu: agda: Update to 2.6.0.1.,
guix-commits <=
- 300/329: gnu: ghc-atomic-primops: Update to 0.8.3., guix-commits, 2019/11/20
- 307/329: gnu: Add ghc-timezone-olson., guix-commits, 2019/11/20
- 316/329: gnu: Add ghc-monoid-extras., guix-commits, 2019/11/20
- 318/329: gnu: Add ghc-diagrams-core., guix-commits, 2019/11/20
- 322/329: gnu: Add ghc-diagrams-solve., guix-commits, 2019/11/20
- 321/329: gnu: Add ghc-active., guix-commits, 2019/11/20
- 311/329: gnu: Add ghc-testing-type-modifiers., guix-commits, 2019/11/20
- 324/329: gnu: Add ghc-svg-builder., guix-commits, 2019/11/20
- 323/329: gnu: Add ghc-diagrams-lib., guix-commits, 2019/11/20
- 326/329: gnu: ngless: Update to 1.0.1., guix-commits, 2019/11/20