Skip to content

Commit

Permalink
Bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
istathar committed Apr 25, 2023
1 parent b495c8d commit 3a134e7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core-program/core-program.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: core-program
version: 0.6.5.1
version: 0.6.6.0
synopsis: Opinionated Haskell Interoperability
description: A library to help build command-line programs, both tools and
longer-running daemons.
Expand All @@ -27,7 +27,7 @@ license: MIT
license-file: LICENSE
build-type: Simple
tested-with:
GHC == 8.10.7, GHC == 9.2.5
GHC == 8.10.7, GHC == 9.2.7

source-repository head
type: git
Expand Down
4 changes: 2 additions & 2 deletions core-program/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: core-program
version: 0.6.5.1
version: 0.6.6.0
synopsis: Opinionated Haskell Interoperability
description: |
A library to help build command-line programs, both tools and
Expand All @@ -18,7 +18,7 @@ license-file: LICENSE
author: Andrew Cowie <istathar@gmail.com>
maintainer: Andrew Cowie <istathar@gmail.com>
copyright: © 2018-2023 Athae Eredh Siniath and Others
tested-with: GHC == 8.10.7, GHC == 9.2.5
tested-with: GHC == 8.10.7, GHC == 9.2.7
category: System
ghc-options: -Wall -Wwarn -fwarn-tabs
github: aesiniath/unbeliever
Expand Down
4 changes: 2 additions & 2 deletions core-telemetry/core-telemetry.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.18
-- see: https://github.com/sol/hpack

name: core-telemetry
version: 0.2.9.0
version: 0.2.9.1
synopsis: Advanced telemetry
description: This is part of a library to help build command-line programs, both tools and
longer-running daemons.
Expand Down Expand Up @@ -54,7 +54,7 @@ library
base >=4.11 && <5
, bytestring
, core-data >=0.3.8.0
, core-program >=0.6.2.2
, core-program >=0.6.6.0
, core-text >=0.3.7.1
, exceptions
, http-streams
Expand Down
4 changes: 2 additions & 2 deletions core-telemetry/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: core-telemetry
version: 0.2.9.0
version: 0.2.9.1
synopsis: Advanced telemetry
description: |
This is part of a library to help build command-line programs, both tools and
Expand Down Expand Up @@ -34,7 +34,7 @@ library:
dependencies:
- core-text >= 0.3.7.1
- core-data >= 0.3.8.0
- core-program >= 0.6.2.2
- core-program >= 0.6.6.0
- exceptions
- http-streams
- io-streams
Expand Down

0 comments on commit 3a134e7

Please sign in to comment.