Skip to content

Commit

Permalink
Hide most internals for now
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : 8f6c79987e365f6ab771a33d2d74a93e405c2c92
  • Loading branch information
bos committed Feb 23, 2009
1 parent d36ec83 commit 112f417
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion tests/Properties.hs
Expand Up @@ -3,7 +3,6 @@
import Test.QuickCheck
import Text.Show.Functions

import Prelude
import Debug.Trace
import Text.Printf
import System.Environment
Expand Down
16 changes: 8 additions & 8 deletions text.cabal
@@ -1,13 +1,12 @@
name: text
version: 0.0
synopsis: A Unicode Text type
description: An efficient string type in the style of "Data.ByteString" but
for Unicode.
synopsis: An efficient packed Unicode text type
description: An efficient packed Unicode text type.
license: BSD3
license-file: LICENSE
author: Tom Harper <rtharper@aftereternity.co.uk>
maintainer: Tom Harper <rtharper@aftereternity.co.uk>
Bryan O'Sullivan <bos@serpentine.com>
maintainer: Bryan O'Sullivan <bos@serpentine.com>
Tom Harper <rtharper@aftereternity.co.uk>
Duncan Coutts <duncan@haskell.org>
copyright: 2008-2009 Tom Harper
category: Data, Text
Expand All @@ -17,13 +16,14 @@ cabal-version: >= 1.2
library
exposed-modules:
Data.Text
Data.Text.Array
Data.Text.Encoding
Data.Text.Encoding.Fusion
Data.Text.Fusion
other-modules:
Data.Text.Array
Data.Text.Internal
Data.Text.Unsafe
Data.Text.UnsafeChar
Data.Text.Internal
Data.Text.Fusion
Data.Text.Utf8
Data.Text.Utf32
Data.Text.Utf16
Expand Down

0 comments on commit 112f417

Please sign in to comment.