-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxAHP.cabal
More file actions
25 lines (23 loc) · 1.17 KB
/
xAHP.cabal
File metadata and controls
25 lines (23 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cabal-version: >=1.10
-- Initial package description 'xAHP.cabal' generated by 'cabal init'. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: xAHP
version: 0.1.0.0
-- synopsis:
-- description:
-- bug-reports:
license: MIT
license-file: LICENSE
author: Anonymous Auhtors
maintainer: Anonymous
-- copyright:
category: Language
build-type: Simple
extra-source-files: CHANGELOG.md, README.md
library
exposed-modules: Examples.Car, Examples.SensitivityCar, Explanation.SensitivityHelper, Explanation.SensitivityAnalysis, Explanation.SensDataType, Explanation.MDS, Explanation.Factor, Encoding.Valuation, Explanation.Transformation, Encoding.Record, Encoding.Info, Encoding.Dimension
-- other-modules:
other-extensions: ScopedTypeVariables, FlexibleInstances, ConstraintKinds, FlexibleContexts, FunctionalDependencies, UndecidableInstances, MultiParamTypeClasses, DeriveAnyClass
build-depends: base >=4.12 && <4.13, OneTuple >=0.2 && <0.3, containers >=0.6 && <0.7
hs-source-dirs: src
default-language: Haskell2010