We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce69cec commit 5282283Copy full SHA for 5282283
CarpHask.cabal
@@ -1,5 +1,5 @@
1
name: CarpHask
2
-version: 0.4.2.0
+version: 0.5.0.0
3
-- synopsis:
4
-- description:
5
homepage: https://github.com/eriksvedang/Carp
app/Main.hs
@@ -143,7 +143,7 @@ main = do
143
>>= execStrs "Postload" postloads
144
>>= \ctx -> case execMode of
145
Repl -> do
146
- putStrLn "Welcome to Carp 0.4.2"
+ putStrLn "Welcome to Carp 0.5.0"
147
putStrLn "This is free software with ABSOLUTELY NO WARRANTY."
148
putStrLn "Evaluate (help) for more information."
149
snd <$> runRepl ctx
0 commit comments