From 01e5e2b9c7784b75840248e8caaa1c666fc36b40 Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Mon, 25 Oct 2021 11:05:16 -0400 Subject: [PATCH] Prepare siphon for release --- siphon/CHANGELOG.md | 5 +++++ siphon/siphon.cabal | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 siphon/CHANGELOG.md diff --git a/siphon/CHANGELOG.md b/siphon/CHANGELOG.md new file mode 100644 index 0000000..aadb0dc --- /dev/null +++ b/siphon/CHANGELOG.md @@ -0,0 +1,5 @@ +# Revision history for siphon + +## 0.8.1.2 -- 2021-10-25 + +* Correct handling of CRLF. diff --git a/siphon/siphon.cabal b/siphon/siphon.cabal index 39e0272..f05f2ee 100644 --- a/siphon/siphon.cabal +++ b/siphon/siphon.cabal @@ -1,16 +1,17 @@ +cabal-version: 3.0 name: siphon -version: 0.8.1.1 +version: 0.8.1.2 synopsis: Encode and decode CSV files description: Please see README.md homepage: https://github.com/andrewthad/colonnade#readme -license: BSD3 +license: BSD-3-Clause license-file: LICENSE author: Andrew Martin maintainer: andrew.thaddeus@gmail.com copyright: 2016 Andrew Martin category: web build-type: Simple -cabal-version: >=1.10 +extra-source-files: CHANGELOG.md library hs-source-dirs: src