diff --git a/ghc-lucid.changes b/ghc-lucid.changes index 8a02724..adbffdb 100644 --- a/ghc-lucid.changes +++ b/ghc-lucid.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 19 07:21:39 UTC 2021 - psimons@suse.com + +- Update lucid to version 2.10.0. + ## 2.9.13 + + * Change internal attributes representation from HashMap to Map. This + introduces stable ordering, at a negligible performance cost for + realistic element sizes. This may affect some test suites. + * doctype no longer accepts attributes. You can use `with` with + `doctypeHtml` now, if needed. + ------------------------------------------------------------------- Tue Mar 2 09:33:12 UTC 2021 - psimons@suse.com diff --git a/ghc-lucid.spec b/ghc-lucid.spec index 2a0535f..6db97e4 100644 --- a/ghc-lucid.spec +++ b/ghc-lucid.spec @@ -19,7 +19,7 @@ %global pkg_name lucid %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.9.12.1 +Version: 2.10.0 Release: 0 Summary: Clear to write, read and edit DSL for HTML License: BSD-3-Clause diff --git a/lucid-2.10.0.tar.gz b/lucid-2.10.0.tar.gz new file mode 100644 index 0000000..4c1f365 --- /dev/null +++ b/lucid-2.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8740ca356a971bf5ffacd49d36bba2d6ce807f4f0cf551f5a6cf60c358f9f7 +size 20929 diff --git a/lucid-2.9.12.1.tar.gz b/lucid-2.9.12.1.tar.gz deleted file mode 100644 index 0f15d3b..0000000 --- a/lucid-2.9.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41e0e76df02737c1ef19dfad88482fbac3918d9e206939de440299d6f1257e5a -size 19988