diff --git a/distributive-0.6.1.tar.gz b/distributive-0.6.1.tar.gz new file mode 100644 index 0000000..f71b082 --- /dev/null +++ b/distributive-0.6.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7749b1d9b815e3ba558d1daebac9346610e352bb0dfe9720cc686eb2fef7caf2 +size 11256 diff --git a/distributive-0.6.tar.gz b/distributive-0.6.tar.gz deleted file mode 100644 index 484789d..0000000 --- a/distributive-0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4af1341a63a430dc569dd1e59631f127c40ebdd353a945a74d18682f6bdc1d4 -size 10904 diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 64ec2cf..3e3db91 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Sep 7 02:01:56 UTC 2019 - psimons@suse.com + +- Update distributive to version 0.6.1. + 0.6.1 [2019.09.06] + ------------------ + * Add a `Distributive` instance for `WrappedMonad m`. + ------------------------------------------------------------------- Sat Oct 20 11:31:26 UTC 2018 - Peter Simons diff --git a/ghc-distributive.spec b/ghc-distributive.spec index 9b02cf6..55bdc31 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-distributive # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 distributive %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.6 +Version: 0.6.1 Release: 0 Summary: Distributive functors -- Dual to Traversable License: BSD-2-Clause