interpolatedstring-perl6 0.4 → 0.5
raw patch · 1 files changed
+3/−3 lines, 1 filesdep +haskell-src-meta-mwottondep −haskell-src-metaPVP ok
version bump matches the API change (PVP)
Dependencies added: haskell-src-meta-mwotton
Dependencies removed: haskell-src-meta
API changes (from Hackage documentation)
Files
interpolatedstring-perl6.cabal view
@@ -1,5 +1,5 @@ Name: interpolatedstring-perl6-Version: 0.4+Version: 0.5 License: BSD3 License-file: LICENSE Category: Data@@ -10,12 +10,12 @@ Cabal-Version: >= 1.2 Build-Depends: base Build-Type: Custom-Synopsis: QuasiQuoter for Perl6-style multi-line interpolated strings with "q", "qq" and "qc" support.+Synopsis: QuasiQuoter for Perl6-style multi-line interpolated strings Description: QuasiQuoter for Perl6-style multi-line interpolated strings with "q", "qq" and "qc" support. Data-Files: tests/Test.hs library extensions: TemplateHaskell, TypeSynonymInstances, FlexibleInstances, UndecidableInstances, OverlappingInstances- build-depends: base < 5, template-haskell, haskell-src-meta+ build-depends: base < 5, template-haskell, haskell-src-meta-mwotton hs-source-dirs: src exposed-modules: Text.InterpolatedString.Perl6