forked from haskell/aeson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
attoparsec-iso8601.cabal
54 lines (49 loc) · 1.43 KB
/
attoparsec-iso8601.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
48
49
50
51
52
53
54
name: attoparsec-iso8601
version: 1.1.1.0
synopsis: Parsing of ISO 8601 dates, originally from aeson
description: Parsing of ISO 8601 dates, originally from aeson.
license: BSD3
license-file: LICENSE
category: Parsing
copyright:
(c) 2011-2016 Bryan O'Sullivan
(c) 2011 MailRank, Inc.
author: Bryan O'Sullivan <[email protected]>
maintainer: Adam Bergmark <[email protected]>
stability: experimental
cabal-version: 1.12
homepage: https://github.com/haskell/aeson
bug-reports: https://github.com/haskell/aeson/issues
build-type: Simple
tested-with:
GHC ==8.6.5
|| ==8.8.4
|| ==8.10.7
|| ==9.0.2
|| ==9.2.8
|| ==9.4.8
|| ==9.6.5
|| ==9.8.2
|| ==9.10.1
|| ==9.12.1
extra-source-files:
changelog.md
README.md
library
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall
exposed-modules:
Data.Attoparsec.Time
Data.Attoparsec.Time.Internal
build-depends:
attoparsec >=0.14.2 && <0.15
, base >=4.12.0.0 && <5
, integer-conversion >=0.1 && <0.2
, text >=1.2.3.0 && <1.3.0.0 || >=2.0 && <2.2
, time >=1.8.0.2 && <1.15
, time-compat >=1.9.4 && <1.10
source-repository head
type: git
location: git://github.com/haskell/aeson.git
subdir: attoparsec-iso8601