Cabal revisions of list-shuffle-1.0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
synopsis: List shuffling and sampling tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 version: 1.0.0.1+x-revision: 1 extra-doc-files: CHANGELOG.md deepseq ^>= 1.4.6 || ^>= 1.5.0, list-shuffle, random,- tasty-bench ^>= 0.3.5,+ tasty-bench ^>= 0.3.5 || ^>= 0.4, ghc-options: "-with-rtsopts=-A32m -T" hs-source-dirs: bench main-is: Main.hs
revision 2
author: Mitchell Dalvi Rosen bug-reports: https://github.com/awkward-squad/list-shuffle/issues category: Data-copyright: Copyright (C) 2024 Mitchell Dalvi Rosen, Travis Staton+copyright: Copyright (C) 2024-2025 Mitchell Dalvi Rosen, Travis Staton description: List shuffling and sampling with optimal asymptotic time and space complexity using the imperative Fisher–Yates algorithm. homepage: https://github.com/awkward-squad/list-shuffle license: BSD-3-Clause synopsis: List shuffling and sampling tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1 version: 1.0.0.1-x-revision: 1+x-revision: 2 extra-doc-files: CHANGELOG.md library import: component build-depends:- base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20,+ base ^>= 4.14 || ^>= 4.15 || ^>= 4.16 || ^>= 4.17 || ^>= 4.18 || ^>= 4.19 || ^>= 4.20 || ^>= 4.21, primitive ^>= 0.8 || ^>= 0.9,- random ^>= 1.2.1,+ random ^>= 1.2.1 || ^>= 1.3, hs-source-dirs: src exposed-modules: List.Shuffle
revision 3
name: list-shuffle stability: stable synopsis: List shuffling and sampling-tested-with: GHC == 9.6.5, GHC == 9.8.2, GHC == 9.10.1+tested-with: GHC == 9.8.4, GHC == 9.10.1, GHC == 9.12.1 version: 1.0.0.1-x-revision: 2+x-revision: 3 extra-doc-files: CHANGELOG.md import: component build-depends: base,- hedgehog ^>= 1.4,+ hedgehog ^>= 1.4 || ^>= 1.5, list-shuffle, random, ghc-options: -rtsopts -threaded "-with-rtsopts=-N4"
revision 4
synopsis: List shuffling and sampling tested-with: GHC == 9.8.4, GHC == 9.10.1, GHC == 9.12.1 version: 1.0.0.1-x-revision: 3+x-revision: 4 extra-doc-files: CHANGELOG.md import: component build-depends: base,- hedgehog ^>= 1.4 || ^>= 1.5,+ hedgehog ^>= 1.4 || ^>= 1.5 || ^>= 1.6, list-shuffle, random, ghc-options: -rtsopts -threaded "-with-rtsopts=-N4"