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