Skip to content

Commit bdbb0a9

Browse files
committed
fix images compression
1 parent dacc56a commit bdbb0a9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ghcjs/delivery-calculator/delivery-calculator.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.2
22
name: delivery-calculator
3-
version: 0.1.0.11
3+
version: 0.1.0.13
44
synopsis: Delivery Calculator
55
category: Web
66
build-type: Simple

ghcjs/delivery-calculator/src/App/Jsm.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fetchBlobUris st = do
1313
vars <-
1414
forM blobUris $ \uri -> do
1515
var <- newEmptyMVar
16-
Jsm.fetchUrlAsRfc2397 (Just 50000) uri
16+
Jsm.fetchUrlAsRfc2397 (Just 400000) uri
1717
$ liftIO
1818
. putMVar var
1919
. fmap (uri,)

ghcjs/delivery-calculator/trapeze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
platforms:
22
android:
33
appName: Delivery Calculator
4-
versionCode: 11
5-
versionName: 0.1.0.11
4+
versionCode: 13
5+
versionName: 0.1.0.13
66
packageName: com.functora.delivery_calculator
77
manifest:
88
- file: AndroidManifest.xml

0 commit comments

Comments
 (0)