projects
/
darcs-mirror-hpvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8aa40db
)
Look for ghc, not ghc6
author
Joachim Breitner
<mail@joachim-breitner.de>
Mon, 28 Mar 2011 17:51:58 +0000
(17:51 +0000)
committer
Joachim Breitner
<mail@joachim-breitner.de>
Mon, 28 Mar 2011 17:51:58 +0000
(17:51 +0000)
Debian.hs
patch
|
blob
|
history
diff --git
a/Debian.hs
b/Debian.hs
index
64bc0cc
..
76a2e9e
100644
(file)
--- a/
Debian.hs
+++ b/
Debian.hs
@@
-26,7
+26,7
@@
findHaskellPackages codename hackage (Control sources) = map getData . filter is
| otherwise = package
url = "http://packages.debian.org/source/" ++ codename ++ "/" ++ package
- isHaskellPackage para = maybe False ( ("ghc
6
" `isSublistOf`) . BS.unpack)
+ isHaskellPackage para = maybe False ( ("ghc" `isSublistOf`) . BS.unpack)
(fieldValue "Build-Depends" para)