forked from pool/ghc-data-fix
		
	osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-data-fix revision:17, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-data-fix?expand=0&rev=18
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
Name:            data-fix
 | 
					Name:            data-fix
 | 
				
			||||||
Version:         0.3.2
 | 
					Version:         0.3.2
 | 
				
			||||||
x-revision:      2
 | 
					x-revision:      3
 | 
				
			||||||
Cabal-Version:   >= 1.10
 | 
					Cabal-Version:   >= 1.10
 | 
				
			||||||
License:         BSD3
 | 
					License:         BSD3
 | 
				
			||||||
License-file:    LICENSE
 | 
					License-file:    LICENSE
 | 
				
			||||||
@@ -32,8 +32,9 @@ Tested-With:
 | 
				
			|||||||
   || ==8.6.5
 | 
					   || ==8.6.5
 | 
				
			||||||
   || ==8.8.4
 | 
					   || ==8.8.4
 | 
				
			||||||
   || ==8.10.4
 | 
					   || ==8.10.4
 | 
				
			||||||
   || ==9.0.1
 | 
					   || ==9.0.2
 | 
				
			||||||
   || ==9.2.1
 | 
					   || ==9.2.4
 | 
				
			||||||
 | 
					   || ==9.4.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
extra-source-files:
 | 
					extra-source-files:
 | 
				
			||||||
  CHANGELOG.md
 | 
					  CHANGELOG.md
 | 
				
			||||||
@@ -57,7 +58,7 @@ library
 | 
				
			|||||||
      -Wredundant-constraints -Widentities -Wmissing-export-lists
 | 
					      -Wredundant-constraints -Widentities -Wmissing-export-lists
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  build-depends:
 | 
					  build-depends:
 | 
				
			||||||
      base      >=4.4     && <4.17
 | 
					      base      >=4.4     && <4.18
 | 
				
			||||||
    , deepseq   >=1.3.0.0 && <1.5
 | 
					    , deepseq   >=1.3.0.0 && <1.5
 | 
				
			||||||
    , hashable  >=1.2.7.0 && <1.5
 | 
					    , hashable  >=1.2.7.0 && <1.5
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,3 +1,9 @@
 | 
				
			|||||||
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
 | 
					Wed Aug 10 10:25:09 UTC 2022 - Peter Simons <psimons@suse.com>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- Update data-fix to version 0.3.2 revision 3.
 | 
				
			||||||
 | 
					  Upstream has revised the Cabal build instructions on Hackage.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
-------------------------------------------------------------------
 | 
					-------------------------------------------------------------------
 | 
				
			||||||
Mon Nov  1 08:34:21 UTC 2021 - psimons@suse.com
 | 
					Mon Nov  1 08:34:21 UTC 2021 - psimons@suse.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,7 +1,7 @@
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
# spec file for package ghc-data-fix
 | 
					# spec file for package ghc-data-fix
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# Copyright (c) 2021 SUSE LLC
 | 
					# Copyright (c) 2022 SUSE LLC
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# All modifications and additions to the file contributed by third parties
 | 
					# All modifications and additions to the file contributed by third parties
 | 
				
			||||||
# remain the property of their copyright owners, unless otherwise agreed
 | 
					# remain the property of their copyright owners, unless otherwise agreed
 | 
				
			||||||
@@ -24,7 +24,7 @@ Summary:        Fixpoint data types
 | 
				
			|||||||
License:        BSD-3-Clause
 | 
					License:        BSD-3-Clause
 | 
				
			||||||
URL:            https://hackage.haskell.org/package/%{pkg_name}
 | 
					URL:            https://hackage.haskell.org/package/%{pkg_name}
 | 
				
			||||||
Source0:        https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 | 
					Source0:        https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 | 
				
			||||||
Source1:        https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 | 
					Source1:        https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 | 
				
			||||||
BuildRequires:  ghc-Cabal-devel
 | 
					BuildRequires:  ghc-Cabal-devel
 | 
				
			||||||
BuildRequires:  ghc-deepseq-devel
 | 
					BuildRequires:  ghc-deepseq-devel
 | 
				
			||||||
BuildRequires:  ghc-hashable-devel
 | 
					BuildRequires:  ghc-hashable-devel
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user