gnu: ghc-aeson-qq: Update to 0.8.2.
* gnu/packages/haskell-web.scm (ghc-aeson-qq): Update to 0.8.2.
This commit is contained in:
		
							parent
							
								
									f4548394d4
								
							
						
					
					
						commit
						1a1cf03f24
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
					@ -4,6 +4,7 @@
 | 
				
			||||||
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
 | 
					;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
 | 
				
			||||||
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
 | 
					;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
 | 
				
			||||||
;;; Copyright © 2017 rsiddharth <s@ricketyspace.net>
 | 
					;;; Copyright © 2017 rsiddharth <s@ricketyspace.net>
 | 
				
			||||||
 | 
					;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -791,14 +792,14 @@ essentially the opposite of pretty-printing.")
 | 
				
			||||||
(define-public ghc-aeson-qq
 | 
					(define-public ghc-aeson-qq
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-aeson-qq")
 | 
					    (name "ghc-aeson-qq")
 | 
				
			||||||
    (version "0.8.1")
 | 
					    (version "0.8.2")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
              (method url-fetch)
 | 
					              (method url-fetch)
 | 
				
			||||||
              (uri (string-append "https://hackage.haskell.org/package/"
 | 
					              (uri (string-append "https://hackage.haskell.org/package/"
 | 
				
			||||||
                                  "aeson-qq/aeson-qq-" version ".tar.gz"))
 | 
					                                  "aeson-qq/aeson-qq-" version ".tar.gz"))
 | 
				
			||||||
              (sha256
 | 
					              (sha256
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "1z8kh3qjc4khadz1ijdqm7fbk7dh17sisqhpwd3c9aibj2927k9d"))))
 | 
					                "0ln13jqyfh5726hdrk1rad9a6cgrrj201plmwcfcpvq18v4m5ckd"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     `(("ghc-base-compat" ,ghc-base-compat)
 | 
					     `(("ghc-base-compat" ,ghc-base-compat)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue