singleraeh 0.3.0 → 0.4.0
raw patch · 2 files changed
+4/−2 lines, 2 filesdep −singletons
Dependencies removed: singletons
Files
- CHANGELOG.md +3/−0
- singleraeh.cabal +1/−2
CHANGELOG.md view
@@ -1,3 +1,6 @@+## 0.4.0 (2024-06-01)+* oops, remove unused temporary `singletons` dependency+ ## 0.3.0 (2024-06-01) * remove `Sing`, provide `SingI` instead * add `SBool` (singled booleans)
singleraeh.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: singleraeh-version: 0.3.0+version: 0.4.0 synopsis: raehik's singletons description: Please see README.md. category: Types, Data@@ -51,5 +51,4 @@ ghc-options: -Wall -Wno-unticked-promoted-constructors build-depends: base >=4.18 && <5- , singletons >=3.0.2 && <3.1 default-language: GHC2021