HaVSA 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+9/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HaVSA.cabal +9/−3
HaVSA.cabal view
@@ -1,9 +1,15 @@ -- cabal configure --prefix=$HOME --user -- cabal build name: HaVSA-version: 0.1.0.1-synopsis: <Project description>-description: <Project description>+version: 0.1.0.2+synopsis: An implementation of the Version Space Algebra learning framework.+description: HaVSA (Have-Saa) is a Haskell implementation of the Version Space+ Algebra Machine Learning technique described by Tessa Lau. The+ canonical description is in:+ .+ Tessa Lau, Steven Wolfman, Pedro Domingos, and Daniel S. Weld,+ Programming by Demonstration using Version Space Algebra,+ Machine Learning, 2003. (http://tlau.org/research/papers/mlj01-draft.pdf) category: AI license: BSD3 License-file: LICENSE