Cabal revisions of batching-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.33.0.------ see: https://github.com/sol/hpack------ hash: 8936a5cb6e45b5103dfe0d29f00e470867581f0bfafd31536c356315143191dd--name: batching-version: 0.1.0.0-synopsis: An Applicative Functor deferring actions to run in a batch later.-description: This provides the type Batching, an Applicative which defers request-response- exchanges of a fixed type, to be performed in a single batch. This means you- can write code that appears to issue requests and immediately receive their- responses, but process the requests jointly all at once.-category: Algorithms-homepage: https://github.com/google/hs-batching#readme-bug-reports: https://github.com/google/hs-batching/issues-author: Andrew Pritchard <awpr@google.com>-maintainer: Andrew Pritchard <awpr@google.com>-copyright: 2019-2021 Google LLC-license: Apache-2.0-license-file: LICENSE-build-type: Simple-extra-source-files:- CHANGELOG.md--source-repository head- type: git- location: https://github.com/google/hs-batching--library- exposed-modules:- Control.Batching- other-modules:- Paths_batching- hs-source-dirs:- src- build-depends:- base >=4.12 && <4.16- , primitive >=0.1 && <0.8- , short-vec >=0.1 && <0.2- , sint >=0.1 && <0.2- default-language: Haskell2010--test-suite Batching-test- type: exitcode-stdio-1.0- main-is: Main.hs- other-modules:- Paths_batching- hs-source-dirs:- test- build-depends:- QuickCheck- , base >=4.12 && <4.16- , batching- , primitive >=0.1 && <0.8- , short-vec- , sint >=0.1 && <0.2- , test-framework- , test-framework-quickcheck2- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.33.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: 8936a5cb6e45b5103dfe0d29f00e470867581f0bfafd31536c356315143191dd + +name: batching +version: 0.1.0.0 +x-revision: 1 +synopsis: An Applicative Functor deferring actions to run in a batch later. +description: This provides the type Batching, an Applicative which defers request-response + exchanges of a fixed type, to be performed in a single batch. This means you + can write code that appears to issue requests and immediately receive their + responses, but process the requests jointly all at once. +category: Algorithms +homepage: https://github.com/google/hs-batching#readme +bug-reports: https://github.com/google/hs-batching/issues +author: Andrew Pritchard <awpr@google.com> +maintainer: Andrew Pritchard <awpr@google.com> +copyright: 2019-2021 Google LLC +license: Apache-2.0 +license-file: LICENSE +build-type: Simple +extra-source-files: + CHANGELOG.md + +source-repository head + type: git + location: https://github.com/google/hs-batching + +library + exposed-modules: + Control.Batching + other-modules: + Paths_batching + hs-source-dirs: + src + build-depends: + base >=4.12 && <4.16 + , primitive >=0.1 && <0.8 + , short-vec >=0.1 && <0.2 + , sint >=0.1 && <0.3 + default-language: Haskell2010 + +test-suite Batching-test + type: exitcode-stdio-1.0 + main-is: Main.hs + other-modules: + Paths_batching + hs-source-dirs: + test + build-depends: + QuickCheck + , base >=4.12 && <4.16 + , batching + , primitive >=0.1 && <0.8 + , short-vec + , sint >=0.1 && <0.3 + , test-framework + , test-framework-quickcheck2 + default-language: Haskell2010
revision 2
name: batching version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: An Applicative Functor deferring actions to run in a batch later. description: This provides the type Batching, an Applicative which defers request-response exchanges of a fixed type, to be performed in a single batch. This means you hs-source-dirs: src build-depends: - base >=4.12 && <4.16 + base >=4.12 && <4.17 , primitive >=0.1 && <0.8 , short-vec >=0.1 && <0.2 , sint >=0.1 && <0.3 test build-depends: QuickCheck - , base >=4.12 && <4.16 + , base >=4.12 && <4.17 , batching , primitive >=0.1 && <0.8 , short-vec
revision 3
name: batching version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: An Applicative Functor deferring actions to run in a batch later. description: This provides the type Batching, an Applicative which defers request-response exchanges of a fixed type, to be performed in a single batch. This means you category: Algorithms homepage: https://github.com/google/hs-batching#readme bug-reports: https://github.com/google/hs-batching/issues -author: Andrew Pritchard <awpr@google.com> -maintainer: Andrew Pritchard <awpr@google.com> +author: Andrew Pritchard <awpritchard@gmail.com> +maintainer: Andrew Pritchard <awpritchard@gmail.com> copyright: 2019-2021 Google LLC license: Apache-2.0 license-file: LICENSE
revision 4
name: batching version: 0.1.0.0 -x-revision: 3 +x-revision: 4 synopsis: An Applicative Functor deferring actions to run in a batch later. description: This provides the type Batching, an Applicative which defers request-response exchanges of a fixed type, to be performed in a single batch. This means you hs-source-dirs: src build-depends: - base >=4.12 && <4.17 + base >=4.12 && <4.19 , primitive >=0.1 && <0.8 , short-vec >=0.1 && <0.2 , sint >=0.1 && <0.3 test build-depends: QuickCheck - , base >=4.12 && <4.17 + , base >=4.12 && <4.19 , batching , primitive >=0.1 && <0.8 , short-vec