packages feed

ConClusion-0.2.2: ConClusion.cabal

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:           ConClusion
version:        0.2.2
synopsis:       Cluster algorithms, PCA, and chemical conformere analysis
description:    Please see the README on GitLab at <https://gitlab.com/theoretical-chemistry-jena/quantum-chemistry/ConfoCluster>
category:       Statistics, Chemistry
bug-reports:    https://gitlab.com/theoretical-chemistry-jena/quantum-chemistry/ConfoCluster/-/issues
author:         Phillip Seeber
maintainer:     phillip.seeber@googlemail.com
copyright:      2023 Phillip Seeber
license:        AGPL-3
license-file:   LICENSE.md
build-type:     Simple
extra-source-files:
    README.md
    LICENSE.md
    Changelog.md

source-repository head
  type: git
  location: https://gitlab.com/theoretical-chemistry-jena/quantum-chemistry/ConfoCluster

library
  exposed-modules:
      ConClusion.Array.Conversion
      ConClusion.Array.Util
      ConClusion.BinaryTree
      ConClusion.Chemistry.Topology
      ConClusion.Numeric.Statistics
  other-modules:
      Paths_ConClusion
  hs-source-dirs:
      src
  default-extensions:
      BangPatterns
      OverloadedStrings
      NoImplicitPrelude
      FlexibleContexts
      ScopedTypeVariables
      OverloadedLabels
      DataKinds
      FlexibleInstances
      MultiParamTypeClasses
      UndecidableInstances
      TypeFamilies
      DuplicateRecordFields
      ScopedTypeVariables
      DataKinds
      DeriveAnyClass
      DeriveDataTypeable
      DeriveGeneric
      DeriveTraversable
      FlexibleInstances
      GeneralizedNewtypeDeriving
      TypeApplications
      RecordWildCards
      NamedFieldPuns
      TypeOperators
      LambdaCase
  ghc-options: -Wall -Wno-unused-top-binds -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
  build-depends:
      aeson >=1.5 && <2.3
    , attoparsec >=0.13.0.0 && <0.15
    , base >=4.7 && <5
    , containers >=0.6.0.0 && <0.7
    , formatting >=7.1.0 && <7.3
    , hmatrix >=0.20.0 && <0.21
    , massiv >=1.0.0.0 && <1.1
    , psqueues >=0.2.7.0 && <0.3
    , rio >=0.1.13.0 && <0.2
  default-language: Haskell2010

executable conclusion
  main-is: ConClusion.hs
  other-modules:
      Paths_ConClusion
  hs-source-dirs:
      app
  default-extensions:
      BangPatterns
      OverloadedStrings
      NoImplicitPrelude
      FlexibleContexts
      ScopedTypeVariables
      OverloadedLabels
      DataKinds
      FlexibleInstances
      MultiParamTypeClasses
      UndecidableInstances
      TypeFamilies
      DuplicateRecordFields
      ScopedTypeVariables
      DataKinds
      DeriveAnyClass
      DeriveDataTypeable
      DeriveGeneric
      DeriveTraversable
      FlexibleInstances
      GeneralizedNewtypeDeriving
      TypeApplications
      RecordWildCards
      NamedFieldPuns
      TypeOperators
      LambdaCase
  ghc-options: -Wall -Wno-unused-top-binds -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      ConClusion
    , aeson >=1.5 && <2.3
    , attoparsec >=0.13.0.0 && <0.15
    , base >=4.7 && <5
    , cmdargs >=0.10.0 && <0.11
    , containers >=0.6.0.0 && <0.7
    , formatting >=7.1.0 && <7.3
    , hmatrix >=0.20.0 && <0.21
    , massiv >=1.0.0.0 && <1.1
    , optics >=0.3 && <0.5
    , psqueues >=0.2.7.0 && <0.3
    , rio >=0.1.13.0 && <0.2
    , text >=1.2.0.0 && <2.2
  default-language: Haskell2010