remove test suite
This commit is contained in:
		
							
								
								
									
										12
									
								
								sibe.cabal
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								sibe.cabal
									
									
									
									
									
								
							@@ -1,5 +1,5 @@
 | 
			
		||||
name:                sibe
 | 
			
		||||
version:             0.2.0.2
 | 
			
		||||
version:             0.2.0.3
 | 
			
		||||
synopsis:            Machine Learning algorithms
 | 
			
		||||
description:         Haskell Machine Learning
 | 
			
		||||
homepage:            https://github.com/mdibaiee/sibe
 | 
			
		||||
@@ -96,16 +96,6 @@ executable example-naivebayes-doc-classifier
 | 
			
		||||
                     , split
 | 
			
		||||
  default-language:    Haskell2010
 | 
			
		||||
 | 
			
		||||
test-suite sibe-test
 | 
			
		||||
  type:                exitcode-stdio-1.0
 | 
			
		||||
  hs-source-dirs:      test
 | 
			
		||||
  main-is:             Spec.hs
 | 
			
		||||
  build-depends:       base
 | 
			
		||||
                     , sibe
 | 
			
		||||
                     , hmatrix
 | 
			
		||||
  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
 | 
			
		||||
  default-language:    Haskell2010
 | 
			
		||||
 | 
			
		||||
source-repository head
 | 
			
		||||
  type:     git
 | 
			
		||||
  location: https://github.com/mdibaiee/sibe
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +0,0 @@
 | 
			
		||||
module Main where
 | 
			
		||||
  import System.Exit (exitFailure)
 | 
			
		||||
 | 
			
		||||
  import Sibe
 | 
			
		||||
 | 
			
		||||
  main = do
 | 
			
		||||
    putStrLn "Hey"
 | 
			
		||||
    exitFailure
 | 
			
		||||
		Reference in New Issue
	
	Block a user