cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.0. -- -- see: https://github.com/sol/hpack -- -- hash: 0f2dc7a3b6f602827389af39229f6e3ce923f3371cf1915667ae6fd37da11dbd name: pure-shuffle version: 0.1.1.1 description: Please see the README on GitLab at category: Algorithms homepage: https://gitlab.com/igrep/pure-shuffle#readme author: Yuji Yamamoto maintainer: yuji-yamamoto@iij.ad.jp license: Apache-2.0 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md library exposed-modules: Algorithms.Random.Shuffle.Pure other-modules: Paths_pure_shuffle hs-source-dirs: src build-depends: base >=4.7 && <5 , mono-traversable , random-shuffle default-language: Haskell2010 test-suite pure-shuffle-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_pure_shuffle hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base >=4.7 && <5 , hspec , mono-traversable , pure-shuffle , random-shuffle , transformers default-language: Haskell2010