|
@@ -2,7 +2,7 @@
|
|
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
|
|
|
|
|
name: textual
|
|
|
-version: 0.1.0.0
|
|
|
+version: 0.2.0.0
|
|
|
|
|
|
synopsis: Textual type class for data that represent text
|
|
|
description:
|
|
@@ -33,7 +33,7 @@ source-repository this
|
|
|
tag: 0.1.0.0
|
|
|
|
|
|
library
|
|
|
- exposed-modules: Data.Textual
|
|
|
+ exposed-modules: Data.Textual.Class
|
|
|
other-extensions: TypeSynonymInstances, FlexibleInstances
|
|
|
build-depends: base >=4.7 && <4.8, bytestring >=0.10, utf8-string >=1, text >=1.2
|
|
|
hs-source-dirs: src
|