[packages/ghc-utf8-string] - rel 2, rebuild with ghc 8.10.1
baggins
baggins at pld-linux.org
Sat May 23 23:30:58 CEST 2020
commit df207718f05b48340bc879ff9620757a69b036cb
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat May 23 23:30:35 2020 +0200
- rel 2, rebuild with ghc 8.10.1
base-dep.patch | 11 +++++++++++
ghc-utf8-string.spec | 8 +++++---
2 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/ghc-utf8-string.spec b/ghc-utf8-string.spec
index cb4e25c..4b36c49 100644
--- a/ghc-utf8-string.spec
+++ b/ghc-utf8-string.spec
@@ -1,12 +1,13 @@
%define pkgname utf8-string
Summary: Support for reading and writing UTF8 Strings
Name: ghc-%{pkgname}
-Version: 0.3.7
-Release: 3
+Version: 1.0.1.1
+Release: 2
License: BSD
Group: Development/Languages
Source0: http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
-# Source0-md5: 50e5c395713e716e0e4a56da73f87ccd
+# Source0-md5: fe24e26bd4b09731af66ef27b18b5177
+Patch0: base-dep.patch
URL: http://hackage.haskell.org/package/utf8-string/
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.lhs configure -v2 \
diff --git a/base-dep.patch b/base-dep.patch
new file mode 100644
index 0000000..3fc5b03
--- /dev/null
+++ b/base-dep.patch
@@ -0,0 +1,11 @@
+--- utf8-string-1.0.1.1/utf8-string.cabal~ 2015-08-23 18:19:40.000000000 +0200
++++ utf8-string-1.0.1.1/utf8-string.cabal 2020-05-23 23:28:54.414989817 +0200
+@@ -19,7 +19,7 @@
+ library
+ Ghc-options: -W -O2
+
+- build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9
++ build-depends: base >= 4.3 && < 5, bytestring >= 0.9
+
+ Extensions: CPP
+ Exposed-modules: Codec.Binary.UTF8.String
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghc-utf8-string.git/commitdiff/df207718f05b48340bc879ff9620757a69b036cb
More information about the pld-cvs-commit
mailing list