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