this repo has no description
1cabal-version: 2.4
2-- Initial package description 'stats.cabal' generated by 'cabal init'.
3-- For further documentation, see http://haskell.org/cabal/users-guide/
4
5name: stats
6version: 0.1.0.0
7-- synopsis:
8-- description:
9-- bug-reports:
10license: Apache-2.0
11license-file: LICENSE
12author: Kaushik Chakraborty
13maintainer: git@kaushikc.org
14-- copyright:
15-- category:
16extra-source-files: CHANGELOG.md
17
18library
19 exposed-modules: MyLib
20 -- other-modules:
21 -- other-extensions:
22 build-depends: base ^>=4.12.0.0,
23 papa,
24 linear,
25 vector,
26 combinatorial
27 -- hs-source-dirs:
28 default-language: Haskell2010