3 次代碼提交 2c296f9899 ... 6f61482d71

作者 SHA1 備註 提交日期
  Koji Miyazato 6f61482d71 Upgrade finite-typelits to 0.2.0.0 8 月之前
  sheaf 03b60419db v 2.1.2.0 8 月之前
  Koji Miyazato 2c296f9899 Upgrade finite-typelits to 0.2.0.0 8 月之前
共有 2 個文件被更改,包括 9 次插入4 次删除
  1. 5 0
      CHANGELOG.md
  2. 4 4
      finitary.cabal

+ 5 - 0
CHANGELOG.md

@@ -1,5 +1,10 @@
 # Revision history for finitary
 
+## 2.1.2.0 -- 2024-05-06
+
+* Allow `typelits-witnesses-0.4.0.1`, and bump upper bounds of
+  `hspec` and `hspec-hedgehog` in the test component (thanks to viercc).
+
 ## 2.1.1.1 -- 2022-12-03
 
 * Bump some upper bounds, including `base`.

+ 4 - 4
finitary.cabal

@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               finitary
-version:            2.1.1.1
+version:            2.1.2.0
 synopsis:           A better, more type-safe Enum.
 description:
   Provides a type class witnessing that a type has
@@ -91,11 +91,11 @@ test-suite tests
     , ghc-typelits-knownnat
     , ghc-typelits-natnormalise
     , hedgehog
-         >= 1.0.2 && < 1.3
+        >= 1.0.2 && < 1.3
     , hspec
-        >= 2.7.1
+        >= 2.7.1 && < 3.0
     , hspec-hedgehog
-        >= 0.0.1.2
+        >= 0.0.1.2 && < 0.2
     , primitive
     , template-haskell
     , typelits-witnesses