From f88cfee75ae0e47ec020de1bb5c82907c58861fe Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Feb 19 2020 17:46:35 +0000 Subject: revised .cabal --- diff --git a/ghc-memory.spec b/ghc-memory.spec index 7568f61..011ba34 100644 --- a/ghc-memory.spec +++ b/ghc-memory.spec @@ -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 - 0.14.18-5 +- revise .cabal and refresh to cabal-rpm-2.0.2 + * Tue Jan 28 2020 Fedora Release Engineering - 0.14.18-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/memory-0.14.18.cabal b/memory-0.14.18.cabal index 228a610..0590739 100644 --- a/memory-0.14.18.cabal +++ b/memory-0.14.18.cabal @@ -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.