sexpresso 1.2.1.0 → 1.2.2.0
raw patch · 3 files changed
+13/−13 lines, 3 filesdep ~megaparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: megaparsec
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- README.md +5/−9
- sexpresso.cabal +4/−4
ChangeLog.md view
@@ -1,5 +1,9 @@ # Changelog for S-expresso +Version 1.2.2.0+---------------+* Build with `megaparsec-9.3.0`+ Version 1.2.1.0 --------------- * Add `Data` instances. [#12](https://github.com/archambaultv/sexpresso/pull/12).
README.md view
@@ -1,10 +1,6 @@ [](https://opensource.org/licenses/0BSD) [](http://hackage.haskell.org/package/sexpresso) -# S-expresso is now in passive maintenance-I will try my best to fix new issues or merge new pull requests, but I do not work on this project anymore.-Expect some delay before I reply. If you wish to take over the project please contact me.- # S-expresso S-expresso is a Haskell library designed to help you parse and print@@ -104,11 +100,11 @@ and space is mandatory between atoms. ~~~haskell-Import Data.Void-Import qualified Data.Text as T-Import Text.Megaparsec-Import Text.Megaparsec.Char-Import qualified Text.Megaparser.Char.Lexer as L+import Data.Void+import qualified Data.Text as T+import Text.Megaparsec+import Text.Megaparsec.Char+import qualified Text.Megaparsec.Char.Lexer as L atom = some letter
sexpresso.cabal view
@@ -1,11 +1,11 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.34.5.+-- This file has been generated from package.yaml by hpack version 0.34.7. -- -- see: https://github.com/sol/hpack name: sexpresso-version: 1.2.1.0+version: 1.2.2.0 synopsis: A flexible library for parsing and printing S-expression description: Please see the README on GitHub at <https://github.com/archambaultv/sexpresso#readme> category: Data@@ -44,7 +44,7 @@ base >=4.7 && <5 , bifunctors ==5.5.* , containers >=0.5 && <0.7- , megaparsec >=7.0 && <9.3.0+ , megaparsec >=7.0 && <9.4.0 , recursion-schemes >=5.1 && <5.3 , text >=0.2 && <1.3 default-language: Haskell2010@@ -65,7 +65,7 @@ base >=4.7 && <5 , bifunctors ==5.5.* , containers >=0.5 && <0.7- , megaparsec >=7.0 && <9.3.0+ , megaparsec >=7.0 && <9.4.0 , recursion-schemes >=5.1 && <5.3 , sexpresso , smallcheck >=1.0