[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
37/272: gnu: ghc-foundation: Update to 0.0.21.
From: |
Ricardo Wurmus |
Subject: |
37/272: gnu: ghc-foundation: Update to 0.0.21. |
Date: |
Mon, 1 Oct 2018 06:13:09 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 95415545ab5b33e7e4d813b97d101c810b1ae338
Author: Timothy Sample <address@hidden>
Date: Tue Aug 28 21:28:17 2018 -0400
gnu: ghc-foundation: Update to 0.0.21.
* gnu/packages/haskell.scm (ghc-foundation): Update to 0.0.21.
[arguments]: Add a phase to create missing "Setup.hs" file.
---
gnu/packages/haskell.scm | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index cc5dc15..860834d 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -9233,7 +9233,7 @@ packages.")
(define-public ghc-foundation
(package
(name "ghc-foundation")
- (version "0.0.20")
+ (version "0.0.21")
(source
(origin
(method url-fetch)
@@ -9241,8 +9241,18 @@ packages.")
"foundation/foundation-" version ".tar.gz"))
(sha256
(base32
- "0bg4g0xf4pb2vmahnfp8c4f0a3v0av73lb5g8bwnp170khxfcsms"))))
+ "1q43y8wfj0wf9gdq2kzphwjwq6m5pvryy1lqgk954aq5z3ks1lsf"))))
(build-system haskell-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'add-setup-script
+ (lambda _
+ ;; The usual "Setup.hs" script is missing from the source.
+ (with-output-to-file "Setup.hs"
+ (lambda ()
+ (format #t "import Distribution.Simple~%")
+ (format #t "main = defaultMain~%"))))))))
(inputs `(("ghc-basement" ,ghc-basement)))
(home-page "https://github.com/haskell-foundation/foundation")
(synopsis "Alternative prelude with batteries and no dependencies")
- 25/272: gnu: ghc-transformers-compat: Update to 0.6.2., (continued)
- 25/272: gnu: ghc-transformers-compat: Update to 0.6.2., Ricardo Wurmus, 2018/10/01
- 29/272: gnu: ghc-unliftio-core: Update Cabal file to r1., Ricardo Wurmus, 2018/10/01
- 32/272: gnu: ghc-xhtml: Update to 3000.2.2.1., Ricardo Wurmus, 2018/10/01
- 33/272: gnu: ghc-zlib: Relax test framework dependency constraints., Ricardo Wurmus, 2018/10/01
- 19/272: gnu: ghc-parser-combinators: Update to 1.0.0., Ricardo Wurmus, 2018/10/01
- 23/272: gnu: ghc-stringbuilder: Update to 0.5.1., Ricardo Wurmus, 2018/10/01
- 16/272: gnu: ghc-network-info: Update to 0.2.0.10., Ricardo Wurmus, 2018/10/01
- 20/272: gnu: ghc-sdl: Update to 0.6.7.0., Ricardo Wurmus, 2018/10/01
- 24/272: gnu: ghc-th-abstraction: Update to 0.2.8.0., Ricardo Wurmus, 2018/10/01
- 39/272: gnu: ghc-microlens-th: Update to 0.4.2.2., Ricardo Wurmus, 2018/10/01
- 37/272: gnu: ghc-foundation: Update to 0.0.21.,
Ricardo Wurmus <=
- 38/272: gnu: ghc-generics-sop: Update to 0.3.2.0., Ricardo Wurmus, 2018/10/01
- 22/272: gnu: ghc-simple-reflect: Update to 0.3.3., Ricardo Wurmus, 2018/10/01
- 26/272: gnu: ghc-unbounded-delays: Update to 0.1.1.0., Ricardo Wurmus, 2018/10/01
- 27/272: gnu: ghc-unexceptionalio: Update to 0.4.0., Ricardo Wurmus, 2018/10/01
- 36/272: gnu: Add ghc-bsb-http-chunked., Ricardo Wurmus, 2018/10/01
- 34/272: gnu: hscolour: Update to 1.24.4., Ricardo Wurmus, 2018/10/01
- 35/272: gnu: ghc-ansi-terminal: Update to 0.8.0.4., Ricardo Wurmus, 2018/10/01
- 02/272: gnu: ghc-mtl: Remove built-in Haskell package., Ricardo Wurmus, 2018/10/01
- 41/272: gnu: ghc-monadrandom: Update to 0.5.1.1., Ricardo Wurmus, 2018/10/01
- 44/272: gnu: ghc-sdl-image: Update to 0.6.2.0., Ricardo Wurmus, 2018/10/01