cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: c96abf6f4baf5abbb1156cc74602d7a21b073be28ce939a07debada784e9bd5f name: yhseq version: 0.2.1.1 synopsis: Calculation of Y-sequence Hexirp edition description: Please see the README on GitHub at category: Math homepage: https://github.com/Hexirp/yhseq#readme bug-reports: https://github.com/Hexirp/yhseq/issues author: Hexirp maintainer: https://github.com/Hexirp/yhseq copyright: (C) Hexirp 2019 license: Apache-2.0 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/Hexirp/yhseq library exposed-modules: Numeric.YHSeq.V0110 Numeric.YHSeq.V0110.Compression Numeric.YHSeq.V0110.Decompression Numeric.YHSeq.V0110.Expansion Numeric.YHSeq.V0110.Type Numeric.YHSeq.V0111 Numeric.YHSeq.V0111.Compression Numeric.YHSeq.V0111.Decompression Numeric.YHSeq.V0111.Expansion Numeric.YHSeq.V0111.Type Numeric.YHSeq.V0200 Numeric.YHSeq.V0200.Compression Numeric.YHSeq.V0200.Decompression Numeric.YHSeq.V0200.Expansion Numeric.YHSeq.V0200.Type Numeric.YHSeq.V0210 Numeric.YHSeq.V0210.Compression Numeric.YHSeq.V0210.Decompression Numeric.YHSeq.V0210.Expansion Numeric.YHSeq.V0210.Type other-modules: Paths_yhseq hs-source-dirs: src build-depends: base >=4.7 && <4.13 default-language: Haskell2010 test-suite yhseq-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Numeric.YHSeq.V0110.CompressionSpec Numeric.YHSeq.V0111.CompressionSpec Numeric.YHSeq.V0200.CompressionSpec Numeric.YHSeq.V0200.DecompressionSpec Numeric.YHSeq.V0200.ExpansionSpec Numeric.YHSeq.V0200Spec Numeric.YHSeq.V0210Spec Paths_yhseq hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <4.13 , hspec >=2.5.0 && <3.0.0 , hspec-discover >=2.5.0 && <3.0.0 , yhseq default-language: Haskell2010