mock-httpd 0.0.0.0 → 1.0.0
raw patch · 2 files changed
+12/−4 lines, 2 filesdep ~aesondep ~bytestring
Dependency ranges changed: aeson, bytestring
Files
- CHANGES.md +5/−1
- mock-httpd.cabal +7/−3
CHANGES.md view
@@ -1,5 +1,9 @@ # Release History -## [0.0.0.0] - 2020-08-06+## 1.0 (October 29, 2020)++ * First stable release++## 0.0 (August 6, 2020) * Initial release
mock-httpd.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: mock-httpd-version: 0.0.0.0+version: 1.0.0 synopsis: A HTTP server for testing HTTP clients homepage: https://github.com/pjones/mock-httpd bug-reports: https://github.com/pjones/mock-httpd/issues@@ -22,6 +22,10 @@ CHANGES.md example.yml +source-repository head+ type: git+ location: https://github.com/pjones/mock-httpd.git+ common options default-language: Haskell2010 default-extensions:@@ -47,10 +51,10 @@ common dependencies build-depends:- , aeson ^>=1.4+ , aeson >=1.4 && <1.6 , async ^>=2.2 , base >=4.12 && <5.0- , bytestring ^>=0.10+ , bytestring >=0.10 && <0.12 , case-insensitive ^>=1.2 , filepath ^>=1.4 , http-types ^>=0.12