File tree Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Expand file tree Collapse file tree 5 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ flag ghcid
10
10
default : False
11
11
12
12
common pkg
13
- other-modules : Paths_delivery_calculator
14
- autogen-modules : Paths_delivery_calculator
13
+ other-modules : Paths_cryptogram
14
+ autogen-modules : Paths_cryptogram
15
15
default-language : Haskell2010
16
16
hs-source-dirs : src
17
17
js-sources : static/app.js
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import qualified Functora.Prelude as Prelude
55
55
import qualified Functora.Rates as Rates
56
56
import qualified Functora.Web as Web
57
57
import qualified Network.URI as NetUri
58
- import qualified Paths_delivery_calculator as Paths
58
+ import qualified Paths_cryptogram as Paths
59
59
import qualified Text.Regex as Re
60
60
import qualified Text.URI as URI
61
61
import qualified Text.URI.Lens as URILens
@@ -542,7 +542,7 @@ mkGooglePlayLink st =
542
542
}
543
543
uri <-
544
544
mkURI
545
- " https://play.google.com/store/apps/details?id=com.functora.delivery_calculator "
545
+ " https://play.google.com/store/apps/details?id=com.functora.cryptogram "
546
546
pure
547
547
$ uri
548
548
& URILens. uriQuery
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import qualified Data.ByteString.Lazy as BL
12
12
import qualified Data.Map as Map
13
13
import qualified Data.Time.Format as TF
14
14
import Functora.Miso.Prelude
15
- import Lens.Micro ((?~) )
16
15
17
16
newXlsx :: St Unique -> Map Unicode Rfc2397 -> BL. ByteString
18
17
newXlsx st imgs = xlsx
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ evalModel prev = do
430
430
( ^.
431
431
# quoteMoneyAmount
432
432
. to
433
- ( from @ ( Ratio Natural ) @ Rational
433
+ ( from @ FixNonNeg @ Rational
434
434
. Money. unMoneyAmount
435
435
)
436
436
)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ platforms:
3
3
appName : Cryptogram
4
4
versionCode : 23
5
5
versionName : 0.1.0.23
6
- packageName : com.functora.delivery_calculator
6
+ packageName : com.functora.cryptogram
7
7
manifest :
8
8
- file : AndroidManifest.xml
9
9
target : manifest/application/activity
You can’t perform that action at this time.
0 commit comments