remove test suite

This commit is contained in:
Mahdi Dibaiee 2016-11-09 11:22:33 +03:30
parent b7b62223d6
commit b382d63994
2 changed files with 1 additions and 19 deletions

View File

@ -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

View File

@ -1,8 +0,0 @@
module Main where
import System.Exit (exitFailure)
import Sibe
main = do
putStrLn "Hey"
exitFailure