packages feed

typelevel-tools-yj 0.1.0.6 → 0.1.0.7

raw patch · 1 files changed

+7/−7 lines, 1 filesdep +typelevel-tools-yjdep −typelevel-toolsPVP ok

version bump matches the API change (PVP)

Dependencies added: typelevel-tools-yj

Dependencies removed: typelevel-tools

API changes (from Hackage documentation)

Files

typelevel-tools-yj.cabal view
@@ -1,16 +1,16 @@ cabal-version: 1.12 --- This file has been generated from package.yaml by hpack version 0.37.0.+-- This file has been generated from package.yaml by hpack version 0.36.0. -- -- see: https://github.com/sol/hpack  name:           typelevel-tools-yj-version:        0.1.0.6+version:        0.1.0.7 synopsis:       type level tools description:    Please see the README on GitHub at <https://github.com/YoshikuniJujo/typelevel-tools#readme> category:       Types-homepage:       https://github.com/YoshikuniJujo/typelevel-tools#readme-bug-reports:    https://github.com/YoshikuniJujo/typelevel-tools/issues+homepage:       https://github.com/YoshikuniJujo/typelevel-tools-yj#readme+bug-reports:    https://github.com/YoshikuniJujo/typelevel-tools-yj/issues author:         Yoshikuni Jujo maintainer:     yoshikuni.jujo@gmail.com copyright:      2023 Yoshikuni Jujo@@ -23,7 +23,7 @@  source-repository head   type: git-  location: https://github.com/YoshikuniJujo/typelevel-tools+  location: https://github.com/YoshikuniJujo/typelevel-tools-yj  library   exposed-modules:@@ -52,7 +52,7 @@     , template-haskell <3   default-language: Haskell2010 -test-suite typelevel-tools-test+test-suite typelevel-tools-yj-test   type: exitcode-stdio-1.0   main-is: Spec.hs   other-modules:@@ -63,5 +63,5 @@   build-depends:       base >=4.7 && <5     , template-haskell <3-    , typelevel-tools+    , typelevel-tools-yj   default-language: Haskell2010