remove test suite
This commit is contained in:
parent
b7b62223d6
commit
b382d63994
12
sibe.cabal
12
sibe.cabal
@ -1,5 +1,5 @@
|
|||||||
name: sibe
|
name: sibe
|
||||||
version: 0.2.0.2
|
version: 0.2.0.3
|
||||||
synopsis: Machine Learning algorithms
|
synopsis: Machine Learning algorithms
|
||||||
description: Haskell Machine Learning
|
description: Haskell Machine Learning
|
||||||
homepage: https://github.com/mdibaiee/sibe
|
homepage: https://github.com/mdibaiee/sibe
|
||||||
@ -96,16 +96,6 @@ executable example-naivebayes-doc-classifier
|
|||||||
, split
|
, split
|
||||||
default-language: Haskell2010
|
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
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/mdibaiee/sibe
|
location: https://github.com/mdibaiee/sibe
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
module Main where
|
|
||||||
import System.Exit (exitFailure)
|
|
||||||
|
|
||||||
import Sibe
|
|
||||||
|
|
||||||
main = do
|
|
||||||
putStrLn "Hey"
|
|
||||||
exitFailure
|
|
Loading…
Reference in New Issue
Block a user