gnu: ghc-http-client: Update to 0.5.13.1.
* gnu/packages/haskell-web.scm (ghc-http-client): Update to 0.5.13.1. [inputs]: Sort; add ghc-memory.
This commit is contained in:
		
							parent
							
								
									7da274a808
								
							
						
					
					
						commit
						6c7a3279ad
					
				
					 1 changed files with 14 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -181,7 +181,7 @@ responses coming back.")
 | 
			
		|||
(define-public ghc-http-client
 | 
			
		||||
  (package
 | 
			
		||||
    (name "ghc-http-client")
 | 
			
		||||
    (version "0.5.7.1")
 | 
			
		||||
    (version "0.5.13.1")
 | 
			
		||||
    (source (origin
 | 
			
		||||
              (method url-fetch)
 | 
			
		||||
              (uri (string-append "https://hackage.haskell.org/package/"
 | 
			
		||||
| 
						 | 
				
			
			@ -189,27 +189,28 @@ responses coming back.")
 | 
			
		|||
                                  version ".tar.gz"))
 | 
			
		||||
              (sha256
 | 
			
		||||
               (base32
 | 
			
		||||
                "19cvnnfcjj2m3pgs6ivyjs21rw9wx5ynarh6hvb27a76cscai2fy"))))
 | 
			
		||||
                "0szwbgvkkdz56lgi91armkagmb7nnfwbpp4j7cm9zhmffv3ba8g1"))))
 | 
			
		||||
    (build-system haskell-build-system)
 | 
			
		||||
    ;; Tests require access to the web.
 | 
			
		||||
    (arguments `(#:tests? #f))
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("ghc-text" ,ghc-text)
 | 
			
		||||
       ("ghc-http-types" ,ghc-http-types)
 | 
			
		||||
       ("ghc-blaze-builder" ,ghc-blaze-builder)
 | 
			
		||||
       ("ghc-data-default-class" ,ghc-data-default-class)
 | 
			
		||||
       ("ghc-network" ,ghc-network)
 | 
			
		||||
       ("ghc-streaming-commons" ,ghc-streaming-commons)
 | 
			
		||||
       ("ghc-case-insensitive" ,ghc-case-insensitive)
 | 
			
		||||
     `(("ghc-async" ,ghc-async)
 | 
			
		||||
       ("ghc-base64-bytestring" ,ghc-base64-bytestring)
 | 
			
		||||
       ("ghc-blaze-builder" ,ghc-blaze-builder)
 | 
			
		||||
       ("ghc-case-insensitive" ,ghc-case-insensitive)
 | 
			
		||||
       ("ghc-cookie" ,ghc-cookie)
 | 
			
		||||
       ("ghc-data-default-class" ,ghc-data-default-class)
 | 
			
		||||
       ("ghc-exceptions" ,ghc-exceptions)
 | 
			
		||||
       ("ghc-random" ,ghc-random)
 | 
			
		||||
       ("ghc-http-types" ,ghc-http-types)
 | 
			
		||||
       ("ghc-memory" ,ghc-memory)
 | 
			
		||||
       ("ghc-mime-types" ,ghc-mime-types)
 | 
			
		||||
       ("ghc-network-uri" ,ghc-network-uri)
 | 
			
		||||
       ("ghc-monad-control" ,ghc-monad-control)
 | 
			
		||||
       ("ghc-zlib" ,ghc-zlib)
 | 
			
		||||
       ("ghc-async" ,ghc-async)))
 | 
			
		||||
       ("ghc-network" ,ghc-network)
 | 
			
		||||
       ("ghc-network-uri" ,ghc-network-uri)
 | 
			
		||||
       ("ghc-random" ,ghc-random)
 | 
			
		||||
       ("ghc-streaming-commons" ,ghc-streaming-commons)
 | 
			
		||||
       ("ghc-text" ,ghc-text)
 | 
			
		||||
       ("ghc-zlib" ,ghc-zlib)))
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     `(("ghc-hspec" ,ghc-hspec)))
 | 
			
		||||
    (home-page "https://github.com/snoyberg/http-client")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue