-- Initial HAHP.cabal generated by cabal init. For further documentation, -- see http://haskell.org/cabal/users-guide/ name: hahp version: 0.1.1 synopsis: Analytic Hierarchy Process description: Analytic Hierarchy Process implementation. license: AGPL-3 license-file: LICENSE author: Yves Dubromelle maintainer: yves+hackage@dubronetwork.fr -- copyright: category: Math build-type: Simple -- extra-source-files: cabal-version: >=1.10 source-repository head type: git location: https://github.com/Taeradan/hahp.git library -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5 , containers, hmatrix, parallel, time hs-source-dirs: src default-language: Haskell2010 exposed-modules: HAHP.Algorithm HAHP.Algorithm.Consistency HAHP.Algorithm.PriorityVector HAHP.Algorithm.Ranking HAHP.Data HAHP.Reporting HAHP.Sample.Config1 HAHP.Sample.Config2 HAHP.Sample.Config3 HAHP.Sample.CarChoice HAHP.Sample.LeaderChoice HAHP.Sample.SquareMatrixError HAHP.Validation.Alternatives HAHP.Validation.Tree executable hahp-example main-is: Main.hs -- other-modules: -- other-extensions: build-depends: base >=4.7 && <5, hahp, time hs-source-dirs: hahp-example default-language: Haskell2010 ghc-options: -rtsopts -eventlog -threaded