Import haskell-unordered-containers_0.2.9.0.orig.tar.gz
authorClint Adams <clint@debian.org>
Mon, 9 Apr 2018 21:22:34 +0000 (17:22 -0400)
committerClint Adams <clint@debian.org>
Mon, 9 Apr 2018 21:22:34 +0000 (17:22 -0400)
commit098303ce8991fe5f3986c112ec985310ff36eb16
tree45b453e4d753a2fe3a12c860f72d6d9dd7356865
Import haskell-unordered-containers_0.2.9.0.orig.tar.gz

[dgit import orig haskell-unordered-containers_0.2.9.0.orig.tar.gz]
21 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/Unsafe.hs [new file with mode: 0644]
Data/HashMap/UnsafeShift.hs [new file with mode: 0644]
Data/HashSet.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]