cabal-version: 2.2 -- This file has been generated from package.yaml by hpack version 0.34.6. -- -- see: https://github.com/sol/hpack name: polysemy-http version: 0.7.0.0 synopsis: Polysemy Effects for HTTP clients description: See category: Network homepage: https://github.com/tek/polysemy-http#readme bug-reports: https://github.com/tek/polysemy-http/issues author: Torsten Schmits maintainer: haskell@tryp.io copyright: 2020 Torsten Schmits license: BSD-2-Clause-Patent license-file: LICENSE build-type: Simple extra-source-files: readme.md changelog.md source-repository head type: git location: https://github.com/tek/polysemy-http library exposed-modules: Polysemy.Http Polysemy.Http.Data.Header Polysemy.Http.Data.HttpError Polysemy.Http.Data.Request Polysemy.Http.Data.Response Polysemy.Http.Data.StreamChunk Polysemy.Http.Data.StreamEvent Polysemy.Http.Effect.Entity Polysemy.Http.Effect.Http Polysemy.Http.Effect.Manager Polysemy.Http.Http Polysemy.Http.Interpreter.AesonEntity Polysemy.Http.Interpreter.Manager Polysemy.Http.Interpreter.Native Polysemy.Http.Interpreter.Pure Polysemy.Http.Json Polysemy.Http.Request hs-source-dirs: lib default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingVia DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PackageImports PartialTypeSignatures PatternGuards PatternSynonyms PolyKinds QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators TypeSynonymInstances UndecidableInstances UnicodeSyntax ViewPatterns ghc-options: -fplugin=Polysemy.Plugin -flate-specialise -fspecialise-aggressively -Wall build-depends: aeson >=1.4 , ansi-terminal >=0.10.3 , base ==4.* , case-insensitive >=1.2 , data-default >=0.2 , exon >=0.3 , http-client >=0.5.14 , http-client-tls >=0.3.1 , http-types >=0.12.3 , incipit >=0.2 , lens >=4 , polysemy >=1.6 , polysemy-log >=0.6.0.1 , polysemy-plugin >=0.4 , polysemy-time >=0.4 , template-haskell , time mixins: base hiding (Prelude) default-language: Haskell2010 test-suite polysemy-http-integration type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Polysemy.Http.CookieTest Polysemy.Http.RequestTest Polysemy.Http.Server Polysemy.Http.StreamTest Polysemy.Http.Test hs-source-dirs: integration default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingVia DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PackageImports PartialTypeSignatures PatternGuards PatternSynonyms PolyKinds QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators TypeSynonymInstances UndecidableInstances UnicodeSyntax ViewPatterns ghc-options: -fplugin=Polysemy.Plugin -flate-specialise -fspecialise-aggressively -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: aeson , base ==4.* , exon , hedgehog , http-client , incipit , lens , network , polysemy , polysemy-http , polysemy-plugin , polysemy-time , servant , servant-client , servant-server , tasty , tasty-hedgehog , warp mixins: base hiding (Prelude) default-language: Haskell2010 test-suite polysemy-http-unit type: exitcode-stdio-1.0 main-is: Main.hs other-modules: Polysemy.Http.ResponseTest Polysemy.Http.Test Polysemy.Http.UrlTest hs-source-dirs: test default-extensions: AllowAmbiguousTypes ApplicativeDo BangPatterns BinaryLiterals BlockArguments ConstraintKinds DataKinds DefaultSignatures DeriveAnyClass DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DerivingVia DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns OverloadedStrings PackageImports PartialTypeSignatures PatternGuards PatternSynonyms PolyKinds QuantifiedConstraints QuasiQuotes RankNTypes RecordWildCards RecursiveDo ScopedTypeVariables StandaloneDeriving TemplateHaskell TupleSections TypeApplications TypeFamilies TypeOperators TypeSynonymInstances UndecidableInstances UnicodeSyntax ViewPatterns ghc-options: -fplugin=Polysemy.Plugin -flate-specialise -fspecialise-aggressively -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base ==4.* , exon , hedgehog , http-client , incipit , polysemy , polysemy-http , polysemy-plugin , tasty , tasty-hedgehog mixins: base hiding (Prelude) default-language: Haskell2010