unlifted 0.2.1.1 → 0.2.2.0
raw patch · 3 files changed
+8/−1 lines, 3 files
Files
- CHANGELOG.md +4/−0
- src/Data/Unlifted.hs +1/−0
- unlifted.cabal +3/−1
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for unlifted +## 0.2.2.0 -- 2024-02-07++* Export `Text#` in `Data.Unlifted`.+ ## 0.2.1.1 -- 2024-02-06 * Update package metadata.
src/Data/Unlifted.hs view
@@ -16,6 +16,7 @@ -- * Text , ShortText# (..)+ , Text# (..) -- * Arrays , PrimArray# (..)
unlifted.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: unlifted-version: 0.2.1.1+version: 0.2.2.0 synopsis: Unlifted and levity-polymorphic types description: Unlifted and levity-polymorphic variants of several types from@@ -17,6 +17,8 @@ extra-doc-files: CHANGELOG.md README.md++tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1 common build-settings default-language: Haskell2010