File tree Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Expand file tree Collapse file tree 4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ package streamly-lz4
66source-repository-package
77 type: git
88 location: https://github.com/composewell/streamly.git
9- tag: unboxed-w32
9+ tag: master
1010
1111source-repository-package
1212 type: git
1313 location: https://github.com/composewell/streamly.git
14- tag: unboxed-w32
14+ tag: master
1515 subdir: core
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ packages: .
33source-repository-package
44 type: git
55 location: https://github.com/composewell/streamly.git
6- tag: unboxed-w32
6+ tag: master
77
88source-repository-package
99 type: git
1010 location: https://github.com/composewell/streamly.git
11- tag: unboxed-w32
11+ tag: master
1212 subdir: core
1313
1414jobs: 1
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments