2019-08-08 16:34:03 -04:00
|
|
|
name: mtlstats
|
2020-01-23 17:18:39 -05:00
|
|
|
version: 0.11.0
|
2019-08-08 16:34:03 -04:00
|
|
|
github: "mtlstats/mtlstats"
|
2019-08-19 23:57:24 -04:00
|
|
|
license: GPL-3
|
2019-08-08 16:34:03 -04:00
|
|
|
author: "Jonathan Lamothe"
|
|
|
|
maintainer: "jlamothe1980@gmail.com"
|
|
|
|
copyright: "Rhéal Lamothe"
|
|
|
|
|
|
|
|
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
|
2019-08-10 10:01:36 -04:00
|
|
|
- aeson >= 1.4.4.0 && < 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
|
2019-08-20 00:18:23 -04:00
|
|
|
- extra >= 1.6.17 && < 1.7
|
2019-08-09 11:06:13 -04:00
|
|
|
- microlens-th >= 0.4.2.3 && < 0.5
|
2019-08-13 10:11:10 -04:00
|
|
|
- ncurses >= 0.2.16 && < 0.3
|
2019-08-21 15:57:52 -04:00
|
|
|
- random >= 1.1 && < 1.2
|
2019-09-01 00:29:33 -04:00
|
|
|
- time >= 1.8.0.2 && < 1.9
|
2019-08-13 10:11:10 -04:00
|
|
|
- transformers >= 0.5.6.2 && < 0.6
|
2019-08-10 10:01:36 -04:00
|
|
|
- bytestring
|
2019-08-09 11:06:13 -04:00
|
|
|
- microlens
|
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
|
2019-08-08 16:42:58 -04:00
|
|
|
- hspec >= 2.7.1 && < 2.8
|
2019-08-26 23:55:02 -04:00
|
|
|
- unordered-containers
|