Skip to content

Commit 064e522

Browse files
committed
Expose Compiler.Platform.
1 parent 243b3b7 commit 064e522

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gren.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"Compiler.ModuleName",
1414
"Compiler.Outline",
1515
"Compiler.PackageName",
16+
"Compiler.Platform",
1617
"Compiler.Paths",
1718
"Compiler.License",
1819
"FileSystem.Lock",

src/Compiler/Platform.gren

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Compiler.Platform exposing
2-
( Platform
2+
( Platform(..)
33
, toJson
44
, jsonDecoder
55
)

0 commit comments

Comments
 (0)