Compare commits
10 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
d22d91bd6a | ||
|
83f9ff1c44 | ||
|
fd987ad490 | ||
|
172875e4c2 | ||
|
58d62a06fc | ||
|
854bfe5805 | ||
|
b382d63994 | ||
|
b7b62223d6 | ||
|
94e11e5b7c | ||
|
fa84c7efe9 |
6
LICENSE
6
LICENSE
@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
|
|||||||
state the exclusion of warranty; and each file should have at least
|
state the exclusion of warranty; and each file should have at least
|
||||||
the "copyright" line and a pointer to where the full notice is found.
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
{one line to give the program's name and a brief idea of what it does.}
|
<one line to give the program's name and a brief idea of what it does.>
|
||||||
Copyright (C) {year} {name of author}
|
Copyright (C) <year> <name of author>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
|||||||
If the program does terminal interaction, make it output a short
|
If the program does terminal interaction, make it output a short
|
||||||
notice like this when it starts in an interactive mode:
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
Sibe Copyright (C) 2016 Mahdi Dibaiee
|
<program> Copyright (C) <year> <name of author>
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; type `show c' for details.
|
under certain conditions; type `show c' for details.
|
||||||
|
16
sibe.cabal
16
sibe.cabal
@ -1,5 +1,5 @@
|
|||||||
name: sibe
|
name: sibe
|
||||||
version: 0.2.0.0
|
version: 0.2.0.5
|
||||||
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
|
||||||
@ -76,8 +76,8 @@ executable example-notmnist
|
|||||||
, sibe
|
, sibe
|
||||||
, hmatrix
|
, hmatrix
|
||||||
, directory >= 1.2.5.0
|
, directory >= 1.2.5.0
|
||||||
, JuicyPixels == 3.2.7.2
|
, JuicyPixels < 3.3
|
||||||
, vector == 0.11.0.0
|
, vector
|
||||||
, random
|
, random
|
||||||
, random-shuffle
|
, random-shuffle
|
||||||
, data-default-class
|
, data-default-class
|
||||||
@ -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