cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.35.0. -- -- see: https://github.com/sol/hpack name: bookhound-format version: 0.1.2.0 synopsis: Parsers for usual data formats description: Please see the README on GitHub at category: Parsers homepage: https://github.com/albertprz/bookhound-format#readme bug-reports: https://github.com/albertprz/bookhound-format/issues author: Alberto Perez Lopez maintainer: albertoperez1994@gmail.com copyright: 2022 Alberto Perez Lopez license: LGPL license-file: LICENSE build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/albertprz/bookhound-format library exposed-modules: Bookhound.Format.Operations.Finder Bookhound.Format.Operations.ToJson Bookhound.Format.Operations.ToXml Bookhound.Format.Operations.ToYaml Bookhound.Format.Parsers.Json Bookhound.Format.Parsers.Toml Bookhound.Format.Parsers.Xml Bookhound.Format.Parsers.Yaml Bookhound.Format.SyntaxTrees.Json Bookhound.Format.SyntaxTrees.Toml Bookhound.Format.SyntaxTrees.Xml Bookhound.Format.SyntaxTrees.Yaml other-modules: Paths_bookhound_format hs-source-dirs: src default-extensions: LambdaCase MultiWayIf TupleSections PostfixOperators RankNTypes ExplicitForAll ScopedTypeVariables LiberalTypeSynonyms InstanceSigs FunctionalDependencies DuplicateRecordFields NamedFieldPuns RecordWildCards ConstrainedClassMethods MultiParamTypeClasses FlexibleContexts FlexibleInstances ApplicativeDo ParallelListComp MonadComprehensions GADTs TypeFamilies TypeFamilyDependencies DataKinds PolyKinds DeriveFunctor DeriveFoldable DeriveTraversable DeriveGeneric GeneralizedNewtypeDeriving ghc-options: -Wcompat -Widentities -Wincomplete-record-updates -Wpartial-fields -Wincomplete-uni-patterns -Wredundant-constraints build-depends: base >=4.7 && <5 , bookhound >=0.1.24.0 && <0.2 , containers >=0.6 && <1 , text >=2.0 && <3 , time >=1.9 && <2 default-language: Haskell2010