Skip to content

Commit 15def49

Browse files
committed
Update config files
1 parent d0c32c5 commit 15def49

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

cabal.project.Werror

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ package streamly-lz4
66
source-repository-package
77
type: git
88
location: https://github.com/composewell/streamly.git
9-
tag: unboxed-w32
9+
tag: master
1010

1111
source-repository-package
1212
type: git
1313
location: https://github.com/composewell/streamly.git
14-
tag: unboxed-w32
14+
tag: master
1515
subdir: core

cabal.project.user

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ packages: .
33
source-repository-package
44
type: git
55
location: https://github.com/composewell/streamly.git
6-
tag: unboxed-w32
6+
tag: master
77

88
source-repository-package
99
type: git
1010
location: https://github.com/composewell/streamly.git
11-
tag: unboxed-w32
11+
tag: master
1212
subdir: core
1313

1414
jobs: 1

default.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ let
3434
(with nixpkgs.haskell.lib; self: super: {
3535
streamly-lz4 =
3636
utils.local super "streamly-lz4" ./. "--benchmark" inShell;
37-
streamly-core =
38-
utils.gitBranchDirFlags super "streamly-core" "[email protected]:composewell/streamly.git" "c6a8ffd2e49d1f4933858fd5394854562c3b67de" "unboxed-w32" "/core" [];
39-
streamly =
40-
utils.gitBranchDirFlags super "streamly" "[email protected]:composewell/streamly.git" "c6a8ffd2e49d1f4933858fd5394854562c3b67de" "unboxed-w32" "" [];
4137
});
4238
});
4339

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ extra-deps:
66
- lockfree-queue-0.2.4
77

88
- github: composewell/streamly
9-
commit: unboxed-w32
9+
commit: master
1010

1111
- github: composewell/streamly
12-
commit: unboxed-w32
12+
commit: master
1313
subdirs:
1414
- core
1515

0 commit comments

Comments
 (0)