[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
63/177: gnu: ghc-cheapskate: Update to 0.1.1.
From: |
Ricardo Wurmus |
Subject: |
63/177: gnu: ghc-cheapskate: Update to 0.1.1. |
Date: |
Tue, 13 Feb 2018 07:38:12 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e1358124aa9af5a1afa8b7445d6e7c0fb94f6caf
Author: Ricardo Wurmus <address@hidden>
Date: Mon Feb 12 22:20:14 2018 +0100
gnu: ghc-cheapskate: Update to 0.1.1.
* gnu/packages/haskell.scm (ghc-cheapskate): Update to 0.1.1.
[inputs]: Remove ghc-aeson, ghc-http-types, ghc-wai-extra, and ghc-wai.
---
gnu/packages/haskell.scm | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/haskell.scm b/gnu/packages/haskell.scm
index 1c7d1e0..7abc937 100644
--- a/gnu/packages/haskell.scm
+++ b/gnu/packages/haskell.scm
@@ -4190,7 +4190,7 @@ indexed variants.")
(define-public ghc-cheapskate
(package
(name "ghc-cheapskate")
- (version "0.1.0.4")
+ (version "0.1.1")
(source
(origin
(method url-fetch)
@@ -4200,20 +4200,16 @@ indexed variants.")
".tar.gz"))
(sha256
(base32
- "0drx1hlqvdcrij4097q6bxhbfcqm73jsqv1wwhd3hsnjdmr46ch2"))))
+ "1hiqi7h76shjzs2zj0j8g6wnq2hbiq1hmfafdazr97fba2zl2432"))))
(build-system haskell-build-system)
(inputs
- `(("ghc-aeson" ,ghc-aeson)
+ `(("ghc-mtl" ,ghc-mtl)
+ ("ghc-text" ,ghc-text)
("ghc-blaze-html" ,ghc-blaze-html)
+ ("ghc-xss-sanitize" ,ghc-xss-sanitize)
("ghc-data-default" ,ghc-data-default)
- ("ghc-http-types" ,ghc-http-types)
- ("ghc-mtl" ,ghc-mtl)
("ghc-syb" ,ghc-syb)
- ("ghc-text" ,ghc-text)
- ("ghc-uniplate" ,ghc-uniplate)
- ("ghc-wai-extra" ,ghc-wai-extra)
- ("ghc-wai" ,ghc-wai)
- ("ghc-xss-sanitize" ,ghc-xss-sanitize)))
+ ("ghc-uniplate" ,ghc-uniplate)))
(home-page "https://github.com/jgm/cheapskate")
(synopsis "Experimental markdown processor")
(description "Cheapskate is an experimental Markdown processor in pure
- 47/177: gnu: hlint: Update to 1.9.37., (continued)
- 47/177: gnu: hlint: Update to 1.9.37., Ricardo Wurmus, 2018/02/13
- 51/177: gnu: Add ghc-haskell-src-exts-util., Ricardo Wurmus, 2018/02/13
- 49/177: gnu: ghc-polyparse: Update to 1.12., Ricardo Wurmus, 2018/02/13
- 52/177: gnu: Add ghc-refact., Ricardo Wurmus, 2018/02/13
- 58/177: gnu: ghc-utf8-string: Fix build with GHC 8., Ricardo Wurmus, 2018/02/13
- 61/177: gnu: Add ghc-pretty-show-for-haskell-src-exts., Ricardo Wurmus, 2018/02/13
- 65/177: gnu: ghc-shelly: Update to 1.7.0.1., Ricardo Wurmus, 2018/02/13
- 62/177: gnu: ghc-haskell-src-exts: Update to 1.20.1., Ricardo Wurmus, 2018/02/13
- 68/177: gnu: ghc-unix-compat: Update to 0.4.2.0., Ricardo Wurmus, 2018/02/13
- 74/177: gnu: ghc-doctest: Update to 0.11.0., Ricardo Wurmus, 2018/02/13
- 63/177: gnu: ghc-cheapskate: Update to 0.1.1.,
Ricardo Wurmus <=
- 64/177: gnu: hlint: Update to 2.1., Ricardo Wurmus, 2018/02/13
- 78/177: gnu: ghc-objectname: Update to 1.1.0.1., Ricardo Wurmus, 2018/02/13
- 76/177: gnu: ghc-profunctors: Update to 5.2.2., Ricardo Wurmus, 2018/02/13
- 84/177: gnu: Add ghc-hxt-charproperties., Ricardo Wurmus, 2018/02/13
- 72/177: gnu: Add ghc-string-qq., Ricardo Wurmus, 2018/02/13
- 87/177: gnu: Add ghc-hxt.., Ricardo Wurmus, 2018/02/13
- 83/177: gnu: ghc-distributive: Update to 0.5.3., Ricardo Wurmus, 2018/02/13
- 90/177: gnu: ghc-comonad: Update to 5., Ricardo Wurmus, 2018/02/13
- 88/177: gnu: ghc-sdl-image: Update to 0.6.1.2., Ricardo Wurmus, 2018/02/13
- 96/177: gnu: ghc-unordered-containers: Update to 0.2.7.1., Ricardo Wurmus, 2018/02/13