public
Description: Haskell bindings for CouchDB
Homepage: http://www.cs.brown.edu/~arjun
Clone URL: git://github.com/arjunguha/haskell-couchdb.git
haskell-couchdb / CouchDB.cabal
100644 30 lines (27 sloc) 0.801 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Name: CouchDB
Version: 0.8.1.3
Cabal-Version: >= 1.2.4
Copyright: Copyright (c) 2008-2009 Arjun Guha and Brendan Hickey
License: BSD3
License-file: LICENSE
Author: Arjun Guha, Brendan Hickey
Maintainer: Arjun Guha <arjun@cs.brown.edu>
Homepage: http://github.com/arjunguha/haskell-couchdb/
Stability: provisional
Category: Database
Build-Type: Custom
Synopsis: CouchDB interface
Extra-Source-Files: README
Description:
 
 
Library
  Hs-Source-Dirs:
    src
  Build-Depends:
    base, mtl, containers, network, HTTP>=4000.0.4, json>=0.4.3
  ghc-options:
    -fwarn-incomplete-patterns
  Extensions:
  Exposed-Modules:
    Database.CouchDB Database.CouchDB.JSON
  Other-Modules:
    Database.CouchDB.HTTP Database.CouchDB.Unsafe