Import haskell-unordered-containers_0.2.10.0.orig.tar.gz
authorClint Adams <clint@debian.org>
Sat, 27 Jul 2019 23:22:18 +0000 (19:22 -0400)
committerClint Adams <clint@debian.org>
Sat, 27 Jul 2019 23:22:18 +0000 (19:22 -0400)
commit53d663e00a16863aae0e133795237e463783f889
tree65330b69eb82caefffc9cd26d119ee40b762fc80
Import haskell-unordered-containers_0.2.10.0.orig.tar.gz

[dgit import orig haskell-unordered-containers_0.2.10.0.orig.tar.gz]
23 files changed:
CHANGES.md [new file with mode: 0644]
Data/HashMap/Array.hs [new file with mode: 0644]
Data/HashMap/Base.hs [new file with mode: 0644]
Data/HashMap/Lazy.hs [new file with mode: 0644]
Data/HashMap/List.hs [new file with mode: 0644]
Data/HashMap/Strict.hs [new file with mode: 0644]
Data/HashMap/Strict/Base.hs [new file with mode: 0644]
Data/HashMap/Unsafe.hs [new file with mode: 0644]
Data/HashMap/UnsafeShift.hs [new file with mode: 0644]
Data/HashSet.hs [new file with mode: 0644]
Data/HashSet/Base.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/HashMapProperties.hs [new file with mode: 0644]
tests/HashSetProperties.hs [new file with mode: 0644]
tests/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]