[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
147/257: gnu: ghc-temporary: Update to 1.3.
From: |
Ricardo Wurmus |
Subject: |
147/257: gnu: ghc-temporary: Update to 1.3. |
Date: |
Thu, 27 Sep 2018 15:47:17 -0400 (EDT) |
rekado pushed a commit to branch wip-haskell
in repository guix.
commit f39611517f81455dfbf012ee0e472773fb093a1f
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 23:05:45 2018 -0400
gnu: ghc-temporary: Update to 1.3.
* gnu/packages/haskell.scm (ghc-temporary): Update to 1.3.
[inputs]: Add ghc-random.
[native-inputs]: Add ghc-base-compat, ghc-tasty, and ghc-tasty-hunit.
---
gnu/packages/haskell.scm | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 70847ae..dfe3756 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -3399,7 +3399,7 @@ for Haskell.")
(define-public ghc-temporary
(package
(name "ghc-temporary")
- (version "1.2.0.4")
+ (version "1.3")
(source
(origin
(method url-fetch)
@@ -3409,9 +3409,15 @@ for Haskell.")
".tar.gz"))
(sha256
(base32
- "0qk741yqnpd69sksgks2vb7zi50rglp9m498lzw4sh268a017rsi"))))
+ "144qhwfwg37l3k313raf4ssiz16jbgwlm1nf4flgqpsbd69jji4c"))))
(build-system haskell-build-system)
- (inputs `(("ghc-exceptions" ,ghc-exceptions)))
+ (inputs
+ `(("ghc-exceptions" ,ghc-exceptions)
+ ("ghc-random" ,ghc-random)))
+ (native-inputs
+ `(("ghc-base-compat" ,ghc-base-compat)
+ ("ghc-tasty" ,ghc-tasty)
+ ("ghc-tasty-hunit" ,ghc-tasty-hunit)))
(home-page "https://www.github.com/batterseapower/temporary")
(synopsis "Temporary file and directory support")
(description "The functions for creating temporary files and directories
- 151/257: gnu: ghc-gluraw: Update to 2.0.0.4., (continued)
- 151/257: gnu: ghc-gluraw: Update to 2.0.0.4., Ricardo Wurmus, 2018/09/27
- 75/257: gnu: ghc-split: Update to 0.2.3.3., Ricardo Wurmus, 2018/09/27
- 92/257: gnu: ghc-exceptions: Update to 0.10.0., Ricardo Wurmus, 2018/09/27
- 66/257: gnu: ghc-edisoncore: Update to 1.3.2.1., Ricardo Wurmus, 2018/09/27
- 53/257: gnu: ghc-system-filepath-bootstrap: Update to 0.4.14., Ricardo Wurmus, 2018/09/27
- 37/257: gnu: ghc-foundation: Update to 0.0.21., Ricardo Wurmus, 2018/09/27
- 32/257: gnu: ghc-xhtml: Update to 3000.2.2.1., Ricardo Wurmus, 2018/09/27
- 23/257: gnu: ghc-stringbuilder: Update to 0.5.1., Ricardo Wurmus, 2018/09/27
- 20/257: gnu: ghc-sdl: Update to 0.6.7.0., Ricardo Wurmus, 2018/09/27
- 09/257: gnu: ghc-colour: Update to 2.3.4., Ricardo Wurmus, 2018/09/27
- 147/257: gnu: ghc-temporary: Update to 1.3.,
Ricardo Wurmus <=
- 148/257: gnu: ghc-th-orphans: Update to 0.13.6., Ricardo Wurmus, 2018/09/27
- 133/257: gnu: ghc-uuid: Update Cabal file to r2 and relax dependencies., Ricardo Wurmus, 2018/09/27
- 140/257: gnu: ghc-logging-facade: Update to 0.3.0., Ricardo Wurmus, 2018/09/27
- 139/257: gnu: ghc-half: Update to 0.3., Ricardo Wurmus, 2018/09/27
- 136/257: gnu: ghc-constraints: Update to 0.10.1., Ricardo Wurmus, 2018/09/27
- 131/257: gnu: ghc-pem: Update to 0.2.4., Ricardo Wurmus, 2018/09/27
- 130/257: gnu: ghc-extra: Update to 1.6.9., Ricardo Wurmus, 2018/09/27
- 127/257: gnu: ghc-uuid-types: Relax test framework dependency constraints., Ricardo Wurmus, 2018/09/27
- 126/257: gnu: ghc-tar: Update to 0.5.1.0., Ricardo Wurmus, 2018/09/27
- 128/257: gnu: ghc-vector-binary-instances: Update Cabal file to r1., Ricardo Wurmus, 2018/09/27