Import haskell-unordered-containers_0.2.17.0.orig.tar.gz
authorClint Adams <clint@debian.org>
Wed, 15 Jun 2022 02:15:00 +0000 (22:15 -0400)
committerClint Adams <clint@debian.org>
Wed, 15 Jun 2022 02:15:00 +0000 (22:15 -0400)
commitac171700c90fd714d72eb6f0a7b4e26b80c79aa4
tree6cbf789fac41d6f97808ec884dcea28475f8852c
Import haskell-unordered-containers_0.2.17.0.orig.tar.gz

[dgit import orig haskell-unordered-containers_0.2.17.0.orig.tar.gz]
24 files changed:
CHANGES.md [new file with mode: 0644]
Data/HashMap/Internal.hs [new file with mode: 0644]
Data/HashMap/Internal/Array.hs [new file with mode: 0644]
Data/HashMap/Internal/List.hs [new file with mode: 0644]
Data/HashMap/Internal/Strict.hs [new file with mode: 0644]
Data/HashMap/Lazy.hs [new file with mode: 0644]
Data/HashMap/Strict.hs [new file with mode: 0644]
Data/HashSet.hs [new file with mode: 0644]
Data/HashSet/Internal.hs [new file with mode: 0644]
LICENSE [new file with mode: 0644]
Setup.hs [new file with mode: 0644]
benchmarks/Benchmarks.hs [new file with mode: 0644]
benchmarks/Util/ByteString.hs [new file with mode: 0644]
benchmarks/Util/Int.hs [new file with mode: 0644]
benchmarks/Util/String.hs [new file with mode: 0644]
tests/Main.hs [new file with mode: 0644]
tests/Properties.hs [new file with mode: 0644]
tests/Properties/HashMapLazy.hs [new file with mode: 0644]
tests/Properties/HashMapStrict.hs [new file with mode: 0644]
tests/Properties/HashSet.hs [new file with mode: 0644]
tests/Properties/List.hs [new file with mode: 0644]
tests/Regressions.hs [new file with mode: 0644]
tests/Strictness.hs [new file with mode: 0644]
unordered-containers.cabal [new file with mode: 0644]