-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: d1cea5416c6a6f0df10ed8a1216938a37672887a8959f71b104cdb44524ee921 name: yam-logger version: 0.3.2 synopsis: Yam Logger description: logger module for yam category: Project homepage: https://github.com/leptonyu/yam#readme bug-reports: https://github.com/leptonyu/yam/issues maintainer: Daniel YU license: MIT build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/leptonyu/yam library exposed-modules: Yam.Logger other-modules: Paths_yam_logger hs-source-dirs: src default-extensions: AutoDeriveTypeable BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DuplicateRecordFields DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MonadFailDesugaring MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeApplications TypeFamilies TypeOperators TypeSynonymInstances ViewPatterns ghc-options: -Wall -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-orphans build-depends: aeson , base >=4.7 && <5 , fast-logger , monad-logger , text , vault , yam-config default-language: Haskell2010