delicious-0.3.2: delicious.cabal
name: delicious
version: 0.3.2
homepage: http://galois.com
synopsis: Accessing the del.icio.us APIs from Haskell (v2)
description: Access to the del.icio.us social tagging site's API(v2) from Haskell
category: Web
license: BSD3
license-file: LICENSE
author: Sigbjorn Finne <sof@galois.com>
maintainer: Sigbjorn Finne <sof@galois.com>
copyright: (c) 2008 Galois, Inc.
cabal-version: >= 1.2
build-type: Simple
library
exposed-modules:
Network.Delicious.Types,
Network.Delicious.User,
Network.Delicious.RSS,
Network.Delicious.JSON,
Network.Delicious.Fetch,
Network.Delicious
build-depends: base,
xml >= 1.2.6,
feed >= 0.3.1,
curl >= 1.1,
bytestring,
nano-md5,
json >= 0.3.3
ghc-options: -Wall
-- Executable: dtest
-- Main-is: Main.hs