attoparsec-time-1.0.3.1: attoparsec-time.cabal
cabal-version: 3.0
name: attoparsec-time
version: 1.0.3.1
synopsis: Attoparsec parsers of time
description: A collection of Attoparsec parsers for the \"time\" library
category: Attoparsec, Parsers, Time
homepage: https://github.com/nikita-volkov/attoparsec-time
bug-reports: https://github.com/nikita-volkov/attoparsec-time/issues
author: Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer: Nikita Volkov <nikita.y.volkov@mail.ru>
copyright: (c) 2017, Nikita Volkov
license: MIT
license-file: LICENSE
source-repository head
type: git
location: git://github.com/nikita-volkov/attoparsec-time.git
library
hs-source-dirs: library
default-language: Haskell2010
default-extensions:
NoImplicitPrelude
NoMonomorphismRestriction
Arrows
BangPatterns
ConstraintKinds
DataKinds
DefaultSignatures
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
EmptyDataDecls
FlexibleContexts
FlexibleInstances
FunctionalDependencies
GADTs
GeneralizedNewtypeDeriving
LambdaCase
LiberalTypeSynonyms
MagicHash
MultiParamTypeClasses
MultiWayIf
OverloadedStrings
ParallelListComp
PatternGuards
QuasiQuotes
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TemplateHaskell
TupleSections
TypeFamilies
TypeOperators
UnboxedTuples
exposed-modules:
Attoparsec.Time.ByteString
Attoparsec.Time.Text
other-modules:
Attoparsec.Time.Prelude
Attoparsec.Time.Pure
Attoparsec.Time.Validation
build-depends:
, attoparsec >=0.13 && <0.15
, base >=4.9 && <5
, bytestring >=0.10 && <0.13
, text >=1 && <3
, time >=1.4 && <2