-
Notifications
You must be signed in to change notification settings - Fork 4
/
ambiata-delorean.cabal
47 lines (41 loc) · 1.6 KB
/
ambiata-delorean.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
46
47
name: ambiata-delorean
version: 0.0.1
license: Apache-2.0
license-file: LICENSE
author: Ambiata <info@ambiata.com>
maintainer: Ambiata <info@ambiata.com>
copyright: (c) 2015 Ambiata.
synopsis: delorean
category: Data
cabal-version: >= 1.8
build-type: Simple
description: delorean.
library
build-depends:
base >= 3 && < 5
, ambiata-p
, ambiata-x-templatehaskell
, attoparsec >= 0.11 && < 0.14
, template-haskell
, text == 1.2.*
, time >= 1.4 && < 1.7
, tz >= 0.0 && < 0.2
, tzdata == 0.1.*
ghc-options:
-Wall
hs-source-dirs:
src
exposed-modules:
Delorean
Delorean.Duration
Delorean.Local
Delorean.Local.Date
Delorean.Local.Time
Delorean.Local.DateTime
Delorean.Local.QQ
test-suite test
type: exitcode-stdio-1.0
main-is: test.hs
ghc-options: -Wall -threaded -O2
hs-source-dirs: test
build-depends: base, QuickCheck, ambiata-delorean, ambiata-p, attoparsec, text