packages feed

HsSVN-0.4: HsSVN.cabal

Name:          HsSVN
Synopsis:      (Part of) Subversion binding for Haskell
Description:
    HsSVN is a (part of) Subversion binding for Haskell. Currently it
    can do most things related to the Subversion FS but others are
    left uncovered.
Version:       0.4
License:       PublicDomain
License-File:  COPYING
Author:        PHO <pho at cielonegro dot org>
Maintainer:    PHO <pho at cielonegro dot org>
Stability:     experimental
Homepage:      http://cielonegro.org/HsSVN.html
Category:      System
Tested-With:   GHC == 6.8.1
Cabal-Version: >= 1.2.3
Build-Type: Configure

Extra-Source-Files:
    HsSVN.buildinfo.in
    NEWS
    cbits/HsSVN.h
    configure
    configure.ac
    examples/Makefile
    examples/HelloWorld.hs

Library
    Build-Depends:
        base, bytestring, mtl, stm
    Exposed-Modules:
        Subversion
        Subversion.Config
        Subversion.FileSystem
        Subversion.FileSystem.DirEntry
        Subversion.FileSystem.PathChange
        Subversion.FileSystem.Revision
        Subversion.FileSystem.Root
        Subversion.FileSystem.Transaction
        Subversion.Error
        Subversion.Repository
        Subversion.Types
    Other-Modules:
        Subversion.Hash
        Subversion.Pool
        Subversion.Stream
        Subversion.Stream.Pipe
        Subversion.String
    Extensions:
        EmptyDataDecls, DeriveDataTypeable, ForeignFunctionInterface,
        TypeSynonymInstances
    GHC-Options: 
        -Wall
    C-Sources:
        cbits/HsSVN.c
    Include-Dirs:
        cbits
    Install-Includes:
        HsSVN.h