File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,6 +111,15 @@ jobs:
111111 DISABLE_BENCH=y
112112 ignore_error : false
113113
114+ - name : 9.8.1+streamly-core-0.3.0
115+ ghc_version : 9.8.1
116+ command : cabal-v2
117+ runner : ubuntu-latest
118+ cabal-version : 3.8.1.0
119+ pack_options : >-
120+ CABAL_PROJECT=cabal.project.d/streamly-core-0.3.0
121+ ignore_error : false
122+
114123 - name : 9.8.1+streamly-core-0.2.3
115124 ghc_version : 9.8.1
116125 command : cabal-v2
Original file line number Diff line number Diff line change 1+ packages: streamly-bytestring.cabal
2+
3+ constraints:
4+ streamly-core == 0.3.0.*
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ packages:
44- .
55
66extra-deps :
7- - streamly-core-0.2.3
7+ - streamly-core-0.3.0
88
99# Look at https://stackoverflow.com/questions/70045586/could-not-find-module-system-console-mintty-win32-when-compiling-test-framework
1010flags :
You can’t perform that action at this time.
0 commit comments