File tree Expand file tree Collapse file tree 11 files changed +18
-16
lines changed Expand file tree Collapse file tree 11 files changed +18
-16
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- export version=" 1.2.1 "
3+ export version=" 1.2.2 "
Original file line number Diff line number Diff line change @@ -35,13 +35,15 @@ jsonHeaders =
3535 ]
3636
3737
38- normalJson :: String -> String -> D. Decoder () a -> IO (Either Error a )
38+ normalJson :: ( Show a ) => String -> String -> D. Decoder () a -> IO (Either Error a )
3939normalJson debugIdentifier url decoder = do
4040 manager <- Http. getManager
4141 debug $ " HTTP GET " <> url <> " (" <> debugIdentifier <> " )"
4242 Http. get manager url jsonHeaders HttpError $ \ body ->
4343 case D. fromByteString decoder body of
4444 Right content ->
45+ -- Helpful for debugging
46+ -- return $ Right $ debugNote "response" content
4547 return $ Right content
4648
4749 Left problem ->
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import qualified Elm.Version as V
99
1010
1111raw :: (Int , Int , Int )
12- raw = (1 ,2 ,1 )
12+ raw = (1 ,2 ,2 )
1313
1414
1515rawToString :: (Int , Int , Int ) -> String
Original file line number Diff line number Diff line change 11{
22 "name" : " lamdera" ,
3- "version" : " 0.19.1-1.2.1-1 " ,
3+ "version" : " 0.19.1-1.2.2 " ,
44 "description" : " npm install wrapper for Lamdera" ,
55 "license" : " BSD-3-Clause" ,
66 "repository" : " lamdera/compiler" ,
2828 "lamdera" : " bin/lamdera"
2929 },
3030 "optionalDependencies" : {
31- "@lamdera/compiler-darwin-arm64" : " 0.19.1-1.2.1 " ,
32- "@lamdera/compiler-darwin-x64" : " 0.19.1-1.2.1 " ,
33- "@lamdera/compiler-linux-arm64" : " 0.19.1-1.2.1 " ,
34- "@lamdera/compiler-linux-x64" : " 0.19.1-1.2.1 " ,
35- "@lamdera/compiler-win32-x64" : " 0.19.1-1.2.1 "
31+ "@lamdera/compiler-darwin-arm64" : " 0.19.1-1.2.2 " ,
32+ "@lamdera/compiler-darwin-x64" : " 0.19.1-1.2.2 " ,
33+ "@lamdera/compiler-linux-arm64" : " 0.19.1-1.2.2 " ,
34+ "@lamdera/compiler-linux-x64" : " 0.19.1-1.2.2 " ,
35+ "@lamdera/compiler-win32-x64" : " 0.19.1-1.2.2 "
3636 }
3737}
Original file line number Diff line number Diff line change 11{
22 "name" : " @lamdera/compiler-darwin-arm64" ,
3- "version" : " 0.19.1-1.2.1 " ,
3+ "version" : " 0.19.1-1.2.2 " ,
44 "description" : " The macOS ARM 64-bit binary for Lamdera." ,
55 "repository" : " lamdera/compiler" ,
66 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lamdera/compiler-darwin-x64" ,
3- "version" : " 0.19.1-1.2.1 " ,
3+ "version" : " 0.19.1-1.2.2 " ,
44 "description" : " The macOS 64-bit binary for Lamdera." ,
55 "repository" : " lamdera/compiler" ,
66 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lamdera/compiler-linux-arm" ,
3- "version" : " 0.19.1-1.2.1 " ,
3+ "version" : " 0.19.1-1.2.2 " ,
44 "description" : " The Linux ARM 32-bit binary for Lamdera." ,
55 "repository" : " lamdera/compiler" ,
66 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lamdera/compiler-linux-arm64" ,
3- "version" : " 0.19.1-1.2.1 " ,
3+ "version" : " 0.19.1-1.2.2 " ,
44 "description" : " The Linux ARM 64-bit binary for Lamdera." ,
55 "repository" : " lamdera/compiler" ,
66 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lamdera/compiler-linux-x64" ,
3- "version" : " 0.19.1-1.2.1 " ,
3+ "version" : " 0.19.1-1.2.2 " ,
44 "description" : " The Linux 64-bit binary for Lamdera." ,
55 "repository" : " lamdera/compiler" ,
66 "license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @lamdera/compiler-win32-x64" ,
3- "version" : " 0.19.1-1.2.1 " ,
3+ "version" : " 0.19.1-1.2.2 " ,
44 "description" : " The Windows 64-bit binary for Lamdera." ,
55 "repository" : " lamdera/compiler" ,
66 "license" : " BSD-3-Clause" ,
You can’t perform that action at this time.
0 commit comments