packages feed

Cabal revisions of ttc-1.2.1.0

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

revision 1
-name:           ttc-version:        1.2.1.0-category:       Data, Text-synopsis:       Textual Type Classes-description:-  This library provides type classes for conversion between data types and-  textual data types (strings).  Please see the README on GitHub at-  <https://github.com/ExtremaIS/ttc-haskell#readme>.--homepage:       https://github.com/ExtremaIS/ttc-haskell#readme-bug-reports:    https://github.com/ExtremaIS/ttc-haskell/issues-author:         Travis Cardwell <travis.cardwell@extrema.is>-maintainer:     Travis Cardwell <travis.cardwell@extrema.is>-copyright:      Copyright (c) 2019-2023 Travis Cardwell-license:        MIT-license-file:   LICENSE--cabal-version:  1.24-build-type:     Simple-tested-with:-  GHC ==8.2.2-   || ==8.4.4-   || ==8.6.5-   || ==8.8.4-   || ==8.10.7-   || ==9.0.2-   || ==9.2.7-   || ==9.4.4-   || ==9.6.1--extra-source-files:-  CHANGELOG.md-  README.md--source-repository head-  type: git-  location: https://github.com/ExtremaIS/ttc-haskell.git--flag write-hie-  description: write .hie files-  default: False--library-  hs-source-dirs: src-  exposed-modules:-      Data.TTC-  build-depends:-      base >=4.10.1 && <4.19-    , bytestring >=0.10.8 && <0.12-    , template-haskell >=2.12 && <2.21-    , text >=1.2.2 && <2.1-  default-language: Haskell2010-  default-extensions:-      OverloadedStrings-  if flag(write-hie)-    ghc-options: -Wall -fwrite-ide-info -hiedir=.hie-  else-    ghc-options: -Wall--test-suite ttc-test-  type: exitcode-stdio-1.0-  hs-source-dirs: test-  main-is: Spec.hs-  other-modules:-      Data.TTC.Test-    , TestString-  build-depends:-      base-    , bytestring-    , tasty >=0.11 && <1.5-    , tasty-hunit >=0.8 && <0.11-    , template-haskell-    , text-    , ttc-  default-language: Haskell2010-  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N+name:           ttc
+version:        1.2.1.0
+x-revision: 1
+category:       Data, Text
+synopsis:       Textual Type Classes
+description:
+  This library provides type classes for conversion between data types and
+  textual data types (strings).  Please see the README on GitHub at
+  <https://github.com/ExtremaIS/ttc-haskell#readme>.
+
+homepage:       https://github.com/ExtremaIS/ttc-haskell#readme
+bug-reports:    https://github.com/ExtremaIS/ttc-haskell/issues
+author:         Travis Cardwell <travis.cardwell@extrema.is>
+maintainer:     Travis Cardwell <travis.cardwell@extrema.is>
+copyright:      Copyright (c) 2019-2023 Travis Cardwell
+license:        MIT
+license-file:   LICENSE
+
+cabal-version:  1.24
+build-type:     Simple
+tested-with:
+  GHC ==8.2.2
+   || ==8.4.4
+   || ==8.6.5
+   || ==8.8.4
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.7
+   || ==9.4.4
+   || ==9.6.1
+
+extra-source-files:
+  CHANGELOG.md
+  README.md
+
+source-repository head
+  type: git
+  location: https://github.com/ExtremaIS/ttc-haskell.git
+
+flag write-hie
+  description: write .hie files
+  default: False
+
+library
+  hs-source-dirs: src
+  exposed-modules:
+      Data.TTC
+  build-depends:
+      base >=4.10.1 && <4.19
+    , bytestring >=0.10.8 && <0.13
+    , template-haskell >=2.12 && <2.21
+    , text >=1.2.2 && <2.1
+  default-language: Haskell2010
+  default-extensions:
+      OverloadedStrings
+  if flag(write-hie)
+    ghc-options: -Wall -fwrite-ide-info -hiedir=.hie
+  else
+    ghc-options: -Wall
+
+test-suite ttc-test
+  type: exitcode-stdio-1.0
+  hs-source-dirs: test
+  main-is: Spec.hs
+  other-modules:
+      Data.TTC.Test
+    , TestString
+  build-depends:
+      base
+    , bytestring
+    , tasty >=0.11 && <1.5
+    , tasty-hunit >=0.8 && <0.11
+    , template-haskell
+    , text
+    , ttc
+  default-language: Haskell2010
+  ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
revision 2
 name:           ttc
 version:        1.2.1.0
-x-revision: 1
+x-revision: 2
 category:       Data, Text
 synopsis:       Textual Type Classes
 description:
    || ==8.8.4
    || ==8.10.7
    || ==9.0.2
-   || ==9.2.7
-   || ==9.4.4
-   || ==9.6.1
+   || ==9.2.8
+   || ==9.4.6
+   || ==9.6.2
 
 extra-source-files:
   CHANGELOG.md
       base >=4.10.1 && <4.19
     , bytestring >=0.10.8 && <0.13
     , template-haskell >=2.12 && <2.21
-    , text >=1.2.2 && <2.1
+    , text >=1.2.2 && <2.2
   default-language: Haskell2010
   default-extensions:
       OverloadedStrings
revision 3
 name:           ttc
 version:        1.2.1.0
-x-revision: 2
+x-revision: 3
 category:       Data, Text
 synopsis:       Textual Type Classes
 description:
    || ==8.10.7
    || ==9.0.2
    || ==9.2.8
-   || ==9.4.6
+   || ==9.4.7
    || ==9.6.2
 
 extra-source-files:
   build-depends:
       base
     , bytestring
-    , tasty >=0.11 && <1.5
+    , tasty >=0.11 && <1.6
     , tasty-hunit >=0.8 && <0.11
     , template-haskell
     , text