]> git.pld-linux.org Git - packages/ghc-dataenc.git/commitdiff
- up to 0.14.0.7 auto/th/ghc-dataenc-0.14.0.7-1
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 24 May 2020 10:03:12 +0000 (12:03 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 24 May 2020 10:03:12 +0000 (12:03 +0200)
ghc-dataenc.spec
relax-base-deps.patch [new file with mode: 0644]

index 9e3bb0efb90637530d917e5264bd77a3ec95e3ff..2bdcd3b919587567d4a63cf6d837ed93390498bb 100644 (file)
@@ -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 (file)
index 0000000..5e92cfd
--- /dev/null
@@ -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
This page took 0.063296 seconds and 4 git commands to generate.