diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-02-16 20:29:43 -0600 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-02-16 20:29:43 -0600 |
commit | 14a4f246b61e763cea32281e3a5f73bde38fe5d4 (patch) | |
tree | 4cdb5bdae2abcc8d8f1f80a50e017951da7de649 /tiny/stack.yaml.lock | |
parent | 5da77fee409e8f4d80563c4283bfe71c8e272266 (diff) |
Add helper function for merging finite sets
Diffstat (limited to 'tiny/stack.yaml.lock')
-rw-r--r-- | tiny/stack.yaml.lock | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tiny/stack.yaml.lock b/tiny/stack.yaml.lock new file mode 100644 index 0000000..dc9b6b0 --- /dev/null +++ b/tiny/stack.yaml.lock @@ -0,0 +1,13 @@ +# This file was autogenerated by Stack. +# You should not edit this file by hand. +# For more information, please see the documentation at: +# https://docs.haskellstack.org/en/stable/lock_files + +packages: [] +snapshots: +- completed: + size: 619405 + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/28.yaml + sha256: 7f4393ad659c579944d12202cffb12d8e4b8114566b015f77bbc303a24cff934 + original: + url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/19/28.yaml |