Skip to content

Commit

Permalink
Catch-up version number updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgnezdo committed Dec 23, 2023
1 parent 7bee22e commit 3b88f6d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion discrimination-ieee754/discrimination-ieee754.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: discrimination-ieee754
version: 0.1.0.2
version: 0.1.0.3
synopsis: Discrimination of floating-point numbers via their IEEE754 representation.
description: Support for sorting/grouping by floating-point numbers. Uses the technique described by http://stereopsis.com/radix.html.
category: Data
Expand Down
2 changes: 1 addition & 1 deletion discrimination-ieee754/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: discrimination-ieee754
version: '0.1.0.2'
version: '0.1.0.3'
synopsis: Discrimination of floating-point numbers via their IEEE754 representation.
description: >
Support for sorting/grouping by floating-point numbers.
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-runtime/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-runtime
version: '0.7.0.4'
version: '0.7.0.5'
author: Judah Jacobson
maintainer: proto-lens@googlegroups.com
github: google/proto-lens/proto-lens-runtime
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-runtime/proto-lens-runtime.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.22
-- see: https://github.com/sol/hpack

name: proto-lens-runtime
version: 0.7.0.4
version: 0.7.0.5
description: Modules that are needed by the Haskell files generated by proto-lens-protoc. For forwards compatibility, we reexport them as new module names so that other packages don't accidentally write non-generated code that relies on these modules being reexported by this package.
homepage: https://github.com/google/proto-lens#readme
bug-reports: https://github.com/google/proto-lens/issues
Expand Down
2 changes: 1 addition & 1 deletion proto-lens/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens
version: "0.7.1.3"
version: "0.7.1.4"
synopsis: A lens-based implementation of protocol buffers in Haskell.
description: >
The proto-lens library provides an API for protocol buffers using modern
Expand Down
2 changes: 1 addition & 1 deletion proto-lens/proto-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: proto-lens
version: 0.7.1.3
version: 0.7.1.4
synopsis: A lens-based implementation of protocol buffers in Haskell.
description: The proto-lens library provides an API for protocol buffers using modern Haskell language and library patterns. Specifically, it provides:
.
Expand Down

0 comments on commit 3b88f6d

Please sign in to comment.