gnu: cabal-doctest: Update to 1.0.8.
* gnu/packages/haskell-check.scm (cabal-doctest): Update to 1.0.8. [arguments]: Remove '#:cabal-revision'.
This commit is contained in:
		
							parent
							
								
									064a967ba0
								
							
						
					
					
						commit
						ff25ccf429
					
				
					 1 changed files with 2 additions and 5 deletions
				
			
		| 
						 | 
					@ -841,7 +841,7 @@ To get started quickly, see the examples:
 | 
				
			||||||
(define-public cabal-doctest
 | 
					(define-public cabal-doctest
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "cabal-doctest")
 | 
					    (name "cabal-doctest")
 | 
				
			||||||
    (version "1.0.6")
 | 
					    (version "1.0.8")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -850,11 +850,8 @@ To get started quickly, see the examples:
 | 
				
			||||||
                           version ".tar.gz"))
 | 
					                           version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0bgd4jdmzxq5y465r4sf4jv2ix73yvblnr4c9wyazazafddamjny"))))
 | 
					         "03if74imlhhk7m56nci5f1wclniwqdmwl4hl177040j1gnlac9i0"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (arguments
 | 
					 | 
				
			||||||
     `(#:cabal-revision
 | 
					 | 
				
			||||||
       ("1" "1bk85avgc93yvcggwbk01fy8nvg6753wgmaanhkry0hz55h7mpld")))
 | 
					 | 
				
			||||||
    (home-page "https://github.com/phadej/cabal-doctest")
 | 
					    (home-page "https://github.com/phadej/cabal-doctest")
 | 
				
			||||||
    (synopsis "Setup.hs helper for running doctests")
 | 
					    (synopsis "Setup.hs helper for running doctests")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue