Author: baggins Date: Tue Sep 27 21:34:55 2011 GMT Module: packages Tag: HEAD ---- Log message: - cpphs 1.13.1 is good too
---- Files affected: packages/hlint: hlint.spec (1.5 -> 1.6) , hlint-deps.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/hlint/hlint.spec diff -u packages/hlint/hlint.spec:1.5 packages/hlint/hlint.spec:1.6 --- packages/hlint/hlint.spec:1.5 Tue Sep 27 23:26:31 2011 +++ packages/hlint/hlint.spec Tue Sep 27 23:34:50 2011 @@ -7,6 +7,7 @@ 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 @@ -37,6 +38,7 @@ %prep %setup -q +%patch0 -p1 %build runhaskell Setup.hs configure -v2 \ @@ -87,6 +89,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2011/09/27 21:34:50 baggins +- cpphs 1.13.1 is good too + Revision 1.5 2011/09/27 21:26:31 baggins - 1.8.15 ================================================================ Index: packages/hlint/hlint-deps.patch diff -u /dev/null packages/hlint/hlint-deps.patch:1.1 --- /dev/null Tue Sep 27 23:34:55 2011 +++ packages/hlint/hlint-deps.patch Tue Sep 27 23:34:50 2011 @@ -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 + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/hlint/hlint.spec?r1=1.5&r2=1.6&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
