-- This file has been generated from package.yaml by hpack version 0.28.2. -- -- see: https://github.com/sol/hpack -- -- hash: 9135ebe4e31eff70a8da4b43092d000b4ef88a76118b666772ad5be688074db9 name: freer-simple-http version: 0.1.0.0 synopsis: Make HTTP requests with freer-simple! description: Please see the README on GitHub at category: Web, Control, HTTP author: Ben Weitzman maintainer: ben@costarastrology.com copyright: 2018 Ben Weitzman license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md README.md source-repository head type: git location: https://gitlab.com/costar-astrology/freer-simple-contrib/tree/master/freer-simple-http library exposed-modules: Control.Monad.Freer.Http other-modules: Paths_freer_simple_http hs-source-dirs: src default-extensions: GADTs FlexibleContexts TypeOperators DataKinds StandaloneDeriving DeriveDataTypeable MultiParamTypeClasses FlexibleInstances UndecidableInstances TypeApplications ScopedTypeVariables TypeFamilies RankNTypes DeriveAnyClass OverloadedStrings FunctionalDependencies ConstraintKinds EmptyCase BangPatterns build-depends: aeson >=1.3 && <1.4 , base >=4.7 && <5 , bytestring >=0.10 && <0.11 , containers >=0.5 && <0.6 , freer-simple >=1.1 && <1.2 , http-client >=0.5 && <0.6 , http-types >=0.12 && <0.13 default-language: Haskell2010 test-suite freer-simple-http-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_freer_simple_http hs-source-dirs: test default-extensions: GADTs FlexibleContexts TypeOperators DataKinds StandaloneDeriving DeriveDataTypeable MultiParamTypeClasses FlexibleInstances UndecidableInstances TypeApplications ScopedTypeVariables TypeFamilies RankNTypes DeriveAnyClass OverloadedStrings FunctionalDependencies ConstraintKinds EmptyCase BangPatterns ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: aeson >=1.3 && <1.4 , base >=4.7 && <5 , bytestring >=0.10 && <0.11 , containers >=0.5 && <0.6 , freer-simple >=1.1 && <1.2 , freer-simple-http , hspec , http-client >=0.5 && <0.6 , http-types >=0.12 && <0.13 default-language: Haskell2010