swish 0.6.5.0 → 0.6.5.1
raw patch · 2 files changed
+11/−12 lines, 2 files
Files
- src/Swish/RDF/TurtleFormatter.hs +8/−11
- swish.cabal +3/−1
src/Swish/RDF/TurtleFormatter.hs view
@@ -12,14 +12,11 @@ -- Stability : experimental -- Portability : OverloadedStrings ----- This Module implements a Turtle formatter (see [1])--- for an RDFGraph value.------ REFERENCES:------ 1 <http://www.w3.org/TR/turtle/>--- Turtle, Terse RDF Triple Language--- W3C Working Draft 09 August 2011 (<http://www.w3.org/TR/2011/WD-turtle-20110809/>)+-- This Module implements a Turtle formatter +-- for an RDFGraph value. See+-- <http://www.w3.org/TR/turtle/>+-- \"Turtle, Terse RDF Triple Language\",+-- W3C Working Draft 09 August 2011 (<http://www.w3.org/TR/2011/WD-turtle-20110809/>) -- -------------------------------------------------------------------------------- @@ -40,7 +37,7 @@ , formatGraphIndent , formatGraphDiag - -- ^ Auxillary routines+ -- * Auxillary routines , quoteText ) where@@ -732,8 +729,8 @@ {-| Convert text into a format for display in Turtle. The idea-is to use a single @"@ unless @"""@ is needed, and to-handle adding necessary @\@ characters, or conversion+is to use one double quote unless three are needed, and to+handle adding necessary @\\@ characters, or conversion for Unicode characters. -} quoteText :: T.Text -> B.Builder
swish.cabal view
@@ -1,5 +1,5 @@ Name: swish-Version: 0.6.5.0+Version: 0.6.5.1 Stability: experimental License: LGPL License-file: LICENSE @@ -45,6 +45,8 @@ * Complete, ready-to-run, command-line and script-driven programs. . Changes:+ .+ [Version 0.6.5.1] Haddock fixes for @0.6.5.0@. . [Version 0.6.5.0] Export "Swish.RDF.TurtleFormatter.parseText". Updated @filepath@ dependency and removed unused @array@ one.