diff options
| author | Josh Rahm <joshuarahm@gmail.com> | 2022-04-24 20:34:51 -0600 |
|---|---|---|
| committer | Josh Rahm <joshuarahm@gmail.com> | 2022-04-24 20:34:51 -0600 |
| commit | 72414e1732064079719b1f1021dc4badce654903 (patch) | |
| tree | 0f2bcdf6074b6a8f696c53efb0a83bdd53460275 /package.yaml | |
| parent | 32a394483e5d8f571b27a70f9a7156cae1ed6180 (diff) | |
| download | rde-72414e1732064079719b1f1021dc4badce654903.tar.gz rde-72414e1732064079719b1f1021dc4badce654903.tar.bz2 rde-72414e1732064079719b1f1021dc4badce654903.zip | |
Add R.D.StackSet as a replacement for StackSet.
Diffstat (limited to 'package.yaml')
| -rw-r--r-- | package.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index 056b5b0..cd62c0e 100644 --- a/package.yaml +++ b/package.yaml @@ -41,3 +41,4 @@ dependencies: - data-default - linear - time + - prettyprinter |