packages feed

JunkDB-0.1.0.0: JunkDB.cabal

-- Initial JunkDB.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                JunkDB
version:             0.1.0.0
-- synopsis:            
description:         Generic KVS API
license:             BSD3
license-file:        LICENSE
author:              HATTORI, Hiroki
maintainer:          seagull.kamome@gmail.com
-- copyright:           
category:            Database
build-type:          Simple
cabal-version:       >=1.8

source-repository head
  type:                git
  location:            https://github.com/seagull-kamome/JunkDB

library
  exposed-modules:     Database.KVS,
                       Database.Junk.FileSystem,
                       Database.Junk.Memcached
  ghc-options:         -Wall
  -- other-modules:       
  build-depends:       base ==4.6.*,
                       network,
                       mtl ==2.1.*,
                       data-default ==0.4.*,
                       directory ==1.2.*,
                       filepath ==1.3.*,
                       bytestring ==0.10.*,
                       binary ==0.5.*,
                       conduit ==1.0.*,
                       aeson ==0.6.*,
                       resourcet ==0.4.*