Skip to content

Commit 3a134e7

Browse files
committed
Bump package versions
1 parent b495c8d commit 3a134e7

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

core-program/core-program.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.12
55
-- see: https://github.com/sol/hpack
66

77
name: core-program
8-
version: 0.6.5.1
8+
version: 0.6.6.0
99
synopsis: Opinionated Haskell Interoperability
1010
description: A library to help build command-line programs, both tools and
1111
longer-running daemons.
@@ -27,7 +27,7 @@ license: MIT
2727
license-file: LICENSE
2828
build-type: Simple
2929
tested-with:
30-
GHC == 8.10.7, GHC == 9.2.5
30+
GHC == 8.10.7, GHC == 9.2.7
3131

3232
source-repository head
3333
type: git

core-program/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: core-program
2-
version: 0.6.5.1
2+
version: 0.6.6.0
33
synopsis: Opinionated Haskell Interoperability
44
description: |
55
A library to help build command-line programs, both tools and
@@ -18,7 +18,7 @@ license-file: LICENSE
1818
author: Andrew Cowie <[email protected]>
1919
maintainer: Andrew Cowie <[email protected]>
2020
copyright: © 2018-2023 Athae Eredh Siniath and Others
21-
tested-with: GHC == 8.10.7, GHC == 9.2.5
21+
tested-with: GHC == 8.10.7, GHC == 9.2.7
2222
category: System
2323
ghc-options: -Wall -Wwarn -fwarn-tabs
2424
github: aesiniath/unbeliever

core-telemetry/core-telemetry.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cabal-version: 1.18
55
-- see: https://github.com/sol/hpack
66

77
name: core-telemetry
8-
version: 0.2.9.0
8+
version: 0.2.9.1
99
synopsis: Advanced telemetry
1010
description: This is part of a library to help build command-line programs, both tools and
1111
longer-running daemons.
@@ -54,7 +54,7 @@ library
5454
base >=4.11 && <5
5555
, bytestring
5656
, core-data >=0.3.8.0
57-
, core-program >=0.6.2.2
57+
, core-program >=0.6.6.0
5858
, core-text >=0.3.7.1
5959
, exceptions
6060
, http-streams

core-telemetry/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: core-telemetry
2-
version: 0.2.9.0
2+
version: 0.2.9.1
33
synopsis: Advanced telemetry
44
description: |
55
This is part of a library to help build command-line programs, both tools and
@@ -34,7 +34,7 @@ library:
3434
dependencies:
3535
- core-text >= 0.3.7.1
3636
- core-data >= 0.3.8.0
37-
- core-program >= 0.6.2.2
37+
- core-program >= 0.6.6.0
3838
- exceptions
3939
- http-streams
4040
- io-streams

0 commit comments

Comments
 (0)