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.
This commit is contained in:
		
							parent
							
								
									f707b243c6
								
							
						
					
					
						commit
						e1358124aa
					
				
					 1 changed files with 8 additions and 12 deletions
				
			
		| 
						 | 
					@ -4190,7 +4190,7 @@ indexed variants.")
 | 
				
			||||||
(define-public ghc-cheapskate
 | 
					(define-public ghc-cheapskate
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-cheapskate")
 | 
					    (name "ghc-cheapskate")
 | 
				
			||||||
    (version "0.1.0.4")
 | 
					    (version "0.1.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -4200,20 +4200,16 @@ indexed variants.")
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0drx1hlqvdcrij4097q6bxhbfcqm73jsqv1wwhd3hsnjdmr46ch2"))))
 | 
					         "1hiqi7h76shjzs2zj0j8g6wnq2hbiq1hmfafdazr97fba2zl2432"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-aeson" ,ghc-aeson)
 | 
					     `(("ghc-mtl" ,ghc-mtl)
 | 
				
			||||||
       ("ghc-blaze-html" ,ghc-blaze-html)
 | 
					 | 
				
			||||||
       ("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-text" ,ghc-text)
 | 
				
			||||||
       ("ghc-uniplate" ,ghc-uniplate)
 | 
					       ("ghc-blaze-html" ,ghc-blaze-html)
 | 
				
			||||||
       ("ghc-wai-extra" ,ghc-wai-extra)
 | 
					       ("ghc-xss-sanitize" ,ghc-xss-sanitize)
 | 
				
			||||||
       ("ghc-wai" ,ghc-wai)
 | 
					       ("ghc-data-default" ,ghc-data-default)
 | 
				
			||||||
       ("ghc-xss-sanitize" ,ghc-xss-sanitize)))
 | 
					       ("ghc-syb" ,ghc-syb)
 | 
				
			||||||
 | 
					       ("ghc-uniplate" ,ghc-uniplate)))
 | 
				
			||||||
    (home-page "https://github.com/jgm/cheapskate")
 | 
					    (home-page "https://github.com/jgm/cheapskate")
 | 
				
			||||||
    (synopsis "Experimental markdown processor")
 | 
					    (synopsis "Experimental markdown processor")
 | 
				
			||||||
    (description "Cheapskate is an experimental Markdown processor in pure
 | 
					    (description "Cheapskate is an experimental Markdown processor in pure
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue