aws-lambda-haskell-runtime 2.0.3 → 2.0.4
raw patch · 2 files changed
+4/−4 lines, 2 filesdep ~pathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: path
API changes (from Hackage documentation)
Files
aws-lambda-haskell-runtime.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: c32c10685c1457e10f31a39f118a1ba2c0de2316726998e049092a7072e56680+-- hash: bb9ab608e3081e6e7eb875e81698026b23343c4e3c64e5ab89e4df76aeb280f3 name: aws-lambda-haskell-runtime-version: 2.0.3+version: 2.0.4 synopsis: Haskell runtime for AWS Lambda description: Please see the README on GitHub at <https://github.com/theam/aws-lambda-haskell-runtime#readme> category: AWS@@ -56,7 +56,7 @@ , bytestring , http-client , http-types- , path <0.7+ , path >0.7 , path-io , safe-exceptions-checked , template-haskell
src/Aws/Lambda/Meta/Discover.hs view
@@ -42,7 +42,7 @@ & Monad.filterM containsHandler where isHaskellModule file =- fileExtension file == ".hs"+ fileExtension file == Just ".hs" && isNotIgnoredPath file isNotIgnoredPath file =