Skip to content

Commit 76d2fcd

Browse files
committed
Some fixes for release
1 parent fc8371c commit 76d2fcd

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

backends/katip/benign-katip.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ bug-reports: https://github.com/aspiwack/haskell-benign/issues
1313
author: Arnaud Spiwack
1414
maintainer: [email protected]
1515
copyright: MIT
16+
license: MIT
1617
build-type: Simple
1718

1819
source-repository head
@@ -26,7 +27,7 @@ library
2627
src
2728
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wredundant-constraints
2829
build-depends:
29-
base
30+
base <4.22
3031
, benign
3132
, katip
3233
default-language: Haskell2010

backends/katip/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ author: Arnaud Spiwack
44
maintainer: [email protected]
55
github: aspiwack/haskell-benign
66
copyright: MIT
7+
license: MIT
78
synopsis: A Benign backend for the Katip library
89
description: see README.md.
910

1011
dependencies:
11-
- base
12+
- base < 4.22
1213
- benign
1314
- katip
1415

backends/timestats/benign-timestats.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ bug-reports: https://github.com/aspiwack/haskell-benign/issues
1313
author: Arnaud Spiwack
1414
maintainer: [email protected]
1515
copyright: MIT
16+
license: MIT
1617
build-type: Simple
1718

1819
source-repository head
@@ -26,7 +27,7 @@ library
2627
src
2728
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wredundant-constraints
2829
build-depends:
29-
base
30+
base <4.22
3031
, benign
3132
, timestats
3233
default-language: Haskell2010

backends/timestats/package.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ author: Arnaud Spiwack
44
maintainer: [email protected]
55
github: aspiwack/haskell-benign
66
copyright: MIT
7+
license: MIT
78
synopsis: A Benign backend for the Timestats library
89
description: See the Benign library.
910

1011
dependencies:
11-
- base
12+
- base < 4.22
1213
- benign
1314
- timestats
1415

benign.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ library
3030
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wredundant-constraints
3131
build-depends:
3232
async
33-
, base
33+
, base <4.22
3434
, containers
3535
, deepseq
3636
, stm
@@ -44,7 +44,7 @@ executable simple-print
4444
ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances -Wredundant-constraints
4545
build-depends:
4646
async
47-
, base
47+
, base <4.22
4848
, benign
4949
, containers
5050
, deepseq

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ synopsis: A library for benign effects
88
description: See the Benign library.
99

1010
dependencies:
11-
- base
11+
- base < 4.22
1212
- async
1313
- containers
1414
- deepseq

0 commit comments

Comments
 (0)