2019-08-08 16:34:03 -04:00
|
|
|
name: mtlstats
|
2023-06-04 18:04:41 -04:00
|
|
|
version: 0.17.0.1
|
2023-05-23 17:22:14 -04:00
|
|
|
license: GPL-3.0-or-later
|
2019-08-08 16:34:03 -04:00
|
|
|
author: "Jonathan Lamothe"
|
|
|
|
maintainer: "jlamothe1980@gmail.com"
|
2023-05-23 17:22:14 -04:00
|
|
|
copyright: "1984, 1985, 2019-2021, 2023 Rhéal Lamothe"
|
2019-08-08 16:34:03 -04:00
|
|
|
|
|
|
|
extra-source-files:
|
|
|
|
- README.md
|
|
|
|
- ChangeLog.md
|
|
|
|
|
|
|
|
# Metadata used when publishing your package
|
2019-11-07 22:56:56 -05:00
|
|
|
synopsis: Hockey statistics tracker
|
|
|
|
category: Statistics
|
2019-08-08 16:34:03 -04:00
|
|
|
|
|
|
|
# To avoid duplicated efforts in documentation and dealing with the
|
|
|
|
# complications of embedding Haddock markup inside cabal files, it is
|
|
|
|
# common to point users to the README.md file.
|
2019-11-07 22:56:56 -05:00
|
|
|
description: Please see the README on GitHub at <https://github.com/mtlstats/mtlstats#readme>
|
2019-08-08 16:34:03 -04:00
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- base >= 4.7 && < 5
|
2023-05-25 19:36:03 -04:00
|
|
|
- aeson >= 2.0.3.0 && < 2.1
|
|
|
|
- bytestring >= 0.11.4.0 && < 0.12
|
|
|
|
- brick >= 1.4 && < 1.5
|
2019-10-03 01:10:44 -04:00
|
|
|
- containers >= 0.6.0.1 && < 0.7
|
2019-09-19 07:17:42 -04:00
|
|
|
- easy-file >= 0.2.2 && < 0.3
|
2023-05-25 19:36:03 -04:00
|
|
|
- extra >= 1.7.13 && < 1.8
|
|
|
|
- microlens >= 0.4.12.0 && < 0.5
|
|
|
|
- microlens-mtl >= 0.2.0.3 && < 0.3
|
2019-08-09 11:06:13 -04:00
|
|
|
- microlens-th >= 0.4.2.3 && < 0.5
|
2023-05-25 19:36:03 -04:00
|
|
|
- mtl >= 2.2.2 && < 2.3
|
|
|
|
- random >= 1.2.1.1 && < 1.3
|
2023-05-31 20:08:49 -04:00
|
|
|
- text-zipper >= 0.12 && < 0.13
|
2023-05-25 19:36:03 -04:00
|
|
|
- time >= 1.11.1.1 && < 1.12
|
|
|
|
- vty >= 5.37 && < 5.38
|
2019-08-08 16:34:03 -04:00
|
|
|
|
2019-11-12 17:01:08 -05:00
|
|
|
ghc-options:
|
|
|
|
- -Wall
|
|
|
|
- -Werror
|
|
|
|
|
2019-08-08 16:34:03 -04:00
|
|
|
library:
|
|
|
|
source-dirs: src
|
|
|
|
|
|
|
|
executables:
|
2019-08-13 10:11:10 -04:00
|
|
|
mtlstats:
|
2019-08-08 16:34:03 -04:00
|
|
|
main: Main.hs
|
|
|
|
source-dirs: app
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
dependencies:
|
|
|
|
- mtlstats
|
|
|
|
|
|
|
|
tests:
|
|
|
|
mtlstats-test:
|
|
|
|
main: Spec.hs
|
|
|
|
source-dirs: test
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
dependencies:
|
|
|
|
- mtlstats
|
2023-05-25 19:36:03 -04:00
|
|
|
- hspec >= 2.9.7 && < 2.10
|
2019-08-26 23:55:02 -04:00
|
|
|
- unordered-containers
|