Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Apr 4, 2022
1 parent 4d3333b commit 9d8649a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions alpaca-parser-generator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: alpaca-parser-generator
version: 0.2.1.1
version: 0.3.0.0
author: Nikolay Yakimov
maintainer: [email protected]
license: MIT
Expand All @@ -23,35 +23,35 @@ executable alpaca
Lang
Lexer
Lexer.Build
Lexer.CPP
Lexer.CSharp
Lexer.FA
Lexer.JS
Lexer.Python
Lexer.Langs.CPP
Lexer.Langs.CSharp
Lexer.Langs.JS
Lexer.Langs.Python
Lexer.Types
MonadTypes
Orphans
Parser.LL
Parser.LL.Build
Parser.LL.CPP
Parser.LL.CSharp
Parser.LL.JS
Parser.LL.Python
Parser.LL.Langs.CPP
Parser.LL.Langs.CSharp
Parser.LL.Langs.JS
Parser.LL.Langs.Python
Parser.LR
Parser.LR.Build
Parser.LR.CPP
Parser.LR.CSharp
Parser.LR.JS
Parser.LR.LALR
Parser.LR.Langs.CPP
Parser.LR.Langs.CSharp
Parser.LR.Langs.JS
Parser.LR.Langs.Python
Parser.LR.Point
Parser.LR.Python
Parser.LR.SLR
Parser.Recursive
Parser.Recursive.Build
Parser.Recursive.CPP
Parser.Recursive.CSharp
Parser.Recursive.JS
Parser.Recursive.Python
Parser.Recursive.Langs.CPP
Parser.Recursive.Langs.CSharp
Parser.Recursive.Langs.JS
Parser.Recursive.Langs.Python
Parser.Types
Regex.Lex
Regex.Parse
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: alpaca-parser-generator
version: '0.2.1.1'
version: '0.3.0.0'
author: Nikolay Yakimov
maintainer: [email protected]
license: MIT
Expand Down

0 comments on commit 9d8649a

Please sign in to comment.