Cabal-Version: 3.0 Name: HSvm Version: 1.0.3.32 Copyright: (c) 2009 Paolo Losi, 2017 Pavel Ryzhov Maintainer: Pavel Ryzhov License: BSD-2-Clause License-File: LICENSE Author: Paolo Losi 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.32 Library Default-Language: Haskell2010 Build-Depends: base >= 4 && < 5 , containers >= 0.6.7 && < 0.7 Exposed-modules: Data.SVM , Data.SVM.Raw Includes: svm.h Include-Dirs: cbits CXX-Sources: cbits/svm.cpp Extra-Libraries: stdc++ Ghc-Options: -Wall