packages feed

Cabal revisions of HStringTemplate-0.8.8

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

revision 1
-Cabal-Version:       1.18-name:                HStringTemplate-version:             0.8.8-synopsis:            StringTemplate implementation in Haskell.-description:         A port of the Java library by Terrence Parr.-category:            Text-license:             BSD3-license-file:        LICENSE-author:              Sterling Clover-maintainer:          s.clover@gmail.com-Tested-With:         GHC == 8.2, GHC == 9.0.1-Build-Type:          Simple----source-repository head-  type:     darcs-  location: http://hub.darcs.net/sterlingclover/hstringtemplate--library-  default-language: Haskell2010-  build-depends:-    base             >= 4 && < 5,-    array            < 0.6,-    blaze-builder    < 0.5,-    bytestring       < 0.11,-    deepseq          < 1.5,-    text             < 1.3,-    containers       < 0.7,-    template-haskell >= 2.3 && < 2.18,-    pretty           < 1.2,-    directory        < 1.4,-    filepath         < 1.5,-    mtl              < 2.3,-    old-locale       < 1.1,-    parsec           > 3 && < 4,-    semigroups       >= 0.16 && < 0.20,-    syb              < 0.8,-    void             < 0.8,-    time >= 1.4.2 && < 1.10--  exposed-modules:   Text.StringTemplate-                     Text.StringTemplate.Base-                     Text.StringTemplate.Classes-                     Text.StringTemplate.GenericStandard-                     Text.StringTemplate.QQ-  other-modules:     Text.StringTemplate.Instances-                     Text.StringTemplate.Group-                     Text.StringTemplate.Renderf-  ghc-options:       -Wall--test-suite test-  default-language: Haskell2010-  type:             exitcode-stdio-1.0-  main-is:          Main.hs-  hs-source-dirs:   tests-  build-depends:    HStringTemplate, base, containers, QuickCheck >= 2.13, random >= 1.0 , HUnit >= 1.5-  other-modules:    Properties-                    Units+Cabal-Version:       1.18
+name:                HStringTemplate
+version:             0.8.8
+x-revision: 1
+synopsis:            StringTemplate implementation in Haskell.
+description:         A port of the Java library by Terrence Parr.
+category:            Text
+license:             BSD3
+license-file:        LICENSE
+author:              Sterling Clover
+maintainer:          s.clover@gmail.com
+Tested-With:         GHC == 8.2, GHC == 9.0.1
+Build-Type:          Simple
+
+
+
+source-repository head
+  type:     darcs
+  location: http://hub.darcs.net/sterlingclover/hstringtemplate
+
+library
+  default-language: Haskell2010
+  build-depends:
+    base             >= 4 && < 5,
+    array            < 0.6,
+    blaze-builder    < 0.5,
+    bytestring       < 0.11,
+    deepseq          < 1.5,
+    text             < 1.3,
+    containers       < 0.7,
+    template-haskell >= 2.3 && < 2.19,
+    pretty           < 1.2,
+    directory        < 1.4,
+    filepath         < 1.5,
+    mtl              < 2.3,
+    old-locale       < 1.1,
+    parsec           > 3 && < 4,
+    semigroups       >= 0.16 && < 0.20,
+    syb              < 0.8,
+    void             < 0.8,
+    time >= 1.4.2 && < 1.10
+
+  exposed-modules:   Text.StringTemplate
+                     Text.StringTemplate.Base
+                     Text.StringTemplate.Classes
+                     Text.StringTemplate.GenericStandard
+                     Text.StringTemplate.QQ
+  other-modules:     Text.StringTemplate.Instances
+                     Text.StringTemplate.Group
+                     Text.StringTemplate.Renderf
+  ghc-options:       -Wall
+
+test-suite test
+  default-language: Haskell2010
+  type:             exitcode-stdio-1.0
+  main-is:          Main.hs
+  hs-source-dirs:   tests
+  build-depends:    HStringTemplate, base, containers, QuickCheck >= 2.13, random >= 1.0 , HUnit >= 1.5
+  other-modules:    Properties
+                    Units
revision 2
 Cabal-Version:       1.18
 name:                HStringTemplate
 version:             0.8.8
-x-revision: 1
+x-revision: 2
 synopsis:            StringTemplate implementation in Haskell.
 description:         A port of the Java library by Terrence Parr.
 category:            Text
     base             >= 4 && < 5,
     array            < 0.6,
     blaze-builder    < 0.5,
-    bytestring       < 0.11,
+    bytestring       < 0.12,
     deepseq          < 1.5,
-    text             < 1.3,
+    text             < 2.1,
     containers       < 0.7,
     template-haskell >= 2.3 && < 2.19,
     pretty           < 1.2,
     mtl              < 2.3,
     old-locale       < 1.1,
     parsec           > 3 && < 4,
-    semigroups       >= 0.16 && < 0.20,
+    semigroups       >= 0.16 && < 0.21,
     syb              < 0.8,
     void             < 0.8,
-    time >= 1.4.2 && < 1.10
+    time >= 1.4.2 && < 1.14
 
   exposed-modules:   Text.StringTemplate
                      Text.StringTemplate.Base
revision 3
 Cabal-Version:       1.18
 name:                HStringTemplate
 version:             0.8.8
-x-revision: 2
+x-revision:          3
 synopsis:            StringTemplate implementation in Haskell.
 description:         A port of the Java library by Terrence Parr.
 category:            Text
     deepseq          < 1.5,
     text             < 2.1,
     containers       < 0.7,
-    template-haskell >= 2.3 && < 2.19,
+    template-haskell >= 2.3 && < 2.20,
     pretty           < 1.2,
     directory        < 1.4,
     filepath         < 1.5,
revision 4
 Cabal-Version:       1.18
 name:                HStringTemplate
 version:             0.8.8
-x-revision:          3
+x-revision: 4
 synopsis:            StringTemplate implementation in Haskell.
 description:         A port of the Java library by Terrence Parr.
 category:            Text
 license-file:        LICENSE
 author:              Sterling Clover
 maintainer:          s.clover@gmail.com
-Tested-With:         GHC == 8.2, GHC == 9.0.1
+Tested-With:         GHC == 8.2, GHC == 9.0.1, GHC == 9.4.4
 Build-Type:          Simple
 
 
     pretty           < 1.2,
     directory        < 1.4,
     filepath         < 1.5,
-    mtl              < 2.3,
+    mtl              < 2.4,
     old-locale       < 1.1,
     parsec           > 3 && < 4,
     semigroups       >= 0.16 && < 0.21,
revision 5
 Cabal-Version:       1.18
 name:                HStringTemplate
 version:             0.8.8
-x-revision: 4
+x-revision:          5
 synopsis:            StringTemplate implementation in Haskell.
 description:         A port of the Java library by Terrence Parr.
 category:            Text
 license-file:        LICENSE
 author:              Sterling Clover
 maintainer:          s.clover@gmail.com
-Tested-With:         GHC == 8.2, GHC == 9.0.1, GHC == 9.4.4
 Build-Type:          Simple
 
+Tested-With:
+  GHC == 9.6.1
+  GHC == 9.4.4
+  GHC == 9.0.1
+  GHC == 8.2
 
 
+
 source-repository head
   type:     darcs
   location: http://hub.darcs.net/sterlingclover/hstringtemplate
     deepseq          < 1.5,
     text             < 2.1,
     containers       < 0.7,
-    template-haskell >= 2.3 && < 2.20,
+    template-haskell >= 2.3 && < 2.21,
     pretty           < 1.2,
     directory        < 1.4,
     filepath         < 1.5,
revision 6
 Cabal-Version:       1.18
 name:                HStringTemplate
 version:             0.8.8
-x-revision:          5
+x-revision:          6
 synopsis:            StringTemplate implementation in Haskell.
 description:         A port of the Java library by Terrence Parr.
 category:            Text
 Build-Type:          Simple
 
 Tested-With:
+  GHC == 9.8.1
   GHC == 9.6.1
   GHC == 9.4.4
   GHC == 9.0.1
     base             >= 4 && < 5,
     array            < 0.6,
     blaze-builder    < 0.5,
-    bytestring       < 0.12,
-    deepseq          < 1.5,
-    text             < 2.1,
-    containers       < 0.7,
-    template-haskell >= 2.3 && < 2.21,
+    bytestring       < 0.13,
+    deepseq          < 1.6,
+    text             < 2.2,
+    containers       < 0.8,
+    template-haskell >= 2.3 && < 2.22,
     pretty           < 1.2,
     directory        < 1.4,
     filepath         < 1.5,
revision 7
 Cabal-Version:       1.18
 name:                HStringTemplate
 version:             0.8.8
-x-revision:          6
+x-revision:          7
 synopsis:            StringTemplate implementation in Haskell.
 description:         A port of the Java library by Terrence Parr.
 category:            Text
     deepseq          < 1.6,
     text             < 2.2,
     containers       < 0.8,
-    template-haskell >= 2.3 && < 2.22,
+    template-haskell >= 2.3 && < 2.23,
     pretty           < 1.2,
     directory        < 1.4,
     filepath         < 1.5,
     semigroups       >= 0.16 && < 0.21,
     syb              < 0.8,
     void             < 0.8,
-    time >= 1.4.2 && < 1.14
+    time >= 1.4.2 && < 1.15
 
   exposed-modules:   Text.StringTemplate
                      Text.StringTemplate.Base
revision 8
 Cabal-Version:       1.18
 name:                HStringTemplate
 version:             0.8.8
-x-revision:          7
+x-revision: 8
 synopsis:            StringTemplate implementation in Haskell.
 description:         A port of the Java library by Terrence Parr.
 category:            Text
     template-haskell >= 2.3 && < 2.23,
     pretty           < 1.2,
     directory        < 1.4,
-    filepath         < 1.5,
+    filepath         < 1.6,
     mtl              < 2.4,
     old-locale       < 1.1,
     parsec           > 3 && < 4,
revision 9
 Cabal-Version:       1.18
 name:                HStringTemplate
 version:             0.8.8
-x-revision: 8
+x-revision:          9
 synopsis:            StringTemplate implementation in Haskell.
 description:         A port of the Java library by Terrence Parr.
 category:            Text
     bytestring       < 0.13,
     deepseq          < 1.6,
     text             < 2.2,
-    containers       < 0.8,
-    template-haskell >= 2.3 && < 2.23,
+    containers       < 0.9,
+    template-haskell >= 2.3 && < 2.24,
     pretty           < 1.2,
     directory        < 1.4,
     filepath         < 1.6,
revision 10
 Cabal-Version:       1.18
 name:                HStringTemplate
 version:             0.8.8
-x-revision:          9
+x-revision:          10
 synopsis:            StringTemplate implementation in Haskell.
 description:         A port of the Java library by Terrence Parr.
 category:            Text
     deepseq          < 1.6,
     text             < 2.2,
     containers       < 0.9,
-    template-haskell >= 2.3 && < 2.24,
+    template-haskell >= 2.3 && < 2.25,
     pretty           < 1.2,
     directory        < 1.4,
     filepath         < 1.6,
     semigroups       >= 0.16 && < 0.21,
     syb              < 0.8,
     void             < 0.8,
-    time >= 1.4.2 && < 1.15
+    time >= 1.4.2 && < 1.16
 
   exposed-modules:   Text.StringTemplate
                      Text.StringTemplate.Base