]> git.pld-linux.org Git - packages/ghc-tar.git/commitdiff
- up to 0.5.1.1 auto/th/ghc-tar-0.5.1.1-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 24 May 2020 12:20:52 +0000 (14:20 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 24 May 2020 12:20:52 +0000 (14:20 +0200)
ghc-8.10.patch [new file with mode: 0644]
ghc-tar.spec

diff --git a/ghc-8.10.patch b/ghc-8.10.patch
new file mode 100644 (file)
index 0000000..c50ccf1
--- /dev/null
@@ -0,0 +1,11 @@
+--- tar-0.5.1.1/tar.cabal~     2001-09-09 03:46:40.000000000 +0200
++++ tar-0.5.1.1/tar.cabal      2020-05-24 14:19:44.685276164 +0200
+@@ -40,7 +40,7 @@
+ library
+-  build-depends: base       >= 4 && < 4.14,
++  build-depends: base       >= 4 && < 5,
+                  filepath             < 1.5,
+                  array                < 0.6,
+                  containers >= 0.2 && < 0.7,
index aff5658fc1f10753ac9401c2c37b56748d3e0289..66acf00dc469d7d4fcc97481ac6d3280167c8128 100644 (file)
@@ -1,12 +1,13 @@
 %define                pkgname tar
 Summary:       Library for working with ".tar" archive files
 Name:          ghc-%{pkgname}
-Version:       0.4.0.1
+Version:       0.5.1.1
 Release:       1
 License:       BSD
 Group:         Development/Languages
 Source0:       http://hackage.haskell.org/packages/archive/%{pkgname}/%{version}/%{pkgname}-%{version}.tar.gz
-# Source0-md5: a037976a434d6a55cad3e07f54686ffd
+# Source0-md5: 03938648a3d6d62cfd27d1f9d5d86f8b
+Patch0:                ghc-8.10.patch
 URL:           http://hackage.haskell.org/package/tar/
 BuildRequires: ghc >= 6.12.3
 BuildRequires: rpmbuild(macros) >= 1.608
@@ -37,6 +38,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.108781 seconds and 4 git commands to generate.