cv-combinators 0.1 → 0.1.1
raw patch · 1 files changed
+14/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- cv-combinators.cabal +14/−2
cv-combinators.cabal view
@@ -1,14 +1,22 @@ name: cv-combinators-version: 0.1+version: 0.1.1 license: BSD3 maintainer: Noam Lewis <jones.noamle@gmail.com> bug-reports: mailto:jones.noamle@gmail.com category: AI, Graphics synopsis: Functional Combinators for Computer Vision description:- Initial version; using HOpenCV as a backend+ Initial version; using the HOpenCV package as a backend.+ .+ Provides a functional combinator library, naturally expressed as Arrow instances (but also Category, Functor and Applicative). + .+ Read the module docs for more information.+ See the test program (@src/Test.hs@) for example usage.+ .+ build-type: Simple cabal-version: >= 1.2+Tested-With: GHC == 6.10.4 library exposed-modules: AI.CV.Processor,@@ -25,4 +33,8 @@ Ghc-Prof-Options: -prof -auto-all other-modules: AI.CV.Processor, AI.CV.ImageProcessors ++-- source-repository head+-- type: git+-- location: git://github.com/sinelaw/cv-combinators.git