packages feed

custom-interpolation 0.1.0.0 → 0.1.0.1

raw patch · 2 files changed

+1/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

custom-interpolation.cabal view
@@ -1,6 +1,6 @@ cabal-version:      3.0 name:               custom-interpolation-version:            0.1.0.0+version:            0.1.0.1 synopsis:           Customizable string interpolation quasiquoters description:   Please see the readme at https://github.com/ruby0b/custom-interpolation#readme.
src/CustomInterpolation.hs view
@@ -2,9 +2,6 @@ This module reexports all the relevant tools of the @custom-interpolation@ package. -} module CustomInterpolation (-  -- * Quickstart-  -- $quickstart-   -- * Template Haskell   --   -- | The main entry points of the library. Use these to build your template haskell functions and quasiquoters.