packages feed

xml-query-0.9.1: xml-query.cabal

name:
  xml-query
version:
  0.9.1
synopsis:
  A parser-agnostic declarative API for querying XML-documents
description:
  Provides an API for definitition of destructuring of XML-documents,
  while delegating the actual parsing process to outer APIs.
  Thus it allows the users to implement parser-agnostic XML-parsing specifications,
  with the intent of later interpreting them with specific parsers
  or documentation generators, or what not.
  .
  Following are the known interpreters:
  .
  * <http://hackage.haskell.org/package/xml-query-xml-types "xml-query-xml-types">
  .
  * <http://hackage.haskell.org/package/xml-query-xml-conduit "xml-query-xml-conduit">
category:
  Data, XML, Parsing
homepage:
  https://github.com/sannsyn/xml-query 
bug-reports:
  https://github.com/sannsyn/xml-query/issues 
author:
  Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
  Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:
  (c) 2015, Sannsyn AS
license:
  MIT
license-file:
  LICENSE
build-type:
  Simple
cabal-version:
  >=1.10


source-repository head
  type:
    git
  location:
    git://github.com/sannsyn/xml-query.git


library
  hs-source-dirs:
    library
  default-extensions:
    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples
  default-language:
    Haskell2010
  other-modules:
    XMLQuery.Prelude
  exposed-modules:
    XMLQuery.AST
    XMLQuery
  build-depends:
    --
    text == 1.*,
    --
    free >= 4.12 && < 5,
    base-prelude >= 0.1.19 && < 2