gnu: ghc-tasty-th: Update to 0.1.7.
* gnu/packages/haskell-check.scm (ghc-tasty-th): Update to 0.1.7. [inputs]: Add ghc-haskell-src-exts and ghc-tasty-hunit.
This commit is contained in:
		
							parent
							
								
									774f398414
								
							
						
					
					
						commit
						310d782eaf
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -260,7 +260,7 @@ tasty.") | ||||||
| (define-public ghc-tasty-th | (define-public ghc-tasty-th | ||||||
|   (package |   (package | ||||||
|     (name "ghc-tasty-th") |     (name "ghc-tasty-th") | ||||||
|     (version "0.1.4") |     (version "0.1.7") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|  | @ -269,10 +269,12 @@ tasty.") | ||||||
|              version ".tar.gz")) |              version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0dff9si8i1qp0s7p4hlk0l29vq7wxfglw6mvlgmld43h7rllv88q")))) |          "0b2ivrw2257m4cy4rjnkwqlarh83j1y3zywnmaqqqbvy667sqnj3")))) | ||||||
|     (build-system haskell-build-system) |     (build-system haskell-build-system) | ||||||
|     (inputs |     (inputs | ||||||
|      `(("ghc-tasty" ,ghc-tasty))) |      `(("ghc-haskell-src-exts" ,ghc-haskell-src-exts) | ||||||
|  |        ("ghc-tasty" ,ghc-tasty) | ||||||
|  |        ("ghc-tasty-hunit" ,ghc-tasty-hunit))) | ||||||
|     (home-page "https://github.com/bennofs/tasty-th") |     (home-page "https://github.com/bennofs/tasty-th") | ||||||
|     (synopsis "Automatically generate tasty TestTrees") |     (synopsis "Automatically generate tasty TestTrees") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue