ConClusion-0.2.0: ConClusion.cabal
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.6.
--
-- see: https://github.com/sol/hpack
name: ConClusion
version: 0.2.0
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: 2021 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
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.1
, attoparsec >=0.13.0.0 && <0.15
, base >=4.7 && <4.17
, containers >=0.6.0.0 && <0.7
, formatting >=7.1.0 && <7.2
, 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
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.1
, attoparsec >=0.13.0.0 && <0.15
, base >=4.7 && <4.17
, cmdargs >=0.10.0 && <0.11
, containers >=0.6.0.0 && <0.7
, formatting >=7.1.0 && <7.2
, 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.1
default-language: Haskell2010