cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.32.0. -- -- see: https://github.com/sol/hpack -- -- hash: 9eee12a0a091a5ee82c5edd7ebbc4192317fe2269d90759113898878f79d617a name: http-mock version: 0.1.0.0 synopsis: HTTP mocking and expectations library for Haskell description: Please see the README on GitHub at category: Testing homepage: https://github.com/gojup/http-mock#readme bug-reports: https://github.com/gojup/http-mock/issues author: Fernando Rincon Martin maintainer: f.rincon@protonmail.com copyright: 2019 Fernando Rincon Martin license: Apache-2.0 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/gojup/http-mock library exposed-modules: Lib Network.HTTP.Mock other-modules: Paths_http_mock hs-source-dirs: src build-depends: async , base >=4.7 && <5 , directory , filepath , http-client , network , random , wai , warp default-language: Haskell2010 test-suite http-mock-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_http_mock hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , http-mock default-language: Haskell2010