cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.34.2. -- -- see: https://github.com/sol/hpack -- -- hash: ce20a53fa80c7478a01a9fc6ab5b4549475e79e193a58b3e925239f9513502af name: elynx-tools version: 0.3.0 synopsis: Tools for ELynx description: Please see the README on GitHub at . category: Bioinformatics homepage: https://github.com/dschrempf/elynx#readme bug-reports: https://github.com/dschrempf/elynx/issues author: Dominik Schrempf maintainer: dominik.schrempf@gmail.com copyright: Dominik Schrempf (2020) license: GPL-3.0-or-later license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/dschrempf/elynx library exposed-modules: ELynx.Tools other-modules: ELynx.Tools.ByteString ELynx.Tools.Concurrent ELynx.Tools.Definitions ELynx.Tools.Equality ELynx.Tools.InputOutput ELynx.Tools.LinearAlgebra ELynx.Tools.List ELynx.Tools.Logger ELynx.Tools.Matrix ELynx.Tools.Misc ELynx.Tools.Numeric ELynx.Tools.Parallel ELynx.Tools.Reproduction ELynx.Tools.Text ELynx.Tools.Vector Paths_elynx_tools autogen-modules: Paths_elynx_tools hs-source-dirs: src ghc-options: -Wall -fllvm build-depends: aeson , async , base >=4.7 && <5 , base16-bytestring , bytestring , containers , cryptohash-sha256 , deepseq , directory , fast-logger , hmatrix , matrices , megaparsec , monad-control , monad-logger , mwc-random , optparse-applicative , parallel , primitive , template-haskell , text , time , transformers , transformers-base , vector , zlib default-language: Haskell2010