Accepting request 953434 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/953434 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-base64?expand=0&rev=5
This commit is contained in:
commit
ddd5e47cb3
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 2.0
|
cabal-version: 2.0
|
||||||
name: base64
|
name: base64
|
||||||
version: 0.4.2.3
|
version: 0.4.2.3
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
synopsis: A modern RFC 4648-compliant Base64 library
|
synopsis: A modern RFC 4648-compliant Base64 library
|
||||||
description:
|
description:
|
||||||
RFC 4648-compliant Base64 with an eye towards performance and modernity (additional support for RFC 7049 standards)
|
RFC 4648-compliant Base64 with an eye towards performance and modernity (additional support for RFC 7049 standards)
|
||||||
@ -52,7 +52,7 @@ library
|
|||||||
Data.ByteString.Base64.Internal.W64.Loop
|
Data.ByteString.Base64.Internal.W64.Loop
|
||||||
|
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.10 && <5
|
base >=4.10 && <4.16
|
||||||
, bytestring >=0.10 && <0.12
|
, bytestring >=0.10 && <0.12
|
||||||
, deepseq >=1.4.3.0 && <1.4.6.0
|
, deepseq >=1.4.3.0 && <1.4.6.0
|
||||||
, ghc-byteorder ^>=4.11.0.0
|
, ghc-byteorder ^>=4.11.0.0
|
||||||
@ -70,7 +70,7 @@ test-suite tasty
|
|||||||
other-modules: Internal
|
other-modules: Internal
|
||||||
main-is: Main.hs
|
main-is: Main.hs
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.10 && <5
|
base >=4.10 && <4.16
|
||||||
, base64
|
, base64
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
, bytestring
|
, bytestring
|
||||||
@ -90,7 +90,7 @@ benchmark bench
|
|||||||
hs-source-dirs: benchmarks
|
hs-source-dirs: benchmarks
|
||||||
main-is: Base64Bench.hs
|
main-is: Base64Bench.hs
|
||||||
build-depends:
|
build-depends:
|
||||||
base >=4.10 && <5
|
base >=4.10 && <4.16
|
||||||
, base64
|
, base64
|
||||||
, base64-bytestring
|
, base64-bytestring
|
||||||
, bytestring
|
, bytestring
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Dec 26 23:39:57 UTC 2021 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update base64 to version 0.4.2.3 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 27 13:14:25 UTC 2021 - psimons@suse.com
|
Sat Feb 27 13:14:25 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Summary: A modern RFC 4648-compliant Base64 library
|
|||||||
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-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-deepseq-devel
|
BuildRequires: ghc-deepseq-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user