cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: ConClusion version: 0.0.1 synopsis: Cluster algorithms, PCA, and chemical conformere analysis description: Please see the README on GitLab at 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.Chemistry.Topology ConClusion.Numeric.Data 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: PSQueue >=1.1.0.1 && <1.2 , aeson ==1.5.* , attoparsec >=0.13.0.0 && <0.15 , base >=4.7 && <4.15 , containers >=0.6.0.0 && <0.7 , formatting >=7.1.0 && <7.2 , hmatrix >=0.20.0 && <0.21 , massiv >=0.6.0.0 && <0.7 , 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 , PSQueue >=1.1.0.1 && <1.2 , aeson ==1.5.* , attoparsec >=0.13.0.0 && <0.15 , base >=4.7 && <4.15 , 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 >=0.6.0.0 && <0.7 , optics >=0.3 && <0.5 , rio >=0.1.13.0 && <0.2 , text >=1.2.0.0 && <1.3 default-language: Haskell2010