Skip to content

Commit a4f42e6

Browse files
committed
Start prepping for TypeHash extraction into common
1 parent bd95b84 commit a4f42e6

File tree

9 files changed

+702
-15
lines changed

9 files changed

+702
-15
lines changed

compiler/src/Compile.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ compile pkg ifaces modul = do
6868
canonical0 <- canonicalize pkg ifaces modul_
6969
-- () <- debugPassText "starting canonical2" "" (pure ())
7070

71-
onlyWhen (Src.getName modul == "Main") $ Ext.ElmPages.Check.isWireCompatible canonical0 ifaces
71+
onlyWhen (Src.getName modul == "Main") $ Ext.ElmPages.Check.isWireCompatible "PageData" ifaces False
7272

7373
-- Add Canonical Wire gens, i.e. the `w2_[en|de]code_TYPENAME` functions
7474
canonical1 <- Lamdera.Wire3.Core.addWireGenerations canonical0 pkg ifaces modul_

0 commit comments

Comments
 (0)