cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.1. -- -- see: https://github.com/sol/hpack -- -- hash: 4f09f53eec372cb7ff1ab8e598ed809e88dabdfb34fb42604e882b4b19ca4f77 name: yam-datasource version: 0.5.1 synopsis: Yam DataSource Middleware category: Web homepage: https://github.com/leptonyu/yam/yam-datasource#readme author: Daniel YU maintainer: Daniel YU copyright: (c) Daniel YU license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md library exposed-modules: Yam.DataSource other-modules: Paths_yam_datasource 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 -fno-warn-missing-signatures build-depends: base >=4.7 && <5 , conduit , persistent , resource-pool , resourcet , unliftio-core , yam default-language: Haskell2010