packages feed

Cabal revisions of prettyprinter-interp-0.2.0.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:      2.4-name:               prettyprinter-interp-version:            0.2.0.0-synopsis:           Efficient interpolation for Prettyprinter-description:-  This package provides efficient interpolation-  of @[string-interpolate](https://hackage.haskell.org/package/string-interpolate)@-  quasi quoters when used-  with @[prettyprinter](https://hackage.haskell.org/package/prettyprinter)@.-homepage:           https://github.com/DigitalBrains1/prettyprinter-interp-bug-reports:        https://github.com/DigitalBrains1/prettyprinter-interp/issues-license:            BSD-2-Clause-license-file:       LICENSE-author:             Peter Lebbing-maintainer:         peter@digitalbrains.com-copyright:          (C) 2022-2023, Peter Lebbing-category:           Data, Text-extra-source-files: CHANGELOG.md--source-repository head-  type:     git-  location: https://github.com/DigitalBrains1/prettyprinter-interp-source-repository this-  type:     git-  location: https://github.com/DigitalBrains1/prettyprinter-interp-  tag:      v0.2.0.0--library-  exposed-modules:    Prettyprinter.Interpolate--  build-depends:      base                      >=4.12      && < 4.18,-                      prettyprinter             >=1.2       && < 1.8,-                      string-interpolate        ^>=0.3.1,-                      template-haskell,-                      text                      >=1.2       && < 2.1,-  hs-source-dirs:     src-  default-language:   Haskell2010-  ghc-options:        -Wall -Wcompat--test-suite unittests-  default-language:   Haskell2010-  type:               exitcode-stdio-1.0-  hs-source-dirs:     test-  main-is:            unittests.hs-  build-depends:      base,-                      prettyprinter,-                      prettyprinter-interp,-                      string-interpolate,-                      tasty                     >= 1.2      && < 1.5,-                      tasty-hunit               ^>=0.10.0.2,-                      text,-  ghc-options:        -Wall -Wcompat+cabal-version:      2.4
+name:               prettyprinter-interp
+version:            0.2.0.0
+x-revision: 1
+synopsis:           Efficient interpolation for Prettyprinter
+description:
+  This package provides efficient interpolation
+  of @[string-interpolate](https://hackage.haskell.org/package/string-interpolate)@
+  quasi quoters when used
+  with @[prettyprinter](https://hackage.haskell.org/package/prettyprinter)@.
+homepage:           https://github.com/DigitalBrains1/prettyprinter-interp
+bug-reports:        https://github.com/DigitalBrains1/prettyprinter-interp/issues
+license:            BSD-2-Clause
+license-file:       LICENSE
+author:             Peter Lebbing
+maintainer:         peter@digitalbrains.com
+copyright:          (C) 2022-2023, Peter Lebbing
+category:           Data, Text
+extra-source-files: CHANGELOG.md
+
+source-repository head
+  type:     git
+  location: https://github.com/DigitalBrains1/prettyprinter-interp
+source-repository this
+  type:     git
+  location: https://github.com/DigitalBrains1/prettyprinter-interp
+  tag:      v0.2.0.0+r1
+
+library
+  exposed-modules:    Prettyprinter.Interpolate
+
+  build-depends:      base                      >=4.12      && < 4.19,
+                      prettyprinter             >=1.2       && < 1.8,
+                      string-interpolate        ^>=0.3.1,
+                      template-haskell,
+                      text                      >=1.2       && < 2.1,
+  hs-source-dirs:     src
+  default-language:   Haskell2010
+  ghc-options:        -Wall -Wcompat
+
+test-suite unittests
+  default-language:   Haskell2010
+  type:               exitcode-stdio-1.0
+  hs-source-dirs:     test
+  main-is:            unittests.hs
+  build-depends:      base,
+                      prettyprinter,
+                      prettyprinter-interp,
+                      string-interpolate,
+                      tasty                     >= 1.2      && < 1.5,
+                      tasty-hunit               ^>=0.10.0.2,
+                      text,
+  ghc-options:        -Wall -Wcompat
revision 2
 cabal-version:      2.4
 name:               prettyprinter-interp
 version:            0.2.0.0
-x-revision: 1
+x-revision: 2
 synopsis:           Efficient interpolation for Prettyprinter
 description:
   This package provides efficient interpolation
 source-repository this
   type:     git
   location: https://github.com/DigitalBrains1/prettyprinter-interp
-  tag:      v0.2.0.0+r1
+  tag:      v0.2.0.0+r2
 
 library
   exposed-modules:    Prettyprinter.Interpolate
 
   build-depends:      base                      >=4.12      && < 4.19,
                       prettyprinter             >=1.2       && < 1.8,
-                      string-interpolate        ^>=0.3.1,
+                      string-interpolate        ^>=0.3.1.0,
                       template-haskell,
-                      text                      >=1.2       && < 2.1,
+                      text                      >=1.2.3.0   && < 2.2,
   hs-source-dirs:     src
   default-language:   Haskell2010
   ghc-options:        -Wall -Wcompat
                       prettyprinter,
                       prettyprinter-interp,
                       string-interpolate,
-                      tasty                     >= 1.2      && < 1.5,
+                      tasty                     >= 1.2.2    && < 1.6,
                       tasty-hunit               ^>=0.10.0.2,
                       text,
-  ghc-options:        -Wall -Wcompat
+  ghc-options:        -Wall -Wcompat
revision 3
 cabal-version:      2.4
 name:               prettyprinter-interp
 version:            0.2.0.0
-x-revision: 2
+x-revision: 3
 synopsis:           Efficient interpolation for Prettyprinter
 description:
   This package provides efficient interpolation
 source-repository this
   type:     git
   location: https://github.com/DigitalBrains1/prettyprinter-interp
-  tag:      v0.2.0.0+r2
+  tag:      v0.2.0.0+r3
 
 library
   exposed-modules:    Prettyprinter.Interpolate
 
-  build-depends:      base                      >=4.12      && < 4.19,
+  build-depends:      base                      >=4.12      && < 4.20,
                       prettyprinter             >=1.2       && < 1.8,
                       string-interpolate        ^>=0.3.1.0,
                       template-haskell,
revision 4
 cabal-version:      2.4
 name:               prettyprinter-interp
 version:            0.2.0.0
-x-revision: 3
+x-revision: 4
 synopsis:           Efficient interpolation for Prettyprinter
 description:
   This package provides efficient interpolation
 source-repository this
   type:     git
   location: https://github.com/DigitalBrains1/prettyprinter-interp
-  tag:      v0.2.0.0+r3
+  tag:      v0.2.0.0+r4
 
 library
   exposed-modules:    Prettyprinter.Interpolate
 
-  build-depends:      base                      >=4.12      && < 4.20,
+  build-depends:      base                      >=4.12      && < 4.21,
                       prettyprinter             >=1.2       && < 1.8,
                       string-interpolate        ^>=0.3.1.0,
                       template-haskell,
revision 5
 cabal-version:      2.4
 name:               prettyprinter-interp
 version:            0.2.0.0
-x-revision: 4
+x-revision: 5
 synopsis:           Efficient interpolation for Prettyprinter
 description:
   This package provides efficient interpolation
 copyright:          (C) 2022-2023, Peter Lebbing
 category:           Data, Text
 extra-source-files: CHANGELOG.md
+tested-with:
+  GHC == 8.6.5,
+  GHC == 8.8.4,
+  GHC == 8.10.7,
+  GHC == 9.0.2,
+  GHC == 9.2.8,
+  GHC == 9.4.8,
+  GHC == 9.6.6,
+  GHC == 9.8.4,
+  GHC == 9.10.1,
+  GHC == 9.12.1
 
 source-repository head
   type:     git
 source-repository this
   type:     git
   location: https://github.com/DigitalBrains1/prettyprinter-interp
-  tag:      v0.2.0.0+r4
+  tag:      v0.2.0.0+r5
 
 library
   exposed-modules:    Prettyprinter.Interpolate
 
-  build-depends:      base                      >=4.12      && < 4.21,
+  build-depends:      base                      >=4.12      && < 4.23,
                       prettyprinter             >=1.2       && < 1.8,
                       string-interpolate        ^>=0.3.1.0,
                       template-haskell,