couch-hs-0.1.3: couch-hs.cabal
name: couch-hs
version: 0.1.3
cabal-version: >= 1.6
build-type: Simple
license: PublicDomain
author: Peter Sagerson
maintainer: Peter Sagerson <psagers.hs@ignorare.net>
stability: alpha
bug-reports: https://bitbucket.org/psagers/couch-hs/issues
synopsis: A CouchDB view server for Haskell.
description: A CouchDB view server for Haskell.
category: Database
tested-with: GHC==7.0.3
source-repository head
type: hg
location: https://bitbucket.org/psagers/couch-hs
Library
hs-source-dirs: source
exposed-modules: Database.CouchDB.ViewServer
, Database.CouchDB.ViewServer.Map
, Database.CouchDB.ViewServer.Reduce
other-modules: Database.CouchDB.ViewServer.Parse
, Database.CouchDB.ViewServer.Internal
build-depends: base >= 4 && < 5
, random >= 1.0 && < 1.1
, bytestring >= 0.9 && < 0.10
, text >= 0.11 && < 0.12
, vector >= 0.7 && < 0.8
, transformers >= 0.2 && < 0.3
, attoparsec >= 0.9 && < 0.10
, aeson >= 0.3 && < 0.4
, hint >= 0.3 && < 0.4
Executable couch-hs
hs-source-dirs: source
main-is: server.hs
other-modules: Database.CouchDB.ViewServer.Main
, Database.CouchDB.ViewServer.Main.Options
, Database.CouchDB.ViewServer.Main.Context
, Database.CouchDB.ViewServer.Main.Devel
, Database.CouchDB.ViewServer.Main.Server
, Database.CouchDB.ViewServer.Main.Server.Command