gnu: ghc-cereal: Update to 0.5.3.0.
* gnu/packages/haskell.scm (ghc-cereal): Update to 0.5.3.0. [native-inputs]: Add ghc-quickcheck, ghc-fail, ghc-test-framework, and ghc-test-framework-quickcheck2.
This commit is contained in:
		
							parent
							
								
									c7f321cff7
								
							
						
					
					
						commit
						3295a6daf8
					
				
					 1 changed files with 7 additions and 2 deletions
				
			
		| 
						 | 
					@ -2574,7 +2574,7 @@ Dual to @code{Traversable}.")
 | 
				
			||||||
(define-public ghc-cereal
 | 
					(define-public ghc-cereal
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "ghc-cereal")
 | 
					    (name "ghc-cereal")
 | 
				
			||||||
    (version "0.4.1.1")
 | 
					    (version "0.5.3.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -2584,8 +2584,13 @@ Dual to @code{Traversable}.")
 | 
				
			||||||
             ".tar.gz"))
 | 
					             ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "15rhfn9hrjm01ksh9xpz9syxsp9vkvpp6b736iqq38wv2wb7416z"))))
 | 
					         "1x4aib7nnaf4x2b9zlndq5n5zsqniw78jifkf55nhnbmvryf05n3"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("ghc-quickcheck" ,ghc-quickcheck)
 | 
				
			||||||
 | 
					       ("ghc-fail" ,ghc-fail)
 | 
				
			||||||
 | 
					       ("ghc-test-framework" ,ghc-test-framework)
 | 
				
			||||||
 | 
					       ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
 | 
				
			||||||
    (home-page "https://hackage.haskell.org/package/cereal")
 | 
					    (home-page "https://hackage.haskell.org/package/cereal")
 | 
				
			||||||
    (synopsis "Binary serialization library")
 | 
					    (synopsis "Binary serialization library")
 | 
				
			||||||
    (description "This package provides a binary serialization library,
 | 
					    (description "This package provides a binary serialization library,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue