packages feed

elynx-tools-0.5.0.1: elynx-tools.cabal

cabal-version:      2.2
name:               elynx-tools
version:            0.5.0.1
license:            GPL-3.0-or-later
license-file:       LICENSE
copyright:          Dominik Schrempf (2020)
maintainer:         dominik.schrempf@gmail.com
author:             Dominik Schrempf
homepage:           https://github.com/dschrempf/elynx#readme
bug-reports:        https://github.com/dschrempf/elynx/issues
synopsis:           Tools for ELynx
description:
    Please see the README on GitHub at <https://github.com/dschrempf/elynx>.

category:           Bioinformatics
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
    hs-source-dirs:   src
    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.Misc
        ELynx.Tools.Numeric
        ELynx.Tools.Reproduction
        ELynx.Tools.Text
        Paths_elynx_tools

    autogen-modules:  Paths_elynx_tools
    default-language: Haskell2010
    ghc-options:      -Wall -Wunused-packages
    build-depends:
        aeson >=1.5.4.1 && <1.6,
        attoparsec >=0.13.2.4 && <0.14,
        base >=4.7 && <5,
        base16-bytestring >=0.1.1.7 && <0.2,
        bytestring >=0.10.10.0 && <0.11,
        cryptohash-sha256 >=0.11.101.0 && <0.12,
        deepseq >=1.4.4.0 && <1.5,
        directory >=1.3.6.0 && <1.4,
        fast-logger >=3.0.2 && <3.1,
        hmatrix >=0.20.0.0 && <0.21,
        monad-control >=1.0.2.3 && <1.1,
        monad-logger >=0.3.35 && <0.4,
        mwc-random >=0.14.0.0 && <0.15,
        optparse-applicative >=0.15.1.0 && <0.16,
        primitive >=0.7.1.0 && <0.8,
        template-haskell >=2.16.0.0 && <2.17,
        text >=1.2.3.2 && <1.3,
        time >=1.9.3 && <1.10,
        transformers >=0.5.6.2 && <0.6,
        transformers-base >=0.4.5.2 && <0.5,
        vector >=0.12.1.2 && <0.13,
        zlib >=0.6.2.2 && <0.7