Skip to content

Commit

Permalink
Merge pull request #84 from miguel-negrao/dev_stack_vivid
Browse files Browse the repository at this point in the history
stack support for vivid
  • Loading branch information
turion committed Jul 26, 2021
2 parents 2834f7a + 8213f58 commit 40fddf2
Show file tree
Hide file tree
Showing 5 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ acmart*
*.hp
*.prof
*.ps
.stack-work
30 changes: 30 additions & 0 deletions essence-of-live-coding-vivid/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Copyright (c) 2021, Manuel Bärenz

All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following
disclaimer in the documentation and/or other materials provided
with the distribution.

* Neither the name of Manuel Bärenz nor the names of other
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4 changes: 4 additions & 0 deletions stack.8.10.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ packages:
- essence-of-live-coding-pulse-example
- essence-of-live-coding-quickcheck
- essence-of-live-coding-speedtest-yampa
- essence-of-live-coding-vivid
- essence-of-live-coding-warp
- demos
- gears
Expand All @@ -17,6 +18,9 @@ extra-deps:
- Yampa-0.13.1@sha256:4612a2646c27bcd3ac55c90dbc34249303e28aa5b3bc3e0c6fa9ce58b889843c,5436
- http-client-0.7.8@sha256:ed76dcd7edec3aaebe012541ca0a52594405e9b21d69420d26c0223bc4d5dc82,5400
- PortMidi-0.2.0.0@sha256:0671e36ec72e95138bf396234b205864a8a6d0ee353e09e01cbfd57004c56f40,2383
- vivid-0.5.1.0@sha256:fb8b2055ed3d13e267bd2d92052e659ff1a6bc11f2d9d4a753094d35204353ec,8330
- vivid-osc-0.5.0.0@sha256:633e5c1c87633feaa26019442c3ae63946001c7afe2afa4d2cf22586bd4b182c,2786
- vivid-supercollider-0.4.1.2@sha256:c7493f2a67b04589df8943e58a7445803e3365c6ad439603bf35695734b9bd65,1738

nix:
packages:
Expand Down
4 changes: 4 additions & 0 deletions stack.8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ packages:
- essence-of-live-coding-pulse-example
- essence-of-live-coding-quickcheck
- essence-of-live-coding-speedtest-yampa
- essence-of-live-coding-vivid
- essence-of-live-coding-warp
- demos
- gears
Expand All @@ -24,6 +25,9 @@ extra-deps:
- http2-3.0.2@sha256:7ef3389c98243da89960dc5b874d20d56c335f4319ee040cda7eea2d4ded308f,15814
- network-byte-order-0.1.6@sha256:23d8b609ac43a69d04d5e8f411e5f86a0266c0e8b33b65f8c92ebda64273fe3a,1313
- http-client-0.7.8@sha256:ed76dcd7edec3aaebe012541ca0a52594405e9b21d69420d26c0223bc4d5dc82,5400
- vivid-0.5.1.0@sha256:fb8b2055ed3d13e267bd2d92052e659ff1a6bc11f2d9d4a753094d35204353ec,8330
- vivid-osc-0.5.0.0@sha256:633e5c1c87633feaa26019442c3ae63946001c7afe2afa4d2cf22586bd4b182c,2786
- vivid-supercollider-0.4.1.2@sha256:c7493f2a67b04589df8943e58a7445803e3365c6ad439603bf35695734b9bd65,1738

nix:
packages:
Expand Down
4 changes: 4 additions & 0 deletions stack.8.8.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ packages:
- essence-of-live-coding-pulse-example
- essence-of-live-coding-quickcheck
- essence-of-live-coding-speedtest-yampa
- essence-of-live-coding-vivid
- essence-of-live-coding-warp
- demos
- gears

extra-deps:
- Yampa-0.13.1@sha256:4612a2646c27bcd3ac55c90dbc34249303e28aa5b3bc3e0c6fa9ce58b889843c,5436
- http-client-0.7.8@sha256:ed76dcd7edec3aaebe012541ca0a52594405e9b21d69420d26c0223bc4d5dc82,5400
- vivid-0.5.1.0@sha256:fb8b2055ed3d13e267bd2d92052e659ff1a6bc11f2d9d4a753094d35204353ec,8330
- vivid-osc-0.5.0.0@sha256:633e5c1c87633feaa26019442c3ae63946001c7afe2afa4d2cf22586bd4b182c,2786
- vivid-supercollider-0.4.1.2@sha256:c7493f2a67b04589df8943e58a7445803e3365c6ad439603bf35695734b9bd65,1738

nix:
packages:
Expand Down

0 comments on commit 40fddf2

Please sign in to comment.