Prepare siphon for release

This commit is contained in:
Andrew Martin 2021-10-25 11:05:16 -04:00
parent 944f05bc3d
commit 01e5e2b9c7
2 changed files with 9 additions and 3 deletions

5
siphon/CHANGELOG.md Normal file
View File

@ -0,0 +1,5 @@
# Revision history for siphon
## 0.8.1.2 -- 2021-10-25
* Correct handling of CRLF.

View File

@ -1,16 +1,17 @@
cabal-version: 3.0
name: siphon name: siphon
version: 0.8.1.1 version: 0.8.1.2
synopsis: Encode and decode CSV files synopsis: Encode and decode CSV files
description: Please see README.md description: Please see README.md
homepage: https://github.com/andrewthad/colonnade#readme homepage: https://github.com/andrewthad/colonnade#readme
license: BSD3 license: BSD-3-Clause
license-file: LICENSE license-file: LICENSE
author: Andrew Martin author: Andrew Martin
maintainer: andrew.thaddeus@gmail.com maintainer: andrew.thaddeus@gmail.com
copyright: 2016 Andrew Martin copyright: 2016 Andrew Martin
category: web category: web
build-type: Simple build-type: Simple
cabal-version: >=1.10 extra-source-files: CHANGELOG.md
library library
hs-source-dirs: src hs-source-dirs: src