packages feed

Cabal revisions of type-level-show-0.2.1

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

revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.35.2.------ see: https://github.com/sol/hpack--name:           type-level-show-version:        0.2.1-synopsis:       Utilities for writing Show-like type families-description:    Please see README.md.-category:       Types, Data-homepage:       https://github.com/raehik/type-level-show#readme-bug-reports:    https://github.com/raehik/type-level-show/issues-author:         Ben Orchard-maintainer:     Ben Orchard <thefirstmuffinman@gmail.com>-license:        MIT-license-file:   LICENSE-build-type:     Simple-tested-with:-    GHC==9.8-  , GHC==9.6-extra-source-files:-    README.md-    CHANGELOG.md--source-repository head-  type: git-  location: https://github.com/raehik/type-level-show--library-  exposed-modules:-      TypeLevelShow.Doc-      TypeLevelShow.Natural-      TypeLevelShow.Natural.Digit-      TypeLevelShow.Utils-  other-modules:-      Paths_type_level_show-  hs-source-dirs:-      src-  default-extensions:-      LambdaCase-      NoStarIsType-      DerivingVia-      DeriveAnyClass-      GADTs-      RoleAnnotations-      DefaultSignatures-      TypeFamilies-      DataKinds-      MagicHash-  ghc-options: -Wall -Wno-unticked-promoted-constructors-  build-depends:-      base >=4.16 && <5-    , defun-core ==0.1.*-    , singleraeh ==0.2.*-  default-language: GHC2021+cabal-version: 1.12
+
+-- This file has been generated from package.yaml by hpack version 0.35.2.
+--
+-- see: https://github.com/sol/hpack
+
+name:           type-level-show
+version:        0.2.1
+x-revision: 1
+synopsis:       Utilities for writing Show-like type families
+description:    Please see README.md.
+category:       Types, Data
+homepage:       https://github.com/raehik/type-level-show#readme
+bug-reports:    https://github.com/raehik/type-level-show/issues
+author:         Ben Orchard
+maintainer:     Ben Orchard <thefirstmuffinman@gmail.com>
+license:        MIT
+license-file:   LICENSE
+build-type:     Simple
+tested-with:
+    GHC==9.8
+  , GHC==9.6
+extra-source-files:
+    README.md
+    CHANGELOG.md
+
+source-repository head
+  type: git
+  location: https://github.com/raehik/type-level-show
+
+library
+  exposed-modules:
+      TypeLevelShow.Doc
+      TypeLevelShow.Natural
+      TypeLevelShow.Natural.Digit
+      TypeLevelShow.Utils
+  other-modules:
+      Paths_type_level_show
+  hs-source-dirs:
+      src
+  default-extensions:
+      LambdaCase
+      NoStarIsType
+      DerivingVia
+      DeriveAnyClass
+      GADTs
+      RoleAnnotations
+      DefaultSignatures
+      TypeFamilies
+      DataKinds
+      MagicHash
+  ghc-options: -Wall -Wno-unticked-promoted-constructors
+  build-depends:
+      base >=4.18 && <5
+    , defun-core ==0.1.*
+    , singleraeh ==0.2.*
+  default-language: GHC2021