forked from pool/ghc-ghc-byteorder
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-ghc-byteorder revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-ghc-byteorder?expand=0&rev=9
This commit is contained in:
parent
512e147c4e
commit
949fc20b2a
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 2.2
|
cabal-version: 2.2
|
||||||
name: ghc-byteorder
|
name: ghc-byteorder
|
||||||
version: 4.11.0.0.10
|
version: 4.11.0.0.10
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
|
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -30,7 +30,7 @@ source-repository head
|
|||||||
|
|
||||||
library
|
library
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: base >=4.11 && <4.16
|
build-depends: base >=4.11 && <4.17
|
||||||
reexported-modules: GHC.ByteOrder
|
reexported-modules: GHC.ByteOrder
|
||||||
|
|
||||||
test-suite tests
|
test-suite tests
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 1 08:30:42 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update ghc-byteorder to version 4.11.0.0.10 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 27 13:13:57 UTC 2021 - psimons@suse.com
|
Sat Feb 27 13:13:57 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ Summary: "GHC.ByteOrder" API Compatibility Layer
|
|||||||
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/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-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user