-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.yaml
102 lines (94 loc) · 2.34 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
name: cobot-io
version: 0.1.5.6
github: "biocad/cobot-io"
license: BSD3
category: Bio
author: "Pavel Yakovlev, Bogdan Neterebskii, Alexander Sadovnikov"
maintainer: "[email protected]"
copyright: "2020, Biocad"
synopsis: Biological data file formats and IO
extra-source-files:
- README.md
- ChangeLog.md
- test/**/*.gb
- test/**/*.fasta
- test/**/*.mae
- test/**/*.pdb
- test/**/*.ab1
- test/**/*.txt
- test/**/*.dms
tested-with: |
GHC ==8.10.7
|| ==9.0.2
|| ==9.2.8
|| ==9.4.8
|| ==9.6.3
|| ==9.8.1
# Metadata used when publishing your package
# 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.
description: Please see the README on GitHub at <https://github.com/biocad/cobot-io#readme>
dependencies:
- base >= 4.14 && < 5
- array >= 0.5 && < 0.6
- attoparsec >= 0.10 && < 0.15
- binary >= 0.8.3.0 && < 1.0
- bytestring >= 0.10.8.1 && < 0.13
- cobot >= 0.1.1.7
- containers >= 0.5.7.1 && < 0.7
- data-msgpack >= 0.0.9 && < 0.1
- deepseq >= 1.4 && < 1.6
- filepath
- http-conduit >= 2.3 && < 2.4
- hyraxAbif >= 0.2.3.27 && < 0.2.5.0
- lens >= 4.16 && < 5.3
- linear >= 1.20 && < 1.23
- megaparsec >= 9.0.1
- mtl >= 2.2.1 && < 2.4
- parser-combinators >= 1.2.1
- split
- text >= 1.2.2.1 && < 2.2
- vector
library:
source-dirs: src
default-extensions:
- DeriveGeneric
- DeriveFunctor
- DeriveFoldable
- DeriveAnyClass
- FlexibleInstances
- InstanceSigs
- MultiParamTypeClasses
- RecordWildCards
- ScopedTypeVariables
- OverloadedStrings
- TypeApplications
- TypeFamilies
- DataKinds
- ConstraintKinds
- TypeOperators
- TemplateHaskell
- FlexibleContexts
when:
- condition: impl(ghc >= 9.0)
ghc-options: -haddock -Winvalid-haddock
tests:
cobot-io-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
default-extensions:
- OverloadedStrings
- TypeFamilies
dependencies:
- cobot-io
- directory
- QuickCheck >= 2.9.2 && < 2.15
- hspec >= 2.4.1 && < 2.12
- neat-interpolation >= 0.3
- linear
- megaparsec