-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
43 lines (42 loc) · 1.08 KB
/
package.yaml
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name: givenfind
version: "0.1.0.0"
synopsis: Library collecting data from text
description: Finds questions, commands and data with symbols and units from exercises of different branches (for example - physics)
category: Text
author: Jagoda "juliagoda" Górska
maintainer: juliagoda.pl@protonmail.com
copyright: Jagoda Górska
license: GPL-3
homepage: https://github.com/juliagoda/givenfind
git: git@github.com:givenfind/givenfind.git
extra-source-files: README.md
ghc-options:
- -Wall
- -Wcompat
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wredundant-constraints
- -optP-Wno-nonportable-include-path
dependencies:
- base >=4.8 && <5
- text >=1.2 && <1.3
- containers >=0.5 && <0.6
- reverse-geocoding >=0.3 && <0.4
- gps >=1.2 && <1.3
- split >=0.2 && <0.3
- time >=1.6 && <1.7
- radium >= 0.8.0
library:
source-dirs: src
dependencies:
- base >=4.8 && <5
- text >=1.2 && <1.3
- containers >=0.5 && <0.6
tests:
hadolint-unit-tests:
main: Main.hs
source-dirs: test
dependencies:
- base
- givenfind
- QuickCheck