File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.12
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : core-program
8
- version : 0.6.5.1
8
+ version : 0.6.6.0
9
9
synopsis : Opinionated Haskell Interoperability
10
10
description : A library to help build command-line programs, both tools and
11
11
longer-running daemons.
@@ -27,7 +27,7 @@ license: MIT
27
27
license-file : LICENSE
28
28
build-type : Simple
29
29
tested-with :
30
- GHC == 8.10.7 , GHC == 9.2.5
30
+ GHC == 8.10.7 , GHC == 9.2.7
31
31
32
32
source-repository head
33
33
type : git
Original file line number Diff line number Diff line change 1
1
name : core-program
2
- version : 0.6.5.1
2
+ version : 0.6.6.0
3
3
synopsis : Opinionated Haskell Interoperability
4
4
description : |
5
5
A library to help build command-line programs, both tools and
@@ -18,7 +18,7 @@ license-file: LICENSE
18
18
author :
Andrew Cowie <[email protected] >
19
19
maintainer :
Andrew Cowie <[email protected] >
20
20
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
22
22
category : System
23
23
ghc-options : -Wall -Wwarn -fwarn-tabs
24
24
github : aesiniath/unbeliever
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 1.18
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : core-telemetry
8
- version : 0.2.9.0
8
+ version : 0.2.9.1
9
9
synopsis : Advanced telemetry
10
10
description : This is part of a library to help build command-line programs, both tools and
11
11
longer-running daemons.
@@ -54,7 +54,7 @@ library
54
54
base >= 4.11 && < 5
55
55
, bytestring
56
56
, core-data >= 0.3.8.0
57
- , core-program >= 0.6.2.2
57
+ , core-program >= 0.6.6.0
58
58
, core-text >= 0.3.7.1
59
59
, exceptions
60
60
, http-streams
Original file line number Diff line number Diff line change 1
1
name : core-telemetry
2
- version : 0.2.9.0
2
+ version : 0.2.9.1
3
3
synopsis : Advanced telemetry
4
4
description : |
5
5
This is part of a library to help build command-line programs, both tools and
@@ -34,7 +34,7 @@ library:
34
34
dependencies :
35
35
- core-text >= 0.3.7.1
36
36
- core-data >= 0.3.8.0
37
- - core-program >= 0.6.2.2
37
+ - core-program >= 0.6.6.0
38
38
- exceptions
39
39
- http-streams
40
40
- io-streams
You can’t perform that action at this time.
0 commit comments