heck 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- LICENSE.txt +1/−1
- heck.cabal +2/−2
LICENSE.txt view
@@ -1,6 +1,6 @@ BSD Zero Clause License -Copyright (c) 2025 Taylor Fausak+Copyright (c) 2026 Taylor Fausak Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
heck.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: heck-version: 1.0.0.1+version: 1.0.0.2 synopsis: Abstract unit test interface description: Heck provides an abstract unit test interface. category: Testing@@ -21,7 +21,7 @@ manual: True library- build-depends: base ^>={4.19, 4.20, 4.21, 4.22}+ build-depends: base ^>={4.20, 4.21, 4.22} default-language: Haskell2010 exposed-modules: Heck ghc-options: