name: hs2svn version: 0.1 cabal-version: -any build-type: Simple license: GPL license-file: "" copyright: Andrew U Frank, TU Wien maintainer: Andrew U Frank build-depends: base -any, filepath -any, haskell98 -any, process -any stability: experimental homepage: package-url: bug-reports: frank@geoinfo.tuwien.ac.at synopsis: a simple way to use svn from a haskell program description: System.Process is used to send commands to svn and analyzes the returned messages (partially). only the routines which were needed for a project, but could be completed following the examples given. error handling should be improved. . works with 6.10 category: development author: Andrew U Frank tested-with: data-files: data-dir: "" extra-source-files: extra-tmp-files: exposed-modules: SVN.Hs2svn exposed: True buildable: True build-tools: cpp-options: cc-options: ld-options: pkgconfig-depends: frameworks: c-sources: extensions: extra-libraries: extra-lib-dirs: includes: install-includes: include-dirs: hs-source-dirs: . other-modules: ghc-prof-options: ghc-shared-options: ghc-options: hugs-options: nhc98-options: jhc-options: executable: Test main-is: Hs2svnTest.hs buildable: True build-tools: cpp-options: cc-options: ld-options: pkgconfig-depends: frameworks: c-sources: extensions: extra-libraries: extra-lib-dirs: includes: install-includes: include-dirs: hs-source-dirs: . other-modules: ghc-prof-options: ghc-shared-options: ghc-options: hugs-options: nhc98-options: jhc-options: