packages feed

simplenote-1.0: simplenote.cabal

cabal-version: >= 1.6
name:          simplenote
version:       1.0
build-type:    Simple
license:       BSD3
license-file:  LICENSE
author:        marius a. eriksen
category:      Network APIs
synopsis:      Haskell interface for the simplenote API.
description:   Provides a simple Haskell API to the simplenote web
               services. 
maintainer:    marius a. eriksen
copyright:     (c) 2009 marius a. eriksen

library
  build-depends: base == 4.*, time,
                 -- hackage:
                 json, curl >= 1.3.5, download-curl >= 0.1.1,
                 dataenc >= 0.13, bytestring >= 0.9,
                 utf8-string >= 0.3.5, HTTP >= 4000

  exposed-modules:
    Network.Simplenote