packages feed

attoparsec-aeson-2.1.0.0: attoparsec-aeson.cabal

cabal-version: 1.12
name:          attoparsec-aeson
version:       2.1.0.0
synopsis:      Parsing of aeson's Value with attoparsec
description:
  Parsing of aeson's Value with attoparsec, originally from aeson.
  .
  This version is an empty package with bounds on @aeson@
  which has "Data.Aeson.Parser" module.
  This way e.g. specifying
  .
  @
  build-depends: aeson >= 1.4.1.0 && \<2.3, attoparsec-aeson >=2.1.0.0 && \<2.3
  @
  .
  will have "Data.Aeson.Parser" available for all @aeson@ versions in range.

license:       BSD3
license-file:  LICENSE
category:      Parsing
copyright:
  (c) 2011-2016 Bryan O'Sullivan
  (c) 2011 MailRank, Inc.

author:        Bryan O'Sullivan <bos@serpentine.com>
maintainer:    Oleg Grenrus <oleg.grenrus@iki.fi>
stability:     experimental
homepage:      https://github.com/haskell/aeson
bug-reports:   https://github.com/haskell/aeson/issues
build-type:    Simple

library
  default-language: Haskell2010
  build-depends:
      aeson               >=1.4.1.0 && <2.2
    , base                <5

source-repository head
  type:     git
  location: git://github.com/haskell/aeson.git
  subdir:   attoparsec-aeson