Skip to content

Commit 5cd086c

Browse files
committed
use hackage dependency for the runtime.
1 parent fb7f43c commit 5cd086c

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

Diff for: aws-lambda-haskell-runtime-wai.cabal

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ cabal-version: 1.12
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 9cb95591eec84bc432f8a301c76888cc0feb3d4725c47d40f64c9d0192ffa001
7+
-- hash: db26d2a6844a72b8bdcec7bed0d2a1c73a680da0b0311931746f4993ac9a434a
88

99
name: aws-lambda-haskell-runtime-wai
10-
version: 1.0.3
10+
version: 2.0.0
1111
synopsis: Run wai applications on AWS Lambda
1212
description: Please see the README on GitHub at <https://github.com/eir-forsakring/aws-lambda-haskell-runtime-wai#readme>
1313
category: AWS
@@ -37,7 +37,7 @@ library
3737
ghc-options: -Werror -Wall
3838
build-depends:
3939
aeson
40-
, aws-lambda-haskell-runtime >=3.0.4
40+
, aws-lambda-haskell-runtime >=4.0.0
4141
, base >=4.7 && <5
4242
, binary
4343
, bytestring
@@ -61,7 +61,7 @@ test-suite aws-lambda-haskell-runtime-wai-test
6161
ghc-options: -threaded -rtsopts -with-rtsopts=-N
6262
build-depends:
6363
aeson
64-
, aws-lambda-haskell-runtime >=3.0.4
64+
, aws-lambda-haskell-runtime >=4.0.0
6565
, aws-lambda-haskell-runtime-wai
6666
, base >=4.7 && <5
6767
, binary

Diff for: package.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: aws-lambda-haskell-runtime-wai
2-
version: 1.0.3
2+
version: 2.0.0
33
github: "eir-forsakring/aws-lambda-haskell-runtime-wai"
44
license: BSD3
55
author: "Dobromir Nikolov"
@@ -21,7 +21,7 @@ description: Please see the README on GitHub at <https://github.com/eir-
2121

2222
dependencies:
2323
- base >= 4.7 && < 5
24-
- aws-lambda-haskell-runtime >= 3.0.4
24+
- aws-lambda-haskell-runtime >= 4.0.0
2525
- bytestring
2626
- text
2727
- binary

Diff for: stack.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ packages:
4040
# commit: e7b331f14bcffb8367cd58fbfc8b40ec7642100a
4141
#
4242
extra-deps:
43-
- git: https://github.com/dnikolovv/aws-lambda-haskell-runtime.git
44-
commit: 3a9d26dee8a39fdbe7bd26bc0ec058f904cdf828
43+
- aws-lambda-haskell-runtime-4.0.1@sha256:325704979a6e2be21dac89acaa6a159fbea4dd2ce1f022860abcfbac3f41a7de,2916
4544
# Override default flag values for local packages and extra-deps
4645
# flags: {}
4746

Diff for: stack.yaml.lock

+4-8
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@
55

66
packages:
77
- completed:
8-
name: aws-lambda-haskell-runtime
9-
version: 4.0.0
10-
git: https://github.com/dnikolovv/aws-lambda-haskell-runtime.git
8+
hackage: aws-lambda-haskell-runtime-4.0.1@sha256:325704979a6e2be21dac89acaa6a159fbea4dd2ce1f022860abcfbac3f41a7de,2916
119
pantry-tree:
12-
size: 3486
13-
sha256: 4158e66ca567307a37a955f4c377c85e4646ad2cff1cabba2de52da59c000199
14-
commit: 3a9d26dee8a39fdbe7bd26bc0ec058f904cdf828
10+
size: 1453
11+
sha256: 489fe49e75d19b7e4a298b246dcea3c48dfac8d73611a1715222e94a64fd3129
1512
original:
16-
git: https://github.com/dnikolovv/aws-lambda-haskell-runtime.git
17-
commit: 3a9d26dee8a39fdbe7bd26bc0ec058f904cdf828
13+
hackage: aws-lambda-haskell-runtime-4.0.1@sha256:325704979a6e2be21dac89acaa6a159fbea4dd2ce1f022860abcfbac3f41a7de,2916
1814
snapshots:
1915
- completed:
2016
size: 532377

0 commit comments

Comments
 (0)