gdritter repos s-cargot / ded0edb
Version bump and changelog update for 0.1.4 Getty Ritter 6 years ago
2 changed file(s) with 21 addition(s) and 1 deletion(s). Collapse all Expand all
1 v0.1.4.0
2 =======
3
4 Features:
5
6 * Added `encodeLazy` and `encodeOneLazy` functions to producing lazy
7 text
8
9 Fixes:
10
11 * Added the `Located` type for source location tracking for `atom`
12 values (thanks ckoparkar!)
13 * Added `unconstrainedPrint`, which does not try to restrict a printed
14 s-expression to a fixed width but will attempt to indent it in a
15 reasonable way nonetheless.
16
117 v0.1.3.0
218 =======
319
11 name: s-cargot
2 version: 0.1.3.0
2 version: 0.1.4.0
33 synopsis: A flexible, extensible s-expression library.
44 homepage: https://github.com/aisamanra/s-cargot
55 description: S-Cargot is a library for working with s-expressions in
2929 description: Build example application
3030 default: False
3131
32
3233 library
3334 exposed-modules: Data.SCargot,
3435 Data.SCargot.Repr,
5051 default-extensions: CPP
5152 ghc-options: -Wall
5253
54
5355 executable example
5456 if !flag(build-example)
5557 buildable: False
6365 default-language: Haskell2010
6466 ghc-options: -threaded -rtsopts -with-rtsopts=-N
6567
68
6669 test-suite s-cargot-qc
6770 default-language: Haskell2010
6871 type: exitcode-stdio-1.0
7477 QuickCheck >=2.8 && <3,
7578 text >=1.2 && <2
7679
80
7781 test-suite s-cargot-printparse
7882 default-language: Haskell2010
7983 type: exitcode-stdio-1.0