Skip to content

Commit 3717206

Browse files
committed
Bump next to 1.0.2 for clarity
1 parent 56708b8 commit 3717206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext-common/Ext/Common.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ trackGhciThread :: String -> ThreadId -> IO ()
243243
trackGhciThread label threadId =
244244
modifyMVar_ ghciThreads
245245
(\threads -> do
246-
debug $ "Tracking GHCI thread '" ++ label ++ "':" ++ show threadId
246+
debug $ "👀 Tracking GHCI thread '" ++ label ++ "':" ++ show threadId
247247
pure $ threadId:threads
248248
)
249249

extra/Lamdera.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ import Ext.Common (getProjectRoot, getProjectRootFor, getProjectRootMaybe)
175175
-- import CanSer.CanSer (ppElm)
176176

177177
lamderaVersion :: (Int, Int, Int)
178-
lamderaVersion = (1,0,1)
178+
lamderaVersion = (1,0,2)
179179

180180
lamderaVersionString :: String
181181
lamderaVersionString = versionToString lamderaVersion

0 commit comments

Comments
 (0)