packages feed

json-pointer-aeson-0.1: json-pointer-aeson.cabal

name:
  json-pointer-aeson
version:
  0.1
synopsis:
  Integration layer for "json-pointer" and "aeson"
homepage:
  https://github.com/sannsyn/json-pointer-aeson 
bug-reports:
  https://github.com/sannsyn/json-pointer-aeson/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-pointer-aeson.git


library
  hs-source-dirs:
    library
  default-extensions:
    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveTraversable, DeriveGeneric, 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
  exposed-modules:
    JSONPointer.Aeson.Interpreter
  build-depends:
    json-pointer >= 0.1 && < 0.2,
    aeson >= 0.8 && < 0.12,
    unordered-containers >= 0.2 && < 0.3,
    vector >= 0.11 && < 0.12,
    base-prelude < 2