update to 0.15.0
This commit is contained in:
parent
1d786855d7
commit
262afcef10
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/memory-0.14.11.tar.gz
|
||||
/memory-0.14.16.tar.gz
|
||||
/memory-0.14.18.tar.gz
|
||||
/memory-0.15.0.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.14.18
|
||||
Release: 5%{?dist}
|
||||
Version: 0.15.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Memory and related abstraction stuff
|
||||
|
||||
License: BSD
|
||||
@ -137,6 +137,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 10 2020 Jens Petersen <petersen@redhat.com> - 0.15.0-1
|
||||
- update to 0.15.0
|
||||
|
||||
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 0.14.18-5
|
||||
- revise .cabal and refresh to cabal-rpm-2.0.2
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: memory
|
||||
version: 0.14.18
|
||||
x-revision: 2
|
||||
version: 0.15.0
|
||||
x-revision: 1
|
||||
Synopsis: memory and related abstraction stuff
|
||||
Description:
|
||||
Chunk of memory, polymorphic byte array management and manipulation
|
||||
@ -81,7 +81,8 @@ Library
|
||||
Data.ByteArray.Methods
|
||||
Data.ByteArray.MemView
|
||||
Data.ByteArray.View
|
||||
build-depends: base >= 4.9.0.0 && < 4.13
|
||||
|
||||
build-depends: base >= 4.9 && < 5
|
||||
if impl(ghc < 8.0)
|
||||
build-depends: base
|
||||
else
|
||||
@ -106,7 +107,7 @@ Library
|
||||
Build-depends: deepseq >= 1.1
|
||||
if flag(support_foundation) || flag(support_basement)
|
||||
CPP-options: -DWITH_BASEMENT_SUPPORT
|
||||
Build-depends: basement
|
||||
Build-depends: basement >= 0.0.7
|
||||
exposed-modules: Data.ByteArray.Sized
|
||||
|
||||
ghc-options: -Wall -fwarn-tabs
|
||||
@ -119,8 +120,11 @@ Test-Suite test-memory
|
||||
Other-modules: Imports
|
||||
SipHash
|
||||
Utils
|
||||
Build-Depends: base
|
||||
, bytestring
|
||||
if impl(ghc < 8.0)
|
||||
buildable: False
|
||||
else
|
||||
build-depends: base
|
||||
Build-Depends: bytestring
|
||||
, memory
|
||||
, basement >= 0.0.7
|
||||
, foundation
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (memory-0.14.18.tar.gz) = ce345edb4975c1dec80cdbd1e0be1a079a2ee36d449947fc9da109d3862c8972d7165a512080de79f3a8efc00088c0154eee853bd35a1b9a22211def48747333
|
||||
SHA512 (memory-0.15.0.tar.gz) = 49aabf5fdaddae597df6d8f30a3e07c4d6d70fcc7b9146452a4ad4e81858786041676bc780e2b048fd683cc7c0d799d4579596c14fae940ea57954e9a7ee9129
|
||||
|
Loading…
Reference in New Issue
Block a user