heredocs 0.1.2.0 → 0.1.2.1
raw patch · 2 files changed
+1/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- heredocs.cabal +1/−1
- src/Text/Heredoc.hs +0/−1
heredocs.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: heredocs-version: 0.1.2.0+version: 0.1.2.1 synopsis: heredocument description: heredocument homepage: http://github.com/cutsea110/heredoc.git
src/Text/Heredoc.hs view
@@ -23,7 +23,6 @@ content <- runIO $ readFile fp heredocFromString content --- | C# code gen heredocFromString :: String -> Q Exp heredocFromString = either err (concatToQExp . arrange) . parse doc "heredoc"