File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed
Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,6 @@ stack.yaml
44appveyor.yml
55.gitignore
66cabal.project.Werror
7+ cabal.project
78default.nix
89cabal.project
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,15 @@ packages:
33resolver : lts-18.18
44extra-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
917flags :
You can’t perform that action at this time.
0 commit comments