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: 4a005d167b8105dfd7eb2d5b2bda38df222d997d4f998837f6f3d9f8f2e21300 name: yhseq version: 0.3.0.0 synopsis: Calculation of YH sequence system 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-2020 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.V0201 Numeric.YHSeq.V0210 Numeric.YHSeq.V0210.Compression Numeric.YHSeq.V0210.Decompression Numeric.YHSeq.V0210.Expansion Numeric.YHSeq.V0210.Type other-modules: Numeric.YHSeq.V0300 hs-source-dirs: src build-depends: base >=4.12.0.0 && <4.13.0.0 , containers >=0.6.0.1 && <0.7 , vector >=0.12.1.2 && <0.13 default-language: Haskell2010 executable yhseq main-is: Main.hs other-modules: Paths_yhseq hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12.0.0 && <4.13.0.0 , containers >=0.6.0.1 && <0.7 , vector >=0.12.1.2 && <0.13 , yhseq 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.V0201Spec Numeric.YHSeq.V0210Spec Paths_yhseq hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.12.0.0 && <4.13.0.0 , containers >=0.6.0.1 && <0.7 , hspec >=2.7.1 && <3.0.0 , hspec-discover >=2.7.1 && <3.0.0 , vector >=0.12.1.2 && <0.13 , yhseq default-language: Haskell2010