Skip to content

Commit 2f9892b

Browse files
committed
Fix the CIs
1 parent c09f188 commit 2f9892b

File tree

4 files changed

+25
-1
lines changed

4 files changed

+25
-1
lines changed

.packcheck.ignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ stack.yaml
44
appveyor.yml
55
.gitignore
66
cabal.project.Werror
7+
cabal.project
78
default.nix
89
cabal.project

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ environment:
4242
# ------------------------------------------------------------------------
4343
CABAL_CHECK_RELAX: "y"
4444
CABAL_NO_SANDBOX: "y"
45+
CABAL_PROJECT: "cabal.project.user"
4546

4647
# ------------------------------------------------------------------------
4748
# Where to find the required tools

cabal.project.user

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
packages: .
2+
3+
source-repository-package
4+
type: git
5+
location: https://github.com/composewell/streamly.git
6+
tag: master
7+
8+
source-repository-package
9+
type: git
10+
location: https://github.com/composewell/streamly.git
11+
tag: master
12+
subdir: core
13+
14+
jobs: 1

stack.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@ packages:
33
resolver: lts-18.18
44
extra-deps:
55
- unicode-data-0.3.0
6-
- streamly-0.8.2
6+
- lockfree-queue-0.2.4
7+
8+
- github: composewell/streamly
9+
commit: master
10+
11+
- github: composewell/streamly
12+
commit: master
13+
subdirs:
14+
- core
715

816
# Look at https://stackoverflow.com/questions/70045586/could-not-find-module-system-console-mintty-win32-when-compiling-test-framework
917
flags:

0 commit comments

Comments
 (0)