-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathimj-time.cabal
45 lines (41 loc) · 1.48 KB
/
imj-time.cabal
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
name: imj-time
version: 0.1.0.3
Category: Time
Synopsis: Time functions
Description: Time functions
homepage: https://github.com/OlivierSohn/hamazed/blob/master/imj-time/README.md
bug-reports: https://github.com/OlivierSohn/hamazed/issues/
license: BSD3
license-file: LICENSE
author: Olivier Sohn
maintainer: [email protected]
copyright: 2017 - 2018 Olivier Sohn
build-type: Simple
extra-source-files: README.md CHANGELOG.md
cabal-version: >=1.10
Tested-With: GHC == 8.2.2, GHC == 8.4.3
library
hs-source-dirs: src
other-modules:
exposed-modules: Imj.Timing
build-depends: base >= 4.9 && < 4.16
, binary == 0.8.*
, clock >= 0.7 && < 0.9
, imj-prelude ==0.1.*
, template-haskell >=2.16 && < 2.18
, text >=1.2.3 && < 1.3
default-language: Haskell2010
test-suite imj-time-test
type: exitcode-stdio-1.0
hs-source-dirs: test
other-modules: Test.Imj.Timing
main-is: Spec.hs
build-depends: base >= 4.9 && < 4.16
, imj-prelude ==0.1.*
, imj-time
, clock >= 0.7 && < 0.9
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/OlivierSohn/hamazed/
subdir: imj-time