]> git.pld-linux.org Git - packages/ghc-utf8-string.git/commitdiff
- rel 2, rebuild with ghc 8.10.1
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 23 May 2020 21:30:35 +0000 (23:30 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sat, 23 May 2020 21:30:35 +0000 (23:30 +0200)
base-dep.patch [new file with mode: 0644]
ghc-utf8-string.spec

diff --git a/base-dep.patch b/base-dep.patch
new file mode 100644 (file)
index 0000000..3fc5b03
--- /dev/null
@@ -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
index cb4e25cb260254a1d1b15c715d54f6a4f8a34e74..4b36c49791af2924cf476d8bb3493897d45e6db9 100644 (file)
@@ -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 \
This page took 0.110254 seconds and 4 git commands to generate.