Source: haskell-convertible-text Priority: optional Section: misc Maintainer: Clifford Beshers Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc (>= 6.8), ghc-prof, libghc-attempt-prof (>= 0.3.0), libghc-attempt-prof (<< 0.4), libghc-text-prof (>= 0.5) Build-Depends-Indep: ghc-doc, haddock, libghc-attempt-doc (>= 0.3.0), libghc-attempt-doc (<< 0.4), libghc-text-doc (>= 0.5) Standards-Version: 3.8.1 Homepage: http://github.com/snoyberg/convertible/tree/text Package: libghc-convertible-text-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: Typeclasses and instances for converting between types This is a port of John Goerzen's convertible package, intended to distinguish between conversions which are guaranteed to succeed and those which might fail. It uses the attempt package, which in turn uses the failure package, so that this package is fully compatible with the failure framework. . This package currently contains all of the typeclasses and instances for convertible. However, as these features are ported to the convertible package, this package will be left with only the instances for converting to and from text types (String, ByteString (lazy and strict) and Text (lazy and strict). . Be aware that conversions to and from bytestrings assume UTF-8 encoding. If a different encoding is desired, you can use a newtype wrapper and declare an instance of @ConvertAttempt@ or @ConvertSuccess@ on it. . The main module to import is "Data.Convertible.Text". . Author: John Goerzen, Michael Snoyman Upstream-Maintainer: Michael Snoyman . This package contains the normal library files. Package: libghc-convertible-text-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-convertible-text-dev Description: Typeclasses and instances for converting between types This is a port of John Goerzen's convertible package, intended to distinguish between conversions which are guaranteed to succeed and those which might fail. It uses the attempt package, which in turn uses the failure package, so that this package is fully compatible with the failure framework. . This package currently contains all of the typeclasses and instances for convertible. However, as these features are ported to the convertible package, this package will be left with only the instances for converting to and from text types (String, ByteString (lazy and strict) and Text (lazy and strict). . Be aware that conversions to and from bytestrings assume UTF-8 encoding. If a different encoding is desired, you can use a newtype wrapper and declare an instance of @ConvertAttempt@ or @ConvertSuccess@ on it. . The main module to import is "Data.Convertible.Text". . Author: John Goerzen, Michael Snoyman Upstream-Maintainer: Michael Snoyman . This package contains the libraries compiled with profiling enabled. Package: libghc-convertible-text-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: Typeclasses and instances for converting between types This is a port of John Goerzen's convertible package, intended to distinguish between conversions which are guaranteed to succeed and those which might fail. It uses the attempt package, which in turn uses the failure package, so that this package is fully compatible with the failure framework. . This package currently contains all of the typeclasses and instances for convertible. However, as these features are ported to the convertible package, this package will be left with only the instances for converting to and from text types (String, ByteString (lazy and strict) and Text (lazy and strict). . Be aware that conversions to and from bytestrings assume UTF-8 encoding. If a different encoding is desired, you can use a newtype wrapper and declare an instance of @ConvertAttempt@ or @ConvertSuccess@ on it. . The main module to import is "Data.Convertible.Text". . Author: John Goerzen, Michael Snoyman Upstream-Maintainer: Michael Snoyman . This package contains the documentation files. Package: runtests Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Description: An executable built with the convertible-text-0.3.0.6 library.