prepare siphon for new release

This commit is contained in:
Andrew Martin 2018-06-14 16:24:58 -04:00
parent 4cea6fee1f
commit 7206b17175
No known key found for this signature in database
GPG Key ID: 4FEE56C538F773B4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: siphon name: siphon
version: 0.8.0 version: 0.8.1
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

View File

@ -24,7 +24,7 @@ module Siphon
, indexed , indexed
-- * Types -- * Types
, Siphon , Siphon
, SiphonError , SiphonError(..)
, Indexed(..) , Indexed(..)
-- * Utility -- * Utility
, humanizeSiphonError , humanizeSiphonError