cabal-version: 3.0 name: attoparsec-data version: 1.0.5.4 category: Parsing synopsis: Parsers for the standard Haskell data types description: Collection of parsers for various common data formats. homepage: https://github.com/nikita-volkov/attoparsec-data bug-reports: https://github.com/nikita-volkov/attoparsec-data/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2017, Nikita Volkov license: MIT license-file: LICENSE source-repository head type: git location: git://github.com/nikita-volkov/attoparsec-data.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.Data other-modules: Attoparsec.Data.Explicit Attoparsec.Data.Implicit Attoparsec.Data.Parsers Attoparsec.Data.Prelude build-depends: , attoparsec >=0.13 && <0.15 , attoparsec-time >=1.0.3.1 && <1.1 , base >=4.11 && <5 , bytestring >=0.10 && <0.13 , scientific >=0.2 && <0.4 , text >=1 && <3 , time >=1.4 && <2 , uuid >=1.3 && <1.4