gnu: ghc-bsb-http-chunked: Update to 0.0.0.4.
* gnu/packages/haskell-web.scm (ghc-bsb-http-chunked): Update to 0.0.0.4. [inputs]: Remove 'ghc-bytestring-builder'. [native-inputs]: Add 'ghc-attoparsec', 'ghc-blaze-builder', 'ghc-hedgehog', 'ghc-tasty', 'ghc-tasty-hedgehog', 'ghc-tasty-hunit', and 'ghc-doctest'.
This commit is contained in:
		
							parent
							
								
									5e2d41f467
								
							
						
					
					
						commit
						803e678096
					
				
					 1 changed files with 10 additions and 4 deletions
				
			
		| 
						 | 
					@ -520,7 +520,7 @@ Haskell's Web Application Interface (WAI).")
 | 
				
			||||||
(define-public ghc-bsb-http-chunked
 | 
					(define-public ghc-bsb-http-chunked
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-bsb-http-chunked")
 | 
					    (name "ghc-bsb-http-chunked")
 | 
				
			||||||
    (version "0.0.0.2")
 | 
					    (version "0.0.0.4")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -530,10 +530,16 @@ Haskell's Web Application Interface (WAI).")
 | 
				
			||||||
             version ".tar.gz"))
 | 
					             version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1x6m6xkrcw6jiaig1bb2wb5pqyw31x8xr9k9pxgq2g3ng44pbjr8"))))
 | 
					         "0z0f18yc6zlwh29c6175ivfcin325lvi4irpvv0n3cmq7vi0k0ql"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("ghc-bytestring-builder" ,ghc-bytestring-builder)))
 | 
					     `(("ghc-attoparsec" ,ghc-attoparsec)
 | 
				
			||||||
 | 
					       ("ghc-blaze-builder" ,ghc-blaze-builder)
 | 
				
			||||||
 | 
					       ("ghc-hedgehog" ,ghc-hedgehog)
 | 
				
			||||||
 | 
					       ("ghc-tasty" ,ghc-tasty)
 | 
				
			||||||
 | 
					       ("ghc-tasty-hedgehog" ,ghc-tasty-hedgehog)
 | 
				
			||||||
 | 
					       ("ghc-tasty-hunit" ,ghc-tasty-hunit)
 | 
				
			||||||
 | 
					       ("ghc-doctest" ,ghc-doctest)))
 | 
				
			||||||
    (home-page "http://github.com/sjakobi/bsb-http-chunked")
 | 
					    (home-page "http://github.com/sjakobi/bsb-http-chunked")
 | 
				
			||||||
    (synopsis "Chunked HTTP transfer encoding for bytestring builders")
 | 
					    (synopsis "Chunked HTTP transfer encoding for bytestring builders")
 | 
				
			||||||
    (description "This Haskell library contains functions for encoding
 | 
					    (description "This Haskell library contains functions for encoding
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue