string-variants 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−3 lines, 2 files
Files
- CHANGELOG.md +4/−0
- string-variants.cabal +2/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Changelog +## [0.1.0.1] - 2022-09-29++- Fix building on GHC 8.10.7, and add it to CI.+ ## [0.1.0.0] - 2022-09-28 - Initial release
string-variants.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: string-variants-version: 0.1.0.0+version: 0.1.0.1 synopsis: Constrained text newtypes description: See README at <https://github.com/MercuryTechnologies/string-variants#readme>. category: Data@@ -16,7 +16,7 @@ license-file: LICENSE build-type: Simple tested-with:- GHC ==9.2.4 || ==9.4.2+ GHC ==8.10.7 || ==9.2.4 || ==9.4.2 extra-source-files: CHANGELOG.md @@ -57,7 +57,6 @@ ImportQualifiedPost InstanceSigs LambdaCase- LexicalNegation MonoLocalBinds MultiWayIf NamedFieldPuns