[packages/ghc-dataenc] - up to 0.14.0.7

baggins baggins at pld-linux.org
Sun May 24 12:03:39 CEST 2020


commit 257449ae73b75b91c44281f26b48a9dfe0dc0980
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun May 24 12:03:12 2020 +0200

    - up to 0.14.0.7

 ghc-dataenc.spec      |  6 ++++--
 relax-base-deps.patch | 11 +++++++++++
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/ghc-dataenc.spec b/ghc-dataenc.spec
index 9e3bb0e..2bdcd3b 100644
--- a/ghc-dataenc.spec
+++ b/ghc-dataenc.spec
@@ -1,12 +1,13 @@
 %define		pkgname	dataenc
 Summary:	Data encoding library
 Name:		ghc-%{pkgname}
-Version:	0.14.0.5
+Version:	0.14.0.7
 Release:	1
 License:	BSD
 Group:		Development/Languages
 Source0:	http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
-# Source0-md5:	4da812ca7a1640a5fdcc676009ab160c
+# Source0-md5:	28491649dbeafb9512b4ea187cc6fddf
+Patch0:		relax-base-deps.patch
 URL:		http://hackage.haskell.org/package/dataenc/
 BuildRequires:	ghc >= 6.12.3
 BuildRequires:	rpmbuild(macros) >= 1.608
@@ -34,6 +35,7 @@ Dokumentacja w formacie HTML dla %{pkgname}.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
+%patch0 -p1
 
 %build
 runhaskell Setup.hs configure -v2 \
diff --git a/relax-base-deps.patch b/relax-base-deps.patch
new file mode 100644
index 0000000..5e92cfd
--- /dev/null
+++ b/relax-base-deps.patch
@@ -0,0 +1,11 @@
+--- dataenc-0.14.0.7/dataenc.cabal~	2014-04-22 20:38:41.000000000 +0200
++++ dataenc-0.14.0.7/dataenc.cabal	2020-05-24 12:02:08.553080970 +0200
+@@ -21,7 +21,7 @@
+ 
+ library
+     hs-source-dirs: src
+-    build-depends: array, base >= 3.0.0 && < 4.8, containers
++    build-depends: array, base >= 3.0.0 && < 5, containers
+     exposed-modules:
+             Codec.Binary.Base16
+             Codec.Binary.Base32
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ghc-dataenc.git/commitdiff/257449ae73b75b91c44281f26b48a9dfe0dc0980



More information about the pld-cvs-commit mailing list