cabal-version: 1.18 name: asana version: 1.0.1.0 license: MIT license-file: LICENSE maintainer: Freckle Education homepage: https://github.com/freckle/asana-hs#readme bug-reports: https://github.com/freckle/asana-hs/issues synopsis: Asana API Client description: Please see README.md category: Utils build-type: Simple extra-source-files: package.yaml extra-doc-files: README.md CHANGELOG.md source-repository head type: git location: https://github.com/freckle/asana-hs library exposed-modules: Asana.Api.CustomField Asana.Api.Gid Asana.Api.Named Asana.Api.Prelude Asana.Api.Project Asana.Api.Request Asana.Api.Tag Asana.Api.Task Asana.Api.Task.Search hs-source-dirs: library other-modules: Paths_asana default-language: Haskell2010 default-extensions: BangPatterns DataKinds DeriveAnyClass DeriveFoldable DeriveFunctor DeriveGeneric DeriveLift DeriveTraversable DerivingStrategies FlexibleContexts FlexibleInstances GADTs GeneralizedNewtypeDeriving LambdaCase MultiParamTypeClasses NoImplicitPrelude NoMonomorphismRestriction OverloadedStrings RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TypeApplications TypeFamilies ghc-options: -Weverything -Wno-missing-exported-signatures -Wno-missing-import-lists -Wno-missing-local-signatures -Wno-monomorphism-restriction -Wno-unsafe -Wno-safe build-depends: aeson, aeson-casing, base >=4.11.1.0 && <5, bytestring, hashable, http-conduit, iso8601-time, microlens, microlens-mtl, monad-logger, mtl, scientific, text, time, unliftio, unliftio-core, unordered-containers if impl(ghc >=9.2) ghc-options: -Wno-missing-kind-signatures if impl(ghc >=8.10) ghc-options: -Wno-missing-safe-haskell-mode -Wno-prepositive-qualified-module