name: json-ast-quickcheck version: 0.1 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 maintainer: Nikita Volkov 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, 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: JSON.AST.QuickCheck build-depends: json-ast == 0.1.*, -- testing: quickcheck-instances >= 0.3.12 && < 0.4, QuickCheck >= 2.8.1 && < 3, -- general: base >= 4.6 && < 5