-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHSvm.cabal
33 lines (31 loc) · 1.12 KB
/
HSvm.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Cabal-Version: 3.0
Name: HSvm
Version: 1.0.3.35
Copyright: (c) 2009 Paolo Losi, 2017 Pavel Ryzhov
Maintainer: Pavel Ryzhov <paul@paulrz.cz>
License: BSD-3-Clause
License-File: LICENSE
Author: Paolo Losi <paolo.losi@gmail.com>
Category: Datamining, Classification
Synopsis: Haskell Bindings for libsvm
Description: The library embeds libsvm and provides a type-safe interface into SVM models.
Stability: provisional
Build-Type: Simple
Extra-Source-Files: cbits/svm.cpp cbits/svm.h
Extra-Doc-Files: changelog.md
Tested-With: GHC == 9.4.8, GHC == 9.6.3
source-repository head
type: git
location: https://github.com/paulrzcz/HSvm.git
tag: 1.0.3.35
Library
Default-Language: Haskell2010
Build-Depends: base >= 4 && < 5
, containers >= 0.6.7 && < 0.8
Exposed-modules: Data.SVM
, Data.SVM.Raw
Includes: svm.h
Include-Dirs: cbits
CXX-Sources: cbits/svm.cpp
Extra-Libraries: stdc++
Ghc-Options: -Wall