Skip to content

Commit

Permalink
added git info to the .cabal file
Browse files Browse the repository at this point in the history
  • Loading branch information
necrobious committed Mar 13, 2011
1 parent e31acf7 commit b9e5881
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions hscassandra.cabal
Expand Up @@ -3,16 +3,20 @@ version : 0.0.4
license : BSD3
cabal-version : >= 1.4
author : Kirk Peterson
maintainer : kirk@glyphsoftware.com
maintainer : kirk@glyphsoftware.com,
necrobious@gmail.com
homepage : https://github.com/necrobious/hscassandra
stability : alpha
synopsis : cassandra database interface
description:
A simple abstration over the Cassandra Thrift bindings designed to make working with Cassandra's thrift API easier, without removing the ability to use it directly.
A Cassandra monad is presented for mannaging the connection to the Cassandra server, and the calculation of cassandra timestams (in microseconds).

category : Database
build-type : Simple
Library
source-repository head
type : git
location : git://github.com/necrobious/hscassandra.git
library
hs-source-dirs : src
exposed-modules: Database.Cassandra,
Database.Cassandra.Monad,
Expand Down

0 comments on commit b9e5881

Please sign in to comment.