From 6a0b6657e8a1b48d31b4b3e4701f9d7b930bf14a Mon Sep 17 00:00:00 2001
From: factory-maintainer <>
Date: Oct 13 2022 14:00:18 +0000
Subject: Update ghc-generic-data to version 1.0.0.0 / rev 4 via SR 1008465


https://build.opensuse.org/request/show/1008465
by user factory-maintainer + dimstar_suse
Automatic submission by obs-autosubmit

---

diff --git a/.files b/.files
index 76aa20e..6186b0d 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index f090cda..71a94c4 100644
--- a/.rev
+++ b/.rev
@@ -23,4 +23,12 @@
     <comment>automated update of haskell stack</comment>
     <requestid>924069</requestid>
   </revision>
+  <revision rev="4" vrev="1">
+    <srcmd5>fe752278f04a5db99fc00c6bf8402ad5</srcmd5>
+    <version>1.0.0.0</version>
+    <time>1665668522</time>
+    <user>dimstar_suse</user>
+    <comment>Automatic submission by obs-autosubmit</comment>
+    <requestid>1008465</requestid>
+  </revision>
 </revisionlist>
diff --git a/generic-data-0.9.2.1.tar.gz b/generic-data-0.9.2.1.tar.gz
deleted file mode 120000
index 75fac99..0000000
--- a/generic-data-0.9.2.1.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafkreihyhdm6rx2rtgx2okkjkxmqbrspdz4lg7g4lyqaxh6boqnsqvcfim
\ No newline at end of file
diff --git a/generic-data-1.0.0.0.tar.gz b/generic-data-1.0.0.0.tar.gz
new file mode 120000
index 0000000..804c6c1
--- /dev/null
+++ b/generic-data-1.0.0.0.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafkreiapuaq3rugyphm7dwa4pev7lfwmzchl3l4u3qgb2hj4vxhup2wkwe
\ No newline at end of file
diff --git a/ghc-generic-data.changes b/ghc-generic-data.changes
index 490e2ad..5d74ae4 100644
--- a/ghc-generic-data.changes
+++ b/ghc-generic-data.changes
@@ -1,4 +1,26 @@
 -------------------------------------------------------------------
+Sun Aug 14 10:57:54 UTC 2022 - Peter Simons <psimons@suse.com>
+
+- Update generic-data to version 1.0.0.0.
+  # 1.0.0.0
+
+  - `Generically` and `Generically1` are in *base* 4.17 (GHC 9.4.1)!
+
+      + *generic-data* reexports `Generically` and `Generically1` if using *base* >= 4.17.
+        The following instances remain as orphans: `Eq`, `Ord`, `Read`, `Show`,
+        `Enum`, `Ix`, `Bounded`, `Foldable`, `Traversable`, `Read1`, `Show1`.
+      + base 4.17 includes instances for the non-stock-derivable classes:
+        `Semigroup` and `Monoid` for `Generically`; `Eq1`, `Ord1`, `Functor`,
+        `Applicative`, and `Alternative` for `Generically1`.
+      + Note: the `Semigroup` and `Monoid` instances of *base*'s `Generically`
+        are those of *generic-data*'s `GenericProduct` (which is subtly different
+        from `Generically`'s previous instance in *generic-data*).
+      + `Generically` and `Generically1` are no longer defined using record syntax,
+        so the `unGenerically`(`1`) field accessor no longer exists.
+        The field accessors for `FiniteEnumeration` and `GenericProduct` were also
+        removed for uniformity.
+
+-------------------------------------------------------------------
 Fri Oct  1 08:10:39 UTC 2021 - psimons@suse.com
 
 - Update generic-data to version 0.9.2.1.
diff --git a/ghc-generic-data.spec b/ghc-generic-data.spec
index 97ffff1..6e9f0c6 100644
--- a/ghc-generic-data.spec
+++ b/ghc-generic-data.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-generic-data
 #
-# Copyright (c) 2021 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 generic-data
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.9.2.1
+Version:        1.0.0.0
 Release:        0
 Summary:        Deriving instances with GHC.Generics and related utilities
 License:        MIT
@@ -35,12 +35,9 @@ BuildRequires:  ghc-show-combinators-devel
 ExcludeArch:    %{ix86}
 %if %{with tests}
 BuildRequires:  ghc-generic-lens-devel
-BuildRequires:  ghc-inspection-testing-devel
 BuildRequires:  ghc-one-liner-devel
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-hunit-devel
-BuildRequires:  ghc-template-haskell-devel
-BuildRequires:  ghc-unordered-containers-devel
 %endif
 
 %description