txt 0.0.2.0 → 0.0.2.1
raw patch · 1 files changed
+3/−3 lines, 1 files
Files
- txt.cabal +3/−3
txt.cabal view
@@ -1,5 +1,5 @@ name: txt-version: 0.0.2.0+version: 0.0.2.1 synopsis: Text -- description: license: BSD3@@ -15,8 +15,8 @@ library hs-source-dirs: . exposed-modules: Data.Text- , Data.Text.Lazy.Private- other-modules: Data.Text.Lazy+ , Data.Text.Lazy+ other-modules: Data.Text.Lazy.Private , Data.Text.Private build-depends: base >= 4.7 && < 5 , bytestring >=0.10 && <0.11