revised .cabal
This commit is contained in:
parent
83ae861ac6
commit
f88cfee75a
@ -8,7 +8,7 @@
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.14.18
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Memory and related abstraction stuff
|
||||
|
||||
License: BSD
|
||||
@ -137,6 +137,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 19 2020 Jens Petersen <petersen@redhat.com> - 0.14.18-5
|
||||
- revise .cabal and refresh to cabal-rpm-2.0.2
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.18-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: memory
|
||||
version: 0.14.18
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
Synopsis: memory and related abstraction stuff
|
||||
Description:
|
||||
Chunk of memory, polymorphic byte array management and manipulation
|
||||
@ -81,10 +81,11 @@ Library
|
||||
Data.ByteArray.Methods
|
||||
Data.ByteArray.MemView
|
||||
Data.ByteArray.View
|
||||
build-depends: base >= 4.9.0.0 && < 4.13
|
||||
if impl(ghc < 8.0)
|
||||
build-depends: base >= 4.9.0.0 && < 4.13
|
||||
build-depends: base
|
||||
else
|
||||
build-depends: base >= 4.9.0.0 && < 5
|
||||
build-depends: base
|
||||
, ghc-prim
|
||||
-- FIXME armel or mispel is also little endian.
|
||||
-- might be a good idea to also add a runtime autodetect mode.
|
||||
|
Loading…
Reference in New Issue
Block a user