File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ bug-reports: https://github.com/aspiwack/haskell-benign/issues
1313author : Arnaud Spiwack
1414maintainer : arnaud@spiwack.net
1515copyright : MIT
16+ license : MIT
1617build-type : Simple
1718
1819source-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
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ author: Arnaud Spiwack
44maintainer : arnaud@spiwack.net
55github : aspiwack/haskell-benign
66copyright : MIT
7+ license : MIT
78synopsis : A Benign backend for the Katip library
89description : see README.md.
910
1011dependencies :
11- - base
12+ - base < 4.22
1213 - benign
1314 - katip
1415
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ bug-reports: https://github.com/aspiwack/haskell-benign/issues
1313author : Arnaud Spiwack
1414maintainer : arnaud@spiwack.net
1515copyright : MIT
16+ license : MIT
1617build-type : Simple
1718
1819source-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
Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ author: Arnaud Spiwack
44maintainer : arnaud@spiwack.net
55github : aspiwack/haskell-benign
66copyright : MIT
7+ license : MIT
78synopsis : A Benign backend for the Timestats library
89description : See the Benign library.
910
1011dependencies :
11- - base
12+ - base < 4.22
1213 - benign
1314 - timestats
1415
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ synopsis: A library for benign effects
88description : See the Benign library.
99
1010dependencies :
11- - base
11+ - base < 4.22
1212 - async
1313 - containers
1414 - deepseq
You can’t perform that action at this time.
0 commit comments