gnu: ghc-fingertree: Run tests.
* gnu/packages/haskell.scm (ghc-fingertree)[arguments]: Delete to run tests. [native-inputs]: Add ghc-hunit, ghc-quickcheck, ghc-test-framework, ghc-test-framework-hunit, and ghc-test-framework-quickcheck2.
This commit is contained in:
		
							parent
							
								
									35deff7286
								
							
						
					
					
						commit
						ffe8c06e89
					
				
					 1 changed files with 6 additions and 1 deletions
				
			
		| 
						 | 
					@ -3584,7 +3584,12 @@ will eventually deliver a value of type @code{a}.")
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1ryjj7qrx70ckcjlr02x9zh86kfp76azbxq05r7hawqkaqg44sfs"))))
 | 
					         "1ryjj7qrx70ckcjlr02x9zh86kfp76azbxq05r7hawqkaqg44sfs"))))
 | 
				
			||||||
    (build-system haskell-build-system)
 | 
					    (build-system haskell-build-system)
 | 
				
			||||||
    (arguments `(#:tests? #f)) ; FIXME: testing libraries are missing.
 | 
					    (native-inputs
 | 
				
			||||||
 | 
					     `(("ghc-hunit" ,ghc-hunit)
 | 
				
			||||||
 | 
					       ("ghc-quickcheck" ,ghc-quickcheck)
 | 
				
			||||||
 | 
					       ("ghc-test-framework" ,ghc-test-framework)
 | 
				
			||||||
 | 
					       ("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
 | 
				
			||||||
 | 
					       ("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)))
 | 
				
			||||||
    (home-page "https://hackage.haskell.org/package/fingertree")
 | 
					    (home-page "https://hackage.haskell.org/package/fingertree")
 | 
				
			||||||
    (synopsis "Generic finger-tree structure")
 | 
					    (synopsis "Generic finger-tree structure")
 | 
				
			||||||
    (description "This library provides finger trees, a general sequence
 | 
					    (description "This library provides finger trees, a general sequence
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue