diff --git a/fingertree-0.1.4.2.tar.gz b/fingertree-0.1.4.2.tar.gz deleted file mode 100644 index a71f575..0000000 --- a/fingertree-0.1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95a948341570bad5a9b2468c388c0eb2c20c57e10dd8fbfc994c7b8764b36a7f -size 18978 diff --git a/fingertree-0.1.5.0.tar.gz b/fingertree-0.1.5.0.tar.gz new file mode 100644 index 0000000..51ecf31 --- /dev/null +++ b/fingertree-0.1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3263c92fa8b18f1e1a64cd12480c8c1bee2c1fa0584ab3345f3dd8522bdbf71 +size 20656 diff --git a/ghc-fingertree.changes b/ghc-fingertree.changes index 133077e..e4e1717 100644 --- a/ghc-fingertree.changes +++ b/ghc-fingertree.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Jan 29 16:53:47 UTC 2022 - Peter Simons + +- Update fingertree to version 0.1.5.0. + 0.1.5.0 Ross Paterson Jan 2022 + * Added foldlWithPos, foldrWithPos, foldlWithContext, foldrWithContext (James Cranch) + * Fixed bug in traverseWithContext + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-fingertree.spec b/ghc-fingertree.spec index 06b5359..5be0129 100644 --- a/ghc-fingertree.spec +++ b/ghc-fingertree.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-fingertree # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name fingertree %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.1.4.2 +Version: 0.1.5.0 Release: 0 Summary: Generic finger-tree structure, with example instances License: BSD-3-Clause