From 7206b17175990bd2de66c8a671f6ad76bd7f872e Mon Sep 17 00:00:00 2001 From: Andrew Martin Date: Thu, 14 Jun 2018 16:24:58 -0400 Subject: [PATCH] prepare siphon for new release --- siphon/siphon.cabal | 2 +- siphon/src/Siphon.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/siphon/siphon.cabal b/siphon/siphon.cabal index 93f0be7..43e223b 100644 --- a/siphon/siphon.cabal +++ b/siphon/siphon.cabal @@ -1,5 +1,5 @@ name: siphon -version: 0.8.0 +version: 0.8.1 synopsis: Encode and decode CSV files description: Please see README.md homepage: https://github.com/andrewthad/colonnade#readme diff --git a/siphon/src/Siphon.hs b/siphon/src/Siphon.hs index bb618e3..87af710 100644 --- a/siphon/src/Siphon.hs +++ b/siphon/src/Siphon.hs @@ -24,7 +24,7 @@ module Siphon , indexed -- * Types , Siphon - , SiphonError + , SiphonError(..) , Indexed(..) -- * Utility , humanizeSiphonError