gnu: ghc-warp-tls: Update to 3.3.2.
* gnu/packages/haskell-web.scm (ghc-warp-tls): Update to 3.3.2. [inputs]: Add ghc-unliftio.
This commit is contained in:
		
							parent
							
								
									2b1d7b28d3
								
							
						
					
					
						commit
						96d3d63299
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -721,7 +721,7 @@ limitation, automatic pruning, energy saving and replay resistance.")
 | 
				
			||||||
(define-public ghc-warp-tls
 | 
					(define-public ghc-warp-tls
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-warp-tls")
 | 
					    (name "ghc-warp-tls")
 | 
				
			||||||
    (version "3.3.1")
 | 
					    (version "3.3.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -730,7 +730,7 @@ limitation, automatic pruning, energy saving and replay resistance.")
 | 
				
			||||||
                           "warp-tls-" version ".tar.gz"))
 | 
					                           "warp-tls-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1k8f3r0l36mgwm69fikprv6pyjzj15702kq25dr9nc3sv5lcs162"))))
 | 
					         "0b9viw26ymzq4q8snfddz3w59sqcf5ankxnw6f99iacxjhk6zs6m"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-cryptonite" ,ghc-cryptonite)
 | 
					     `(("ghc-cryptonite" ,ghc-cryptonite)
 | 
				
			||||||
| 
						 | 
					@ -739,6 +739,7 @@ limitation, automatic pruning, energy saving and replay resistance.")
 | 
				
			||||||
       ("ghc-streaming-commons" ,ghc-streaming-commons)
 | 
					       ("ghc-streaming-commons" ,ghc-streaming-commons)
 | 
				
			||||||
       ("ghc-tls" ,ghc-tls)
 | 
					       ("ghc-tls" ,ghc-tls)
 | 
				
			||||||
       ("ghc-tls-session-manager" ,ghc-tls-session-manager)
 | 
					       ("ghc-tls-session-manager" ,ghc-tls-session-manager)
 | 
				
			||||||
 | 
					       ("ghc-unliftio" ,ghc-unliftio)
 | 
				
			||||||
       ("ghc-wai" ,ghc-wai)
 | 
					       ("ghc-wai" ,ghc-wai)
 | 
				
			||||||
       ("ghc-warp" ,ghc-warp)))
 | 
					       ("ghc-warp" ,ghc-warp)))
 | 
				
			||||||
    (home-page "https://github.com/yesodweb/wai")
 | 
					    (home-page "https://github.com/yesodweb/wai")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue