interpolatedstring-qq 0.1 → 0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep +haskell-src-meta-mwottondep −haskell-src-metadep ~basePVP ok
version bump matches the API change (PVP)
Dependencies added: haskell-src-meta-mwotton
Dependencies removed: haskell-src-meta
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
interpolatedstring-qq.cabal view
@@ -1,5 +1,5 @@ Name: interpolatedstring-qq -Version: 0.1 +Version: 0.2 License: BSD3 License-file: LICENSE Category: Data @@ -8,7 +8,7 @@ Maintainer: Erik Charlebois <erikcharlebois@gmail.com> Stability: unstable Cabal-Version: >= 1.2 -Build-Depends: base +Build-Depends: base >= 4 Build-Type: Custom Synopsis: QuasiQuoter for Ruby-style multi-line interpolated strings. Description: QuasiQuoter for Ruby-style multi-line interpolated strings. @@ -16,6 +16,6 @@ library extensions: TemplateHaskell - build-depends: base, template-haskell, haskell-src-meta + build-depends: base >= 4 && < 5, template-haskell, haskell-src-meta-mwotton hs-source-dirs: src exposed-modules: Text.InterpolatedString.QQ