packages feed

memcached-0.2.1: memcached.cabal

name:                memcached
version:             0.2.1
stability:           Alpha
synopsis:            haskell bindings for memcached
description:         haskell bindings for memcached
category:            Network
license:             OtherLicense
license-file:        LICENSE
author:              Evan Martin <martine@danga.com>
maintainer:          Janrain <hackage@janrain.com>
homepage:            http://github.com/olegkat/haskell-memcached
build-type:          Simple

tested-with:         GHC==6.8.2, GHC==6.10

build-depends:
  base >3 && <5,
  network,
  bytestring >=0.9 && <0.10,
  utf8-light >=0.4 && <1.0

extra-source-files:
  Setup.hs,
  Test.hs,
  Demo.lhs,
  ChangeLog,
  NEWS

exposed-modules:
  Network.Memcache,
  Network.Memcache.Protocol,
  Network.Memcache.Serializable,
  Network.Memcache.ServerPool,
  Network.Memcache.Key

ghc-prof-options:    -prof -auto-all