cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.2. -- -- see: https://github.com/sol/hpack name: mt19937 version: 0.1.0 synopsis: Efficient MT19937 (standard 32-bit Mersenne Twister PRNG) implementation in pure Haskell description: Please see README.md. category: Data, Random homepage: https://github.com/raehik/mt19937-hs#readme bug-reports: https://github.com/raehik/mt19937-hs/issues author: Ben Orchard maintainer: Ben Orchard license: MIT license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/raehik/mt19937-hs library exposed-modules: MT19937.Internal MT19937.Pure other-modules: Paths_mt19937 hs-source-dirs: src default-extensions: LambdaCase NoStarIsType DerivingVia DeriveAnyClass GADTs RoleAnnotations DefaultSignatures TypeFamilies DataKinds MagicHash ghc-options: -Wall build-depends: base >=4.18.0.0 && <4.19 , vector >=0.13.1.0 && <0.14 default-language: GHC2021