Source: haskell-utf8-prelude Priority: optional Section: misc Maintainer: David Fox Build-Depends: debhelper (>= 7.0), haskell-devscripts (>= 0.6.15+nmu7), hscolour, cdbs, ghc (>= 6.8), ghc-prof, libghc-utf8-string-prof (>= 0.3.3), libghc-utf8-string-prof (<< 0.4) Build-Depends-Indep: ghc-doc, haddock, libghc-utf8-string-doc (>= 0.3.3), libghc-utf8-string-doc (<< 0.4) Standards-Version: 3.8.1 Package: libghc-utf8-prelude-dev Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends} Description: Variants of Prelude and System.IO with UTF8 text I/O operations If you want your Haskell code to have UTF8 text I/O then use libraries which have UTF8 text I/O. In case of Prelude with this package only three mechanical steps needed: . * In all modules import Prelude explicitly and replace every occurrence of "Prelude" with "UTF8Prelude". . * Use the NoImplicitPrelude language extension. . * In all modules replace every occurrence of "System.IO" with "System.UTF8IO". . utf8-test tests several functions regarding UTF8 text I/O. Note: utf8-test creates a file named writeFile_test.txt (5,3K) in the current working directory. . utf8-prelude is based on utf8-string: . This package will be obsolete *after* GHC 6.10: . Author: Péter Diviánszky Upstream-Maintainer: Péter Diviánszky . This package contains the normal library files. Package: libghc-utf8-prelude-prof Architecture: any Section: haskell Depends: ${haskell:Depends}, ${misc:Depends}, libghc-utf8-prelude-dev Description: Variants of Prelude and System.IO with UTF8 text I/O operations If you want your Haskell code to have UTF8 text I/O then use libraries which have UTF8 text I/O. In case of Prelude with this package only three mechanical steps needed: . * In all modules import Prelude explicitly and replace every occurrence of "Prelude" with "UTF8Prelude". . * Use the NoImplicitPrelude language extension. . * In all modules replace every occurrence of "System.IO" with "System.UTF8IO". . utf8-test tests several functions regarding UTF8 text I/O. Note: utf8-test creates a file named writeFile_test.txt (5,3K) in the current working directory. . utf8-prelude is based on utf8-string: . This package will be obsolete *after* GHC 6.10: . Author: Péter Diviánszky Upstream-Maintainer: Péter Diviánszky . This package contains the libraries compiled with profiling enabled. Package: libghc-utf8-prelude-doc Architecture: all Section: doc Depends: ${haskell:Depends}, ${misc:Depends}, ghc-doc Description: Variants of Prelude and System.IO with UTF8 text I/O operations If you want your Haskell code to have UTF8 text I/O then use libraries which have UTF8 text I/O. In case of Prelude with this package only three mechanical steps needed: . * In all modules import Prelude explicitly and replace every occurrence of "Prelude" with "UTF8Prelude". . * Use the NoImplicitPrelude language extension. . * In all modules replace every occurrence of "System.IO" with "System.UTF8IO". . utf8-test tests several functions regarding UTF8 text I/O. Note: utf8-test creates a file named writeFile_test.txt (5,3K) in the current working directory. . utf8-prelude is based on utf8-string: . This package will be obsolete *after* GHC 6.10: . Author: Péter Diviánszky Upstream-Maintainer: Péter Diviánszky . This package contains the documentation files. Package: utf8-test Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} Description: An executable built with the utf8-prelude-0.1.6 library.