gnu: ghc-quickcheck: Enable tests.
* gnu/packages/haskell-check.scm (ghc-quickcheck)[arguments]: Remove.
This commit is contained in:
		
							parent
							
								
									4f94a4ea0f
								
							
						
					
					
						commit
						fe9f2d1500
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -501,8 +501,6 @@ use HUnit assertions as QuickCheck properties.")
 | 
			
		|||
        (base32
 | 
			
		||||
         "0426j43af8v3qmdjjqxivazsvr3a2brac8yw09vpgpjkb2m0nmkv"))))
 | 
			
		||||
    (build-system haskell-build-system)
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:tests? #f))  ; FIXME: currently missing libraries used for tests.
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("ghc-random" ,ghc-random)
 | 
			
		||||
       ("ghc-splitmix" ,ghc-splitmix-bootstrap)))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue