File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
ghcjs/delivery-calculator Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : delivery-calculator
3
- version : 0.1.0.11
3
+ version : 0.1.0.13
4
4
synopsis : Delivery Calculator
5
5
category : Web
6
6
build-type : Simple
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ fetchBlobUris st = do
13
13
vars <-
14
14
forM blobUris $ \ uri -> do
15
15
var <- newEmptyMVar
16
- Jsm. fetchUrlAsRfc2397 (Just 50000 ) uri
16
+ Jsm. fetchUrlAsRfc2397 (Just 400000 ) uri
17
17
$ liftIO
18
18
. putMVar var
19
19
. fmap (uri,)
Original file line number Diff line number Diff line change 1
1
platforms :
2
2
android :
3
3
appName : Delivery Calculator
4
- versionCode : 11
5
- versionName : 0.1.0.11
4
+ versionCode : 13
5
+ versionName : 0.1.0.13
6
6
packageName : com.functora.delivery_calculator
7
7
manifest :
8
8
- file : AndroidManifest.xml
You can’t perform that action at this time.
0 commit comments