Cabal revisions of hascas-1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: hascas-version: 1.0.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+name: hascas +version: 1.0.0 +x-revision: 1 +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.8 && < 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