]> git.pld-linux.org Git - packages/hlint.git/commitdiff
- cpphs 1.13.1 is good too auto/th/hlint-1_8_15-1
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 27 Sep 2011 21:34:50 +0000 (21:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    hlint-deps.patch -> 1.1
    hlint.spec -> 1.6

hlint-deps.patch [new file with mode: 0644]
hlint.spec

diff --git a/hlint-deps.patch b/hlint-deps.patch
new file mode 100644 (file)
index 0000000..f239bdf
--- /dev/null
@@ -0,0 +1,11 @@
+--- hlint-1.8.15/hlint.cabal~  2011-08-13 18:18:53.000000000 +0200
++++ hlint-1.8.15/hlint.cabal   2011-09-27 23:32:29.297422103 +0200
+@@ -41,7 +41,7 @@
+         base == 4.*, process, filepath, directory, containers,
+         transformers >= 0.0 && < 0.3,
+         hscolour >= 1.17 && < 1.20,
+-        cpphs >= 1.11 && < 1.13,
++        cpphs >= 1.11 && < 1.14,
+         haskell-src-exts >= 1.11 && < 1.12,
+         uniplate >= 1.5 && < 1.7
index 6f5e8eb679e396d544066da3453001b034c80985..525a0c75a5cd8b89518ec74151e9c05a55bdbda8 100644 (file)
@@ -6,6 +6,7 @@ License:        GPL
 Group:         Development/Languages
 Source0:       http://hackage.haskell.org/packages/archive/hlint/%{version}/%{name}-%{version}.tar.gz
 # Source0-md5: 4ce291cb13ff410bff8f1b9adb9f8a34
+Patch0:                %{name}-deps.patch
 URL:           http://community.haskell.org/~ndm/hlint/
 BuildRequires: cpphs
 BuildRequires: ghc >= 6.12.3
@@ -36,6 +37,7 @@ Dokumentacja w formacie HTML dla %{pkgname}.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 runhaskell Setup.hs configure -v2 \
This page took 0.108418 seconds and 4 git commands to generate.