packages feed

json-ast-quickcheck-0.2: json-ast-quickcheck.cabal

name:
  json-ast-quickcheck
version:
  0.2
synopsis:
  Compatibility layer for "json-ast" and "QuickCheck"
description:
homepage:
  https://github.com/nikita-volkov/json-ast-quickcheck 
bug-reports:
  https://github.com/nikita-volkov/json-ast-quickcheck/issues 
author:
  Nikita Volkov <nikita.y.volkov@mail.ru>
maintainer:
  Nikita Volkov <nikita.y.volkov@mail.ru>
copyright:
  (c) 2016, Nikita Volkov
license:
  MIT
license-file:
  LICENSE
build-type:
  Simple
cabal-version:
  >=1.10


source-repository head
  type:
    git
  location:
    git://github.com/nikita-volkov/json-ast-quickcheck.git


library
  hs-source-dirs:
    library
  default-extensions:
    Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFoldable, DeriveFunctor, DeriveGeneric, DeriveTraversable, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, 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.QuickCheck
  build-depends:
    json-ast == 0.2.*,
    -- testing:
    quickcheck-instances >= 0.3.12 && < 0.4,
    QuickCheck >= 2.8.1 && < 3,
    -- general:
    base >= 4.6 && < 5