Compare commits

...

10 Commits
rnn ... master

Author SHA1 Message Date
Mahdi Dibaiee
d22d91bd6a Merge branch 'master' of github.com:mdibaiee/sibe 2017-05-25 12:05:31 +04:30
Mahdi Dibaiee
83f9ff1c44 chore: bump version 2017-05-25 12:04:34 +04:30
Mahdi Dibaiee
fd987ad490 Merge pull request #3 from peti/master
Distribute an *unmodified* GPL-3 license text.
2017-04-01 12:51:17 -04:00
Peter Simons
172875e4c2 Distribute an *unmodified* GPL-3 license text.
If you modify the text of the license in whatever trivial way, then the
resulting license may no longer be called "GPL-3". That is probably not what
you intended.
2017-03-31 16:04:23 +02:00
Mahdi Dibaiee
58d62a06fc chore: bump version 2017-01-08 15:09:32 +03:30
Mahdi Dibaiee
854bfe5805 chore(dependencies): update vector 2017-01-08 15:06:35 +03:30
Mahdi Dibaiee
b382d63994 remove test suite 2016-11-09 11:22:33 +03:30
Mahdi Dibaiee
b7b62223d6 chore: bump version 2016-11-08 22:42:37 +03:30
Mahdi Dibaiee
94e11e5b7c chore: bump version 2016-11-08 22:40:26 +03:30
Mahdi Dibaiee
fa84c7efe9 chore(deps): JuicyPixel < 3.3 2016-11-08 22:39:50 +03:30
3 changed files with 6 additions and 24 deletions

View File

@ -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
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.}
Copyright (C) {year} {name of author}
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
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
@ -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
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 is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.

View File

@ -1,5 +1,5 @@
name: sibe
version: 0.2.0.0
version: 0.2.0.5
synopsis: Machine Learning algorithms
description: Haskell Machine Learning
homepage: https://github.com/mdibaiee/sibe
@ -76,8 +76,8 @@ executable example-notmnist
, sibe
, hmatrix
, directory >= 1.2.5.0
, JuicyPixels == 3.2.7.2
, vector == 0.11.0.0
, JuicyPixels < 3.3
, vector
, random
, random-shuffle
, data-default-class
@ -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