packages feed

dgs-0.1: dgs.cabal

name:               dgs
version:            0.1
author:             Daniel Wagner
maintainer:         daniel@wagner-home.com
homepage:           http://www.dmwit.com/dgs
bug-reports:        http://dmwit.fogbugz.com/
synopsis:           Haskell front-end for DGS' bot interface
description:
    The Dragon Go Server exposes a convenient interface for bots.  This module
    provides some functions for accessing that interface to log in to the
    server, retrieve your status page, retrieve the state of any games you are
    playing, and make moves in games.
category:           Game, Network, Web
license:            BSD3
license-file:       LICENSE
cabal-version:      >= 1.6
build-type:         Simple

library
    exposed-modules:    Network.DGS

    build-depends:  base >=3 && < 4,
                    HTTP,
                    network,
                    split

source-repository head
    type:       git
    location:   http://www.dmwit.com/dgs

source-repository this
    type:       git
    location:   http://www.dmwit.com/dgs
    tag:        0.1