4
0
forked from pool/ghc-primitive

osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-primitive revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-primitive?expand=0&rev=88
This commit is contained in:
2024-10-26 13:48:29 +00:00
committed by Git OBS Bridge
parent 62f06e83bd
commit daf55c21c4
3 changed files with 13 additions and 5 deletions
+6
View File
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 22 06:26:08 UTC 2024 - Peter Simons <psimons@suse.com>
- Update primitive to version 0.9.0.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sat Mar 16 15:32:42 UTC 2024 - Peter Simons <psimons@suse.com>
+1 -1
View File
@@ -26,7 +26,7 @@ Summary: Primitive memory-related operations
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
+6 -4
View File
@@ -1,7 +1,7 @@
Cabal-Version: 2.0
Name: primitive
Version: 0.9.0.0
x-revision: 1
x-revision: 2
License: BSD3
License-File: LICENSE
@@ -29,8 +29,10 @@ Tested-With:
GHC == 9.0.2
GHC == 9.2.8
GHC == 9.4.8
GHC == 9.6.4
GHC == 9.6.6
GHC == 9.8.2
GHC == 9.10.1
GHC == 9.12.0
Library
Default-Language: Haskell2010
@@ -58,7 +60,7 @@ Library
Data.Primitive.Internal.Operations
Data.Primitive.Internal.Read
Build-Depends: base >= 4.9 && < 4.21
Build-Depends: base >= 4.9 && < 4.22
, deepseq >= 1.1 && < 1.6
, transformers >= 0.5 && < 0.7
, template-haskell >= 2.11
@@ -92,7 +94,7 @@ test-suite test-qc
, ghc-prim
, primitive
, quickcheck-classes-base >= 0.6 && <0.7
, QuickCheck >= 2.13 && < 2.15
, QuickCheck >= 2.13 && < 2.16
, tasty >= 1.2 && < 1.6
, tasty-quickcheck
, tagged