Cabal revisions of ms-tds-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.31.1.------ see: https://github.com/sol/hpack------ hash: 0882fb2272f167b6bbf45e2945afdaa18166e53c206f1b97c6ecea2801c611d6--name: ms-tds-version: 0.1.0.0-description: Please see the README on GitHub at <https://github.com/mitsuji/ms-tds#readme>-homepage: https://github.com/mitsuji/ms-tds#readme-bug-reports: https://github.com/mitsuji/ms-tds/issues-author: Takamasa Mitsuji-maintainer: tkms@mitsuji.org-copyright: 2019 Takamasa Mitsuji-license: BSD3-license-file: LICENSE-build-type: Simple-extra-source-files:- README.md- ChangeLog.md--source-repository head- type: git- location: https://github.com/mitsuji/ms-tds--library- exposed-modules:- Database.Tds.Message- Database.Tds.Message.Client- Database.Tds.Message.DataStream- Database.Tds.Message.Header- Database.Tds.Message.Prelogin- Database.Tds.Message.Server- Database.Tds.Primitives.Collation- Database.Tds.Primitives.DateTime- Database.Tds.Primitives.Decimal- Database.Tds.Primitives.Fixed- Database.Tds.Primitives.Float- Database.Tds.Primitives.Money- Database.Tds.Primitives.Null- Database.Tds.Transport- other-modules:- Paths_ms_tds- hs-source-dirs:- src- build-depends:- array- , base >=4.7 && <5- , binary- , bytestring- , data-default-class- , mtl- , network- , text- , time- , tls- , uuid-types- , x509-store- , x509-system- default-language: Haskell2010--test-suite tds-test- type: exitcode-stdio-1.0- main-is: Spec.hs- other-modules:- Paths_ms_tds- hs-source-dirs:- test- ghc-options: -threaded -rtsopts -with-rtsopts=-N- build-depends:- array- , base >=4.7 && <5- , binary- , bytestring- , data-default-class- , ms-tds- , mtl- , network- , text- , time- , tls- , uuid-types- , x509-store- , x509-system- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.31.1. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 0882fb2272f167b6bbf45e2945afdaa18166e53c206f1b97c6ecea2801c611d6 + +name: ms-tds +version: 0.1.0.0 +x-revision: 1 +synopsis: TDS Protocol implemented in Haskell +description: Please see the README on GitHub at <https://github.com/mitsuji/ms-tds#readme> +category: Database +homepage: https://github.com/mitsuji/ms-tds#readme +bug-reports: https://github.com/mitsuji/ms-tds/issues +author: Takamasa Mitsuji +maintainer: tkms@mitsuji.org +copyright: 2019 Takamasa Mitsuji +license: BSD3 +license-file: LICENSE +build-type: Simple +extra-source-files: + README.md + ChangeLog.md + +source-repository head + type: git + location: https://github.com/mitsuji/ms-tds + +library + exposed-modules: + Database.Tds.Message + Database.Tds.Message.Client + Database.Tds.Message.DataStream + Database.Tds.Message.Header + Database.Tds.Message.Prelogin + Database.Tds.Message.Server + Database.Tds.Primitives.Collation + Database.Tds.Primitives.DateTime + Database.Tds.Primitives.Decimal + Database.Tds.Primitives.Fixed + Database.Tds.Primitives.Float + Database.Tds.Primitives.Money + Database.Tds.Primitives.Null + Database.Tds.Transport + other-modules: + Paths_ms_tds + hs-source-dirs: + src + build-depends: + array + , base >=4.7 && <5 + , binary + , bytestring + , data-default-class + , mtl + , network + , text + , time + , tls + , uuid-types + , x509-store + , x509-system + default-language: Haskell2010 + +test-suite tds-test + type: exitcode-stdio-1.0 + main-is: Spec.hs + other-modules: + Paths_ms_tds + hs-source-dirs: + test + ghc-options: -threaded -rtsopts -with-rtsopts=-N + build-depends: + array + , base >=4.7 && <5 + , binary + , bytestring + , data-default-class + , ms-tds + , mtl + , network + , text + , time + , tls + , uuid-types + , x509-store + , x509-system + default-language: Haskell2010