hascas-1.2.0: hascas.cabal
name: hascas
version: 1.2.0
synopsis: Cassandra driver for haskell
description: This is a cassandra driver.
homepage: https://github.com/eklavya/hascas#readme
license: Apache
license-file: LICENSE
author: Saurabh Rawat
maintainer: saurabh.rawat90@gmail.com
copyright: 2016 Saurabh Rawat
category: Database
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: CQL
other-modules: Driver
, Codec
, Batch
, Encoding
, Query
, Common
, Derive
build-depends: base >= 4.7 && < 5
, bytestring
, binary
, network
, uuid
, containers
, stm
, data-binary-ieee754
, mtl
, safe-exceptions
, template-haskell
default-language: Haskell2010
test-suite hascas-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, hascas
, bytestring
, binary
, network
, uuid
, containers
, stm
, data-binary-ieee754
, hspec
, mtl
, safe-exceptions
, template-haskell
ghc-options: -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/eklavya/hascas