Skip to content

Commit

Permalink
Bump to version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksvedang committed Jul 4, 2019
1 parent af127da commit 4ceb187
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CarpHask.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CarpHask
version: 0.2.0.0
version: 0.3.0.0
-- synopsis:
-- description:
homepage: https://github.com/eriksvedang/Carp
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@

<i>WARNING! This is a research project and a lot of information here might become outdated and misleading without any explanation. Don't use it for anything important just yet!</i>

<i>Update (March 5, 2019): Union types are merged into master. The final big feature before release is "lifetimes", after those are in the core language will be more or less finished.</i>

<i>A conference talk about Carp was recorded and the video can be seen [here](https://youtu.be/BQeG6fXMk28).</i>
<i>Version 0.3.0 of the language is out!</i>

## About

Expand Down Expand Up @@ -73,7 +71,7 @@ Are you missing from the contributors list? Please send a pull request!

## License

Copyright 2016 - 2018 Erik Svedäng
Copyright 2016 - 2019 Erik Svedäng

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion app/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ main = do setLocaleEncoding utf8
finalContext <- loadFiles context' argFilesToLoad
settings <- readlineSettings (bindingNames $ contextGlobalEnv finalContext)
case execMode of
Repl -> do putStrLn "Welcome to Carp 0.2.0"
Repl -> do putStrLn "Welcome to Carp 0.3.0"
putStrLn "This is free software with ABSOLUTELY NO WARRANTY."
putStrLn "Evaluate (help) for more information."
runInputT settings (repl finalContext "")
Expand Down

0 comments on commit 4ceb187

Please sign in to comment.