packages feed

json-ast-json-encoder-0.1: json-ast-json-encoder.cabal

name:
  json-ast-json-encoder
version:
  0.1
synopsis:
  Encoders of JSON AST
homepage:
  https://github.com/sannsyn/json-ast-json-encoder 
bug-reports:
  https://github.com/sannsyn/json-ast-json-encoder/issues 
author:
  Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
  Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:
  (c) 2016, Sannsyn AS
license:
  MIT
license-file:
  LICENSE
build-type:
  Simple
cabal-version:
  >=1.10


source-repository head
  type:
    git
  location:
    git://github.com/sannsyn/json-ast-json-encoder.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:
  exposed-modules:
    JSONAST.JSONEncoder
  build-depends:
    -- 
    json-encoder >= 0.1.7 && < 0.2,
    json-ast >= 0.3 && < 0.4,
    -- data:
    vector >= 0.10 && < 0.12,
    unordered-containers >= 0.2 && < 0.3,
    text >= 1 && < 2,
    scientific >= 0.3 && < 0.4,
    -- general:
    contravariant >= 1.3 && < 2,
    contravariant-extras >= 0.3.2 && < 0.4,
    base-prelude < 2