[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
147/272: gnu: ghc-temporary: Update to 1.3.
From: |
Ricardo Wurmus |
Subject: |
147/272: gnu: ghc-temporary: Update to 1.3. |
Date: |
Mon, 1 Oct 2018 06:13:35 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ded4ac387173cedbaf917479bdf763cffbb22e73
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
- 126/272: gnu: ghc-tar: Update to 0.5.1.0., (continued)
- 126/272: gnu: ghc-tar: Update to 0.5.1.0., Ricardo Wurmus, 2018/10/01
- 125/272: gnu: ghc-integer-logarithms: Replace "--allow-newer" flag., Ricardo Wurmus, 2018/10/01
- 115/272: gnu: ghc-contravariant-extras: Update to 0.3.4., Ricardo Wurmus, 2018/10/01
- 135/272: gnu: ghc-base-orphans: Update to 0.7., Ricardo Wurmus, 2018/10/01
- 137/272: gnu: ghc-fgl: Replace "--allow-newer" flags., Ricardo Wurmus, 2018/10/01
- 138/272: gnu: ghc-generic-deriving: Update to 1.12.2., Ricardo Wurmus, 2018/10/01
- 133/272: gnu: ghc-uuid: Update Cabal file to r2 and relax dependencies., Ricardo Wurmus, 2018/10/01
- 141/272: gnu: Add ghc-newtype-generics., Ricardo Wurmus, 2018/10/01
- 146/272: gnu: ghc-openglraw: Update to 3.3.1.0., Ricardo Wurmus, 2018/10/01
- 144/272: gnu: ghc-fgl-arbitrary: Replace "--allow-newer" flags., Ricardo Wurmus, 2018/10/01
- 147/272: gnu: ghc-temporary: Update to 1.3.,
Ricardo Wurmus <=
- 143/272: gnu: ghc-doctest: Update to 0.16.0., Ricardo Wurmus, 2018/10/01
- 166/272: gnu: ghc-megaparsec: Update to 6.5.0., Ricardo Wurmus, 2018/10/01
- 155/272: gnu: ghc-mockery: Update to 0.3.5., Ricardo Wurmus, 2018/10/01
- 163/272: gnu: ghc-comonad: Update to 5.0.4., Ricardo Wurmus, 2018/10/01
- 161/272: gnu: ghc-attoparsec: Enable tests and allow newer QuickCheck., Ricardo Wurmus, 2018/10/01
- 159/272: gnu: ghc-x509-store: Update to 1.6.6., Ricardo Wurmus, 2018/10/01
- 170/272: gnu: ghc-x509-system: Update to 1.6.6., Ricardo Wurmus, 2018/10/01
- 173/272: gnu: ghc-attoparsec-iso8601: Update Cabal file to r1., Ricardo Wurmus, 2018/10/01
- 176/272: gnu: ghc-email-validate: Update to 2.3.2.6., Ricardo Wurmus, 2018/10/01
- 187/272: gnu: ghc-aeson-compat: Update to 0.3.8., Ricardo Wurmus, 2018/10/01