packages feed

stringable 0.1.1 → 0.1.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesnew-uploader

Files

Data/Stringable.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE FlexibleInstances #-}+{-# LANGUAGE FlexibleInstances, TypeSynonymInstances #-}  module Data.Stringable        ( Stringable(..)
stringable.cabal view
@@ -1,5 +1,5 @@ Name:                stringable-Version:             0.1.1+Version:             0.1.1.1 Synopsis:            A Stringable type class, in the spirit of Foldable and Traversable Description:         'Data.Stringable' provides a type class with a set of functions for                      converting to and from the most often used string-linke types in